forked from willwhite/longneck
-
Notifications
You must be signed in to change notification settings - Fork 81
/
index.html
517 lines (468 loc) · 20.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>NodePDX - A conference in Portland, for JavaScript and Node.js</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/nodepdx.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-star" style="color: gold"></i> <span class="light">NODEPDX</span> 2016
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#tickets">Tickets</a>
</li>
<li>
<a href="http://video.nodepdx.org/" target="_blank">Videos</a>
</li>
<li>
<a class="page-scroll" href="#speakers">Speakers</a>
</li>
<li>
<a class="page-scroll" href="#join">Join</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="../docs/">Docs</a>
</li>
<li>
<a class="page-scroll" href="lagniappe.html">Lagniappe</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img class="brand-heading-logo" src="img/nodepdx-2016-logo.svg" />
<h1 class="brand-heading">JUNE 19-21, 2016</h1>
<a href="#tickets" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Tickets Section -->
<section id="tickets" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h2>Tickets On Sale Now</h2>
<h3>→ <a class="btn-link" href="https://ti.to/nodepdx/nodepdx-2016#ticket-flow">BUY A TICKET</a> ←</h3>
<hr style="margin-top: 60px; margin-bottom: 60px; border-color: #ff7126; border-width: 5px; width: 25%; border-style: dotted;" />
<h2>Venue and Lodging Info</h2>
<p>NodePDX 2016 will be held at the <a href="https://goo.gl/maps/Y4WK32ytyFE2" alt="Bossanova Ballroom">Bossanova Ballroom</a> in South East Portland.
<p>If you're coming from out of town, here is a list of <a href="https://www.google.com/maps/search/Hotels+near+The+Bossanova+Ballroom/@45.5228446,-122.658099,15z">hotels near the venue</a>.
<br>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<a href="https://goo.gl/maps/Y4WK32ytyFE2"><img style="width: 100%" src="img/bossanova.jpg" /></a>
</div>
<div class="col-lg-6 col-md-6 col-sm-6" style="text-align: left;">
<h4>Bossanova Ballroom</h4>
<p>
722 East Burnside St.<br>
Portland, OR 97214
(<a href="https://goo.gl/maps/Y4WK32ytyFE2">map</a>)<br>
Email: <a href="mailto:[email protected]">[email protected]</a><br>
Phone: <a href="tel:5032067630">503.206.7630</a>
</address>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h1>Schedule</h1>
<p>View the full schedule <a href="http://lanyrd.com/2016/nodepdx/#sessions">on Lanyrd</a></p>
<h3>→ <a class="btn-link" href="http://lanyrd.com/2016/nodepdx/#sessions">VIEW FULL SCHEDULE</a> ←</h3>
<hr style="margin-top: 60px; margin-bottom: 60px; border-color: #ff7126; border-width: 5px; width: 25%; border-style: dotted;" />
<h2>Saturday, June 18</h2>
<p><em>2pm - 6pm: </em><a href="lagniappe.html#geektrain">Geek Train SEA->PDX</a>
<h2>Sunday, June 19</h2>
<p><em>9am - 4pm: </em><a href="http://lanyrd.com/2016/nodepdx/jun-19/">Workshops</a>
<p><em>5pm - 7pm: </em><a href="lagniappe.html#bikes">Group Bike Ride</a>
<p><em>7pm - 11pm: </em><a href="http://lanyrd.com/2016/nodepdx/sfchgh/">Welcome Reception</a>
<h2>Monday, June 20</h2>
<p><em>9am - 5pm: </em><a href="http://lanyrd.com/2016/nodepdx/jun-20/">Day 1 Presentations</a>
<p><em>7pm - 11pm: </em><a href="http://lanyrd.com/2016/nodepdx/sfchgg/">Ping Pong Party</a>
<h2>Tuesday, June 21</h2>
<p><em>9am - 5pm: </em><a href="http://lanyrd.com/2016/nodepdx/jun-21/">Day 2 Presentations</a>
</div>
</div>
</section>
<!-- Speakers Section -->
<section id="speakers" class="container content-section text-center">
<div class="col-lg-8 col-md-8 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h2>Speakers</h2>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<a href="https://compositecode.com/2016/05/18/node-pdx-2016-speaker-tomomi-imura-aka-girlie_mac/"><img src="img/speakers/tomomi-conf-1400-sized.jpg"></a>
<h4>Tomomi Imura</h4>
<p><a href="http://github.com/girliemac">@girlie_mac</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<a href="https://compositecode.com/2016/05/19/node-pdx-2016-speaker-jonny-oropeza/"><img src="img/speakers/jon-sized.jpg"></a>
<h4>Jon Oropeza</h4>
<p><a href="https://github.com/joropeza">@joropeza</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<a href="https://compositecode.com/2016/05/24/node-pdx-2016-speaker-liz-abinante/"><img src="img/speakers/Liz-sized.jpg"></a>
<h4>Liz Abinante</h4>
<p><a href="https://github.com/feministy">@feministy</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/adamulvi-sized.jpg">
<h4>Adam Ulvi</h4>
<p><a href="https://twitter.com/s5fs">@s5fs</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/substack-sized.jpg">
<h4>James Halliday</h4>
<p><a href="http://github.com/substack">@substack</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/jj-sized.png">
<h4>Jean-Jacques Dubray</h4>
<p><a href="https://twitter.com/metapgmr">@metapgmr</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/jacob-sized.jpg">
<h4>Jacob Groundwater</h4>
<p><a href="https://twitter.com/0x604">@0x604</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/art-stida-sized.jpg">
<h4>Artur Paikin</h4>
<p><a href="https://twitter.com/arturi">@arturi</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/suchita-doshi.jpg">
<h4>Suchita Doshi</h4>
<p><a href="http://twitter.com/suchita009">@suchita009</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/josh-marinacci.jpg">
<h4>Josh Marinacci</h4>
<p><a href="https://twitter.com/joshmarinacci">@joshmarinacci</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/james-churchill.jpg">
<h4>James Churchill</h4>
<p><a href="https://twitter.com/SmashDev">@SmashDev</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/nexxy.jpg">
<h4>Emily Rose</h4>
<p><a href="https://twitter.com/nexxylove">@nexxylove</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/joel-lord.jpg">
<h4>Joel Lord</h4>
<p><a href="http://twitter.com/joel__lord">@joel__lord</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/matt-mckegg.jpg">
<h4>Matt McKegg</h4>
<p><a href="https://twitter.com/MattMcKegg">@MattMcKegg</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/jarod-reyes.jpg">
<h4>Jarod Reyes</h4>
<p><a href="https://twitter.com/jreyesdev">@jreyesdev</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/azat-mardan.jpg">
<h4>Azat Mardan</h4>
<p><a href="https://twitter.com/azat_co">@azat_co</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/ben-michel.jpg">
<h4>Ben Michel</h4>
<p><a href="http://twitter.com/obensource">@obensource</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/david-manning.jpg">
<h4>David Manning</h4>
<p><a href="https://twitter.com/davidlymanning">@davidlymanning</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/blainesch-sized.jpg">
<h4>Blaine Schmeisser</h4>
<p><a href="https://twitter.com/blainesch">@blainesch</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/andrew.jpg">
<h4>Andrew Chalkley</h4>
<p><a href="https://twitter.com/chalkers">@chalkers</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/troy-howard.jpg">
<h4>Troy Howard</h4>
<p><a href="https://twitter.com/thoward37">@thoward37</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="thumbnail">
<img src="img/speakers/adron-hall.png">
<h4>Adron Hall</h4>
<p><a href="https://twitter.com/adron">@adron</a></p>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
</div>
</div>
</section>
<!-- Geek Train Section -->
<section id="geektrain" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<table>
<tr>
<td>
<h2>The Geek Train to Node PDX!</h2>
<p>The Geek Train will be traveling from Seattle to Portland for Node PDX.<em>*</em></p>
<p><img src="" />Join fellow Nodesters on the Amtrak Cascades from Seattle to Portland. Even if you are coming from Vancouver, BC, Bellingham, Mount Vernon, Stanwood, Everett, Edmonds, Tukwila, Tacoma, Olympia, Lacey, Centralia, Kelso, Longview, or Vancouver, Washington we'd love for you to sync up and ride down to Portland for the conference.</p>
<p>Our Geek Train is Train #507 on June 18th, departing Seattle's King Street Station at 2:10pm for an arrival into Portland, Oregon at 5:50pm. Join the Geek Train to Portland, it's easy, just go here and <a href="#">purchase your ticket</a> at our super Node PDX special rate of $15 bucks!</p>
</td>
<td><img src="img/geektrain/routemap2016.jpg" /></td>
</tr>
</table>
</div>
</div>
</section>
<!-- Mailing List Section -->
<section id="join" class="content-section text-center">
<div class="join-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Get Updates!</h2>
<p><b>Join the mailing list</b> to get occasional email updates about the conference.</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://github.us6.list-manage.com/subscribe/post?u=ce2eab93dde06aba1f06c6cc6&id=21cdec98cc" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="form-inline validate" target="_blank" novalidate _lpchecked="1">
<div class="mc-field-group input-append">
<input type="email" placeholder="Email Address" value="" name="EMAIL" class="required email form-control form-wrap" id="mce-EMAIL" size="36">
<input type="submit" value="Join" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default btn-lg form-wrap">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-10 col-lg-offset-2 col-md-offset-2 col-sm-offset-1">
<h2>About NodePDX</h2>
<p>Portland is an awesome place to be a JavaScript hacker.</p>
<p>JavaScript is everywhere. It’s in your browser, on your server, in your phone, on the wire between your devices, and possibly in your thermostat, beer keg, or karaoke system... and it’s only growing from there. We’ve gone from roll-over effects to robots, codeable toys and automated quad-copter drones, all speaking a common language of JSON, often sharing JavaScript code at their core.
<p>Portland is home to some of the most talented developers in the world. We’re not kidding. Our quirky and distinctive town breeds creativity in all things, from the culinary arts and funky brews we’re so famous for to artisanally crafted Python and minimalist-chic of JavaScript micro-libraries. PDX is bursting with artistic craftsmanship unlike anywhere else on the planet.
<p>NodePDX creates a time and a place for this community to share information, discuss ideas, and work together to improve the art and science of hacking.</p>
</div>
</div>
</section>
<style>
</style>
<!-- Contact Section -->
<section id="sponsors" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Sponsors</h2>
<p>We are very grateful to our sponsors who help to make the conference possible. </p>
<!-- Highest Level -->
<div class="row">
<div class="col-md-12">
<div class="frame">
<span class="helper"></span>
<a href="http://elastic.co" alt="Elastic">
<img src="img/sponsors/elastic.png" />
</a>
</div>
</div>
<div class="col-md-12">
<div class="frame">
<span class="helper"></span>
<a href="http://losant.com" alt="Losant">
<img src="img/sponsors/losant.svg" />
</a>
</div>
</div>
</div>
<!-- Middle Level -->
<div class="row">
<div class="col-md-6">
<div class="frame">
<span class="helper"></span>
<a href="http://codefellows.com" alt="Code Fellows">
<img src="img/sponsors/codefellows.svg" />
</a>
</div>
</div>
<div class="col-md-6">
<div class="frame">
<span class="helper"></span>
<a href="http://strongloop.com" alt="Strong Loop">
<img style="background-color: #eee;" src="img/sponsors/strongloop.png" />
</a>
</div>
</div>
</div>
<!-- Lower Level
<div class="row">
<div class="col-lg-3">
</div>
<div class="col-lg-3">
</div>
<div class="col-lg-3">
</div>
<div class="col-lg-3">
</div>
</div> -->
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact NodePDX</h2>
<p>Feel free to email us with any questions, comments, or to just say hello!</p>
<p><a href="mailto:[email protected]?Subject=[nodepdx]%20General%20Question" title="Email" target="blank">[email protected]</a>
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://nodepdxslack.herokuapp.com" class="btn btn-default btn-lg"><i class="fa fa-slack fa-fw"></i> <span class="network-name">Slack</span></a>
</li>
<li>
<a href="https://twitter.com/nodepdx" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a href="https://github.com/nodepdx" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Map Section -->
<div id="map"></div>
<!-- Footer -->
<footer>
<div class="container text-center">
<h3><a href="docs/code-of-conduct.html">CODE OF CONDUCT</a> - <a href="http://2012.nodepdx.org" target="_blank">2012</a> - <a href="http://2013.nodepdx.org" target="_blank">2013</a> - <a href="http://video.nodepdx.org">VIDEOS</a></h3>
<p>© NodePDX - Built with love and passion</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeC2RROgWKHMF0WR9PnlHq9CeE_QF4uzk&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="js/nodepdx.js"></script>
</body>
</html>