-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
404 lines (340 loc) · 19.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Front End Camp 2015</title>
<link rel="shortcut icon" href="images/FrontEndCampIcon.png" type="image/png">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
</head>
<body>
<header role="banner">
<div class="header--navigation-toggle">
<div class="hamburger">
<div class="bun--top"></div>
<div class="special--sauce"></div>
<div class="lettuce"></div>
<div class="tomato"></div>
<div class="bacon"></div>
<div class="cheese"></div>
<div class="beef"></div>
<div class="bun-bottom"></div>
</div>
</div>
<div class="header--inner-wrapper">
<nav role="navigation">
<ul>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#speakers">speakers</a>
</li>
<li>
<a href="#training">workshops</a>
</li>
<li>
<a href="#schedule">schedule</a>
</li>
<li>
<a href="#venue">venue</a>
</li>
</ul>
</nav>
<div class="header--event-info">
<div class="FrontEnd-camp--logo">
<img src="images/FrontEndCampIcon.png" alt="Front End Camp Logo">
</div>
<h1>Front End Camp 2015</h1>
<h2>A Camp for the Front-end Community</h2>
<h2>Friday, July 17<sup>th</sup> - Saturday, July 18<sup>th</sup> · New York, NY</h2>
</div>
</div>
</header>
<main role="main">
<section id="about">
<div class="section--inner-wrapper">
<p>Front End Camp is a day long deep dive focusing on technologies and best practices around UX, design and development workflow. In keeping with this year's overall theme of "Data Revolution," Front End Camp will focus on the way front end technologies are advancing. The program also includes a more general focus with presentations on building applications in Javascript, Material Design, front-end automation tools, testing and much much more.</p>
</div>
</section>
<section class="registration">
<div class="section--inner-wrapper">
<h2>Registration</h2>
<p><strong>Registration is free.</strong></p>
<a href="http://nyccamp.org/camp/front-end-camp" target="_blank"><button>Register</button></a>
</div>
</section>
<section id="speakers">
<div class="section--inner-wrapper">
<h2>Speakers</h2>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/alastairdant">
<img class="speaker-avatar" src="images/speakers/alastair-dant.jpeg"></a>
<h4>Alastair Dant</h4>
<p class="twitter-handle"><a href="https://twitter.com/ajdant">@ajdant</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/">
<img class="speaker-avatar" src="images/speakers/brian-carr.jpeg"></a>
<h4>Brian Carr</h4>
<p class="twitter-handle"><a href="https://twitter.com/t3amBrian">@t3amBrian</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/daniel-zen">
<img class="speaker-avatar" src="images/speakers/daniel-zen.jpeg"></a>
<h4>Daniel Zen</h4>
<p class="twitter-handle"><a href="https://twitter.com/danielzen">@danielzen</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/cmrnh">
<img class="speaker-avatar" src="images/speakers/cmrnh.jpeg"></a>
<h4>Cameron Hendrix</h4>
<p class="twitter-handle"><a href="https://twitter.com/cmrnh">@cmrnh</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/alphex">
<img class="speaker-avatar" src="images/speakers/duran-goodyear.jpeg"></a>
<h4>Duran Goodyear</h4>
<p class="twitter-handle"><a href="https://twitter.com/alphex">@cmrnh</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/bahmutov">
<img class="speaker-avatar" src="images/speakers/gleb-bahmutov.jpeg"></a>
<h4>Gleb Bahmutov</h4>
<p class="twitter-handle"><a href="https://twitter.com/bahmutov">@bahmutov</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/zeigenvector">
<img class="speaker-avatar" src="images/speakers/jenna-zeigen.jpeg"></a>
<h4>Jenna Zeigen</h4>
<p class="twitter-handle"><a href="https://twitter.com/zeigenvector">@zeigenvector</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/jsogarro">
<img class="speaker-avatar" src="images/speakers/jamal-o-garro.jpg"></a>
<h4>Jamal OGarro</h4>
<p class="twitter-handle"><a href="https://twitter.com/jsogarro">@jsogarro</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/kate-kligman">
<img class="speaker-avatar" src="images/speakers/kate-kligman.png"></a>
<h4>Kate Kligman</h4>
<p class="twitter-handle"><a href="https://twitter.com/katekligman">@katekligman</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/lmalcom">
<img class="speaker-avatar" src="images/speakers/lerenzo-malcom.jpeg"></a>
<h4>Lerenzo Malcom</h4>
<p class="twitter-handle"><a href="https://plus.google.com/+LeRenzoMalcom/posts">+LeRenzoMalcom</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/lorenzodesign">
<img class="speaker-avatar" src="images/speakers/lynnette-colalillo.jpeg"></a>
<h4>Lynnette Colalillo</h4>
<p class="twitter-handle"><a href="https://twitter.com/lorenzodesign">@lorenzodesign</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/nlawson">
<img class="speaker-avatar" src="images/speakers/nolan-lawson.png"></a>
<h4>Nolan Lawson</h4>
<p class="twitter-handle"><a href="https://twitter.com/nolanlawson">@nolanlawson</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/prestonso">
<img class="speaker-avatar" src="images/speakers/preston-so.jpeg"></a>
<h4>Preston So</h4>
<p class="twitter-handle"><a href="https://twitter.com/prestonso">@prestonso</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/noopkat">
<img class="speaker-avatar" src="images/speakers/suz-hinton.png"></a>
<h4>Suz Hinton</h4>
<p class="twitter-handle"><a href="http://twitter.com/noopkat">@noopkat</a></p>
</div>
<div class="speaker--wrapper">
<a href="http://nyccamp.org/user/kosamari">
<img class="speaker-avatar" src="images/speakers/mariko-kosaka.jpg"></a>
<h4>Mariko Kosaka</h4>
<p class="twitter-handle"><a href="https://twitter.com/kosamari">@kosamari</a></p>
</div>
</div>
</section>
<section id="topics">
<div class="section--inner-wrapper">
<h2>Topics</h2>
<div class="tba--wrapper">
<ul>
</li><li><a href="http://nyccamp.org/session/material-design-practice-angularjs" target="_blank">Angular JS + Material Design</a>
</li><li><a href="http://nyccamp.org/session/es6-overview" target="_blank">ECMA 6 Overview</a>
</li><li><a href="http://nyccamp.org/session/ci-css-creating-visual-regression-testing-workflow" target="_blank">CI for CSS: Creating a Visual Regression Testing Workflow</a>
</li><li><a href="http://nyccamp.org/session/exploring-the-virtual-dom" target="_blank">Exploring the Virtual DOM: Uses and Applications</a>
</li><li><a href="http://nyccamp.org/session/fundamentals-front-end-ops" target="_blank">Fundamentals of Front-End Ops</a>
</li><li><a href="http://nyccamp.org/session/image-optimizations-breaking-speed-limit" target="_blank">Image optimizations: Breaking the Speed Limit</a>
</li><li><a href="http://nyccamp.org/session/journey-procedural-reactive-javascript" target="_blank">Journey from procedural to reactive JavaScript</a>
<li><a href="http://nyccamp.org/session/laypersons-guide-sacred-geometry" target="_blank">A Layperson's Guide to Sacred Geometry</a>
</li><li><a href="http://nyccamp.org/session/linguistic-relativity-programming-languages" target="_blank">The Linguistic Relativity of Programming Languages</a>
</li><li><a href="http://nyccamp.org/session/nodejs-express-frontend-engineers" target="_blank">Node.js with Express for Frontend Engineers</a>
</li><li><a href="http://nyccamp.org/session/clocks-registers-and-electrical-mysteries" target="_blank">Taming hardware with JavaScript</a>
</li><li><a href="http://nyccamp.org/session/survey-front-end-mv-frameworks" target="_blank">Survey of Front-End MV* Frameworks</a> </li><li><a href="http://nyccamp.org/session/understanding-promises" target="_blank">Understanding Promises</a>
</li><li>& Moar!
</li>
</ul>
</div>
</div>
</section>
<section id="training">
<div class="section--inner-wrapper">
<h2>Workshops</h2>
<p>(Please note that both these workshops will be held on Thursday, July 16, 2015.)</p>
<div class="tba--wrapper">
<a href="http://nyccamp.org/training/angular-typescript-workshop">
<span class="training">Let's Build an App with AngularJS + Typescript!</span>
</a>
<div class="registration" style="padding-top:.33em;">
<a href="http://nyccamp.org/training/angular-typescript-workshop" target="_blank"><button class="registration">Register</button></a>
</div>
</div>
<p></p>
<div class="tba--wrapper">
<a href="http://nyccamp.org/session/nodejs-express-frontend-engineers">
<span class="training">Node.js with Express for Frontend Engineers</span>
</a>
<div class="registration" style="padding-top:.33em;">
<a href="http://nyccamp.org/session/nodejs-express-frontend-engineers" target="_blank"><button class="registration">Register</button></a>
</div>
</div>
</div>
</section>
<!-- section id="schedule">
<div class="section--inner-wrapper">
<h2>Schedule</h2>
<div class="tba--wrapper">
<span class="tba">TBA</span>
</div>
</div>
</section -->
<section id="schedule">
<div class="section--inner-wrapper">
<div class="talks-wrapper">
<h2>Session Schedule</h2>
<h3>Friday July 17th</h3>
<ul>
<li><strong class="small">8:00 - 8:55am</strong> Arrivals & Meet/Greet</li>
<li><strong class="small">9:00 - 9:10am</strong> Opening Remarks</li>
<li><strong class="medium">9:10 - 9:50am</strong>
<a href="http://nyccamp.org/session/es6-overview" target="_blank">ECMA 6: An Overview</a> <em>John Paul</em></li>
<li><strong class="large">9:50 - 10:30am</strong>
<a href="http://nyccamp.org/session/linguistic-relativity-programming-languages" target="_blank">The Linguistic Relativity of Programming Languages</a> <em>Jenna Zeigen</em></li>
<li><strong class="large">10:30 - 10:40am</strong> Morning Break</li>
<li><strong class="large">10:40 - 11:20am</strong>
<a href="http://nyccamp.org/session/journey-procedural-reactive-javascript" target="_blank">Journey From Procedural to Reactive JS</a>
<em>Gleb Bahmutov</em></li>
<li><strong class="large">11:20 - 12:00pm</strong>
<a href="http://nyccamp.org/session/exploring-virtual-dom-uses-and-applications" target="_blank">Exploring the Virtual DOM: Uses and Applications</a>
<a href="http://nyccamp.org/user/lmalcom" target="_blank"><em>Lerenzo Malcom</em></a></em></li>
<li><strong class="medium">12:00 - 1:00pm</strong><em class="lunch"> Lunch</em></li>
<li><strong class="small">1:00 - 1:40pm</strong>
<a href="http://nyccamp.org/session/understanding-promises" target="_blank">Understanding Promises</a> <em>Nolan Lawson</em></li>
<li><strong class="small">1:40 - 2:20pm</strong>
<a href="http://nyccamp.org/session/material-design-practice-angularjs" target="_blank">Material Design in Practice with Angular JS</a> <em><a href="http://www.nyccamp.org/user/daniel-zen" target="_blank">Daniel Zen</a></em></li>
<li><strong class="small">2:20 - 2:30pm</strong> Afternoon Break</li>
<li><strong class="small">2:30 - 3:10pm</strong>
<a href="http://nyccamp.org/session/desktopify-your-web-chops" target="_blank">Desktopify Your Web Chops</a> <em>Mariko Kosaka</em></li>
<li><strong class="small">3:10 - 3:50pm</strong>
<a href="http://nyccamp.org/session/clocks-registers-and-electrical-mysteries" target="_blank">Clocks, Registers and Electrical Mysteries</a>
<em><a href="http://nyccamp.org/user/noopkat" target="_blank">Suz Hinton (noopkat)</a></em></li>
<li><strong class="small">3:50 - 4:30pm</strong>
<a href="https://www.nyccamp.org/session/flavors-svg" target="_blank">Flavors of SVG</a>
<em><a href="https://www.nyccamp.org/user/pixelwhip" target="_blank">John Ferris</a></em></li>
<li><strong class="small">3:50 - 4:30pm</strong> Closing Remarks, etc</li>
<!-- a href="http://nyccamp.org/session/image-optimizations-breaking-speed-limit">Image optimizations: Breaking the Speed Limit</a>
<em>Sergey Semashko</em></li -->
</ul>
<h4><!-- #sorrynotsorry --></h4>
<h3>Saturday July 18th</h3>
<ul>
<li><strong class="small">8:30 - 8:45am</strong> Morning Plenary</li>
<li><strong class="medium">9:00 - 9:45am</strong> <a href="http://nyccamp.org/session/event-driven-programming-asynchronous-php" target="_blank">Event Driven Programming </a>
<a href="http://nyccamp.org/user/" target="_blank"><em></em></a></li>
<li><strong class="large">10:00 - 10:45am</strong>
<a href="http://nyccamp.org/session/ci-css-creating-visual-regression-testing-workflow" target="_blank">CI for CSS: Creating a Visual Regression Testing Workflow</a> <em>Kate Kligman</em></li>
<li><strong class="large">11:00 - 11:45am</strong>
<a href="http://nyccamp.org/session/laypersons-guide-sacred-geometry-d3js" target="_blank">A Layperson't Guide to Sacred Geometry (in d3.js)</a>
<a href="http://nyccamp.org/user/alastairdant" target="_blank"><em>Alastair Dant</em></a></li>
<li><strong class="medium">11:45 - 1:00pm</strong><em class="lunch"> Lunch</em></li>
<li><strong class="small">1:30 - 2:15pm</strong> Keynote</li>
<li><strong class="small">2:30 - 3:15pm</strong>
<a href="http://nyccamp.org/session/fundamentals-front-end-ops" target="_blank">Fundamentals of Front-End Ops</a>
<em><a href="http://nyccamp.org/user/prestonso" target="_blank">Preston So</a></em></li>
<li><strong class="small">3:15 - 4:00pm</strong>
<a href="http://nyccamp.org/session/d3-data-visualization" target="_blank">D3 Data Visualization</a>
<em><a href="http://nyccamp.org/user/kholloway" target="_blank">Keenan Holloway</a></em></li>
<li><strong class="small">4:15 - 5:00pm</strong>
<a href="hhttp://nyccamp.org/" target="_blank">TBA</a> <em></em></li>
<!-- li><strong class="small">5:15 - 6:00pm</strong>
<em></em></li -->
</ul>
</div>
</div>
</section>
<section class="registration">
<div class="section--inner-wrapper">
<h2>Registration is free</h2>
<a href="http://nyccamp.org/camp/front-end-camp" target="_blank"><button>Register</button></a>
</div>
</section>
<section id="venue">
<div class="section--inner-wrapper">
<h2>Venue</h2>
<div class="venue--venue--info">
<h3>The United Nations</h3>
<p>Thanks to generous support from <strong>The United Nations</strong>, Front End Camp will be held at the UN's global headquarters in mid-town Manhattan.</p>
<address><strong>United Nations Headquarters</strong>, New York, NY 10017, United States</address>
<div class="get-directions--wrapper">
<a href="https://www.google.com/maps/place/United+Nations+Headquarters/@40.7492929,-73.9694765,16z/data=!4m5!1m2!2m1!1sunited+nations!3m1!1s0x0000000000000000:0xc5fae28bdd3df635" target="_blank">Get Directions</a>
</div>
</div>
<div class="venue--image">
<div class="venue--image--wrapper">
<img src="images/UnitedNations.jpg" alt="The United Nations">
</div>
</div>
</div>
</section>
<section class="code-of-conduct">
<div class="section--inner-wrapper">
<h2>Code of Conduct</h2>
<p>Front End Camp is a community event intended for networking and collaboration in the tech community. By RSVP'ing or attending this event, you signal that you have read, understand, and agree to the NYC Camp <strong><a href="http://nyccamp.org/code-of-conduct" target="_blank">code of conduct</a></strong>.</p>
</div>
</section>
<section class="our-generous-friends">
<div class="section--inner-wrapper">
<!-- h2>A little help from our friends</h2 -->
<!-- ugh, please remember to name your classes semantically!>
<div class="presented-by">
<h4>Presented by:</h4>
<a href="http://nyccamp.org/">NYC Camp</a>
</div>
<!-- div class="sponsors">
<h4>Sponsors:</h4>
</div>
<div class="benefiting">
<h4>Benefiting:</h4>
</div -->
</div>
</section>
</main>
<footer role="contentinfo">
<div class="footer--inner-wrapper">
<div><span class="footer-tag">Front End Camp is made possible with <span class="i-heart-you">♥</span> by <strong>NYC Camp</strong> for the Front End Community.</span></div>
<div><span class="footer--copyright">© 2015</span></div>
</div>
</footer>
<a href="#" id="back-to-top">
<i class="ion-arrow-up-c"></i>
</a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/front-end.js"></script>
</body>
</html>