-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
334 lines (307 loc) · 17.2 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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NERDSummit 2019</title>
<link rel="shortcut icon" href="images/lil-lil-nerdy.png" type="image/png" />
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="fonts/stylesheet.css">
<link rel="stylesheet" href="css/styles.css?v=4">
<link rel="stylesheet" href="css/mobile-styles.css?v=1">
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.js"></script>
</head>
<body>
<header data-sticky-container="" class="sticky-container">
<div class="title-bar" data-sticky data-options="marginTop:0;" style="width:100%">
<div class="header-logo">
<a href="/"><img src="images/header-logo@2x.png" srcset="images/header-logo.png 1x,
images/header-logo@2x.png 2x" width="117px" height="37px" alt="site logo"></a>
</div>
<ul class="menu main-menu">
<!--<li><a class="menu-links" href="#summit">Summit</a></li>-->
<li><a class="menu-links" href="#about">About</a></li>
<li><a class="menu-links" href="#team">Team</a></li>
<li><a class="menu-links" href="#location">Location</a></li>
<li><a class="menu-links" href="#sessions">Sessions</a></li>
<li><a class="menu-links" href="https://ti.to/nerd/nerd-summit-2019">Register</a></li>
<li><a class="menu-links" href="#join">Be a nerd</a></li>
<li><a class="menu-links" href="#sponsor">Sponsors</a></li>
<li><a class="menu-links" href="#help">Help & Feedback</a></li>
<li><a class="menu-links pink-text" href="https://www.razoo.com/organization/Nerd">Donate to NERD</a></li>
</ul>
</div>
</header>
<div class="row">
<div class="large-12 columns summit-section">
<a class="anchor-link" name="summit"></a>
<div class="image-container"><img src="images/summit-icon.png" alt="NERD Summit Mountain with flag icon"></div>
<h1 class="section-header"><span>nerd</span><span>summit.</span></h1>
<div class="banner-text">
<!--<h2 class="banner-text">SUBMIT A SESSION PROPOSAL (see below). Submission deadline is January 13th, 2019, at 11:59pm. </h2>-->
<h2 class="banner-text">We are the New England Regional Developers! Each year we hold our annual NERD Summit. Building up to the summit we collaborate with the local community,
creating a diverse curriculum for relevant skill building.<br />Please join us!</h2>
</div>
<h3 class="center">#nerds19</h3>
<h3 class="date">March 9th - 10th 2019</h3>
<div class="keynotes-container">
<h3 class="center">Keynote Speakers</h3>
<div class="keynotes">
<div class="keynote">
<img src="images/spool.png" alt="Jarod Spool">
</div>
<div class="keynote">
<img src="images/metts.png" alt="Micky Metts">
</div>
</div>
</div>
<a href="https://www.cns.umass.edu/about/facilities/isb"><div class="banner-text">Integrated Sciences Building | UMass Amherst | Amherst, Massachusetts</div></a>
<!--<p class="center">Integrated Sciences Building | UMass Amherst | Amherst, Massachusetts</p>-->
<!--<a href="https://goo.gl/maps/99enxmQRPeE2"><div class="banner-text">Campus Center Parking Garage</div></a>-->
<!--<h3 class="center">Thanks for another great NERD Summit! See ya next year for #nerds19!</h3>-->
<div class="button-container">
<!--<a class="button session-submit" href="https://wiki.nerd.ngo/display/SES">PROPOSE A SESSION!</a>-->
<!--<br> <a class="button session-submit" href="https://wiki.nerd.ngo/pages/viewpage.action?pageId=2687012">Find past sessions here.</a>-->
<a class="button session-submit" href="https://ti.to/nerd/nerd-summit-2019">Register here!</a>
<br><a class="button donate-submit" href="https://wiki.nerd.ngo/display/SPONSOR">Become a 2019 sponsor*</a><br>*login/signup required
<div class="vertical-spacer"></div>
<a class="button donate-submit" href="https://www.razoo.com/organization/Nerd">Donate to NERD</a>
<h4 class="pink-text">Your donations to NERD help fund ongoing efforts such as monthly developer group meetings.</h4>
<a href="https://itunes.apple.com/us/app/nerd-summit/id1210377935?mt=8"><img src="images/app.png" class="app" alt="NERD Mascot"></a>
<p>Look for the app <a href="https://itunes.apple.com/us/app/nerd-summit/id1210377935?mt=8">on the iOS App Store</a>, thanks to <a href="http://loufranco.com/">Lou Franco</a>. </p>
</div>
</div>
<!--<div id="includedContent"></div>-->
<!-- ^I don't know what this does, commented it out-->
<div class="large-12 columns about-section">
<a class="anchor-link" name="about"></a>
<h2 class="section-header">about.</h2>
<div class="banner-text">NERDs creates positive and supportive learning opportunities for people who work, or want to work in web
and related technology. Too many smart, passionate people have been traditionally excluded from tech careers,
and we're changing that.</div>
</div>
<div class="large-12 columns join-section">
<a class="anchor-link" name="join"></a>
<div class="image-container"><img src="images/lil-nerdy.png" alt="NERD Mascot"></div>
<h2 class="section-header">be a nerd.</h2>
<div class="banner-text">Learn with our local tech community at a free conference of talks, workshops, coding challenges, food, and fun!</div>
<div class="button-container">
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us3.list-manage.com","uuid":"1ef56f9dee567e2d166272484","lid":"3c10b5ac1e"}) })</script>
<a class="button join-button" href="http://eepurl.com/SUIqr">Stay in the loop</a>
</div>
</div>
<div class="large-12 columns sponsor-section">
<a class="anchor-link" name="sponsor"></a>
<h2 class="section-header">summit sponsors.</h2>
<div class="sponsors">
<h3>2019 Sponsors</h3>
<a class="button session-submit" href="https://wiki.nerd.ngo/display/SPONSOR">Become a 2019 sponsor*</a><br>*login/signup required
<div class="platinum"> <br><br>
<h4>Platinum</h4>
<a href="https://www.cns.umass.edu/"><img src="images/CNS-wordmark.jpg" alt="UMass College of Natural Sciences"></a>
<a href="https://lastcallmedia.com/"><img src="images/lcm-platinum.png" alt="Last Call Media"></a>
</div>
<div class="gold"> <br><br>
<h4>Gold</h4>
<a href="http://www.commonmedia.com/"><img src="images/cmi.jpg" alt="Common Media"></a>
<!--<a href="https://umass.edu/cpe/nerd"><img src="images/umass_cpe.png" alt="UMass Continuing & Professional Education"></a>-->
<!--<a href="https://www.vidmob.com/"><img src="images/vidmob.png" alt="Vidmob - The world’s best video creators at your service"></a><br>-->
</div>
<div class="silver"> <br><br>
<h4>Silver</h4>
<a href="https://www.baypath.edu/academics/graduate-programs/?query#results"><img src="images/baypath-sponsor.jpg" alt="Baypath University"></a>
<a href="https://www.bigvoodoo.com/"><img src="images/bigvoodoologo.jpg" alt="Big Voodoo"></a>
<a href="https://paragondigital.com/"><img src="images/ParagonDigital.jpg" alt="Paragon Digital"></a><br>
</div>
<div class="booth"> <br><br>
<h4>Bronze</h4>
<a href="https://www.carv.io/"><img src="images/carv-logo-beta.jpg?version=2018-03-04" alt="carv.io (Knectar)"></a>
<a href="https://www.mass.gov/orgs/digital-services"><img src="images/MassGovLogo.jpg" alt="Mass.gov Digital Services. Our mission is to use the best technology and information to make people’s digital interactions with government: fast, easy, and wicked awesome.."></a>
<!--<a href="http://amherstmedia.org/"><img src="images/amherst-media.png" alt="Amherst Media"></a>-->
</div>
<div class="community"> <br><br>
<h4>Community</h4>
<!--<a href="http://www.machinemetrics.com/"><img src="images/machinemetrics-community-sponsor.png"></a>-->
<a href="https://softescu.com/"><img src="images/softescu.png" alt="Softescu"></a>
<!--<a href="http://messageagency.com/"><img src="images/message-agency.jpg" alt="Message Agency"></a>-->
<!--<a href="http://www.opin.ca/en/"><img src="images/opin.jpg" alt="OPIN"></a>-->
<!--<a href="http://www.developingup.com/"><img src="images/devup.png" alt="The Developing Up Podcast"></a>-->
<a href="http://www.fitstaffingsolutions.com"><img src="images/fit-logo-2019.jpg" alt="FIT Solutions"></a>
<a href="https://justpeachy.io/"><img src="images/just-peachy.jpg" alt="Just Peachy"></a><br>
<a href="https://www.acquia.com/"><img src="images/acquia-logo.png" alt="Acquia is the open source digital experience company."></a>
<a href="https://www.cics.umass.edu/"><img src="images/UMass_CICS.jpg" alt="UMass College of Information and Computer Sciences (CICS)."></a>
<br><br><br>
</div>
</div>
<div class="button-container"><a class="button sponsor-button" href="https://wiki.nerd.ngo/display/SPONSOR">Become a 2019 sponsor*</a><br>*login/signup required</div>
</div>
<div class="large-12 columns location-section">
<a class="anchor-link" name="location"></a>
<div class="location">
<h2 class="section-header">location.</h2>
<p class="center">Integrated Sciences Building | UMass Amherst | Amherst, Massachusetts</p>
<div class="image-container">
<img src="images/campus-map.jpg?version=2018-09-22" alt="UMass campus map">
<p><a href="/images/campus-map-large.jpg">See large map image</a></p>
<h3>Parking</h3>
<p>The most convenient parking is the <a href="https://goo.gl/maps/99enxmQRPeE2">Campus Center Parking Garage (Google map link)</a> at a cost of $1.75/hr.</p>
<p>Other options can be found <a href="https://www.umass.edu/transportation/where-park">here</a>. </p>
<h3>Hotels</h3>
<p>There are many hotels in the area close by to UMass, including <a href="http://www.hotelsone.com/amherst-hotels-us/hotel-umass.html">Hotel UMass</a> very near the ISB building.</p>
</div>
</div>
</div>
<div class="large-12 columns sessions-section">
<a class="anchor-link" name="sessions"></a>
<h2 class="section-header">sessions.</h2>
<!--<div class="button-container"><a class="button schedule-button" href="/NERDS_2017_SCHEDULE.pdf">PDF Version Of Schedule</a></div>-->
<!--BEGIN SESSIONS SECTION-->
<div class="sessions">
<!--<h4>Request for 2019 sessions proposals will be going out later this year.</h4>-->
<!--<a class="button session-submit" href="https://wiki.nerd.ngo/display/SES">PROPOSE A SESSION!</a>-->
<!--<h4>Sessions submission closed on January 13th, 2019, at 11:59pm. </h4>-->
<!--<h4>We are currently choosing 50 sessions out of a total of 85 submitted.</h4>-->
<!--<h4>See sessions from the <a href="https://2018.nerdsummit.org#sessions">2018 NERD Summit</a>.</h4>-->
<p class="purple-text">Healthy snacks sponsored by Common Media.</p>
<p>Session schedule may change, so come back later to check for updates. Last updated March 9, 2019</p>
<!--<p>We will also have paper schedules at the event.</p>-->
<!--<a href="https://itunes.apple.com/us/app/nerd-summit/id1210377935?mt=8"><img src="images/app.png" class="appsmall"></a>-->
<!--<p>Look for the app <a href="https://itunes.apple.com/us/app/nerd-summit/id1210377935?mt=8">on the iOS App Store</a>, thanks to <a href="http://loufranco.com/">Lou Franco</a>. </p>-->
<!--<br>-->
<!--THIS IS WHERE THE TIMESLOTS WITH SESSIONS GO-->
<!--BEGIN SATURDAY-->
<div class="timeslot saturday">
<h3 class="day">SATURDAY</h3><img class="lil-nerdy-sessions" src="images/lil-nerdy.png">
<div class="inner">
<p class="more-info">Click on a session for more info.</p>
<div id="Saturday"></div>
</div>
</div>
<!--BEGIN SUNDAY-->
<div class="timeslot sunday">
<h3 class="day">SUNDAY</h3><img class="lil-nerdy-sessions" src="images/lil-nerdy.png">
<div class="inner">
<p class="more-info">Click on a session for more info.</p>
<div id="Sunday"></div>
</div>
</div>
</div>
<!--END SESSIONS-->
</div>
<div class="large-12 columns team-section">
<a class="anchor-link" name="team"></a>
<h2 class="section-header">The 2019 NERD Summit Team.</h2>
<div id="team-container">
<div class="first">
<h3>Organizers</h3>
<p>
Kelly Albrecht {Fearless Leader} </br>
Rick Hood </br>
Steve Brewer </br>
Marjorie Ray {Content Chair & Social Media} </br>
</div>
<div class="second">
<h3>Chairs</h3>
<p>
Track Chairs:</br>
Gretchen Duhaime </br>
Rob Bayliss </br>
Geri Jennings </br>
Geoff St. Pierre </br>
Jeffrey Gnatek </br>
Noah Paessel </br>
</p>
<p>Video:</br>
Special thanks to Kevin Thull</br>
for video capture of sessions</br>
<a href="https://www.kevinthull.com/" style="color:white;">www.kevinthull.com</a>
</p>
</div>
<div class="third">
<h3>Day-Of Volunteers</h3>
Cheryl Handsaker</br>
Sharon Rieger</br>
Amee Trivedi </br>
Aubrey Sambor </br>
Mike Miles </br>
Rob Bayliss </br>
Jen Wahlund </br>
Leslie Glynn </br>
Sean Dietrich </br>
Sam Medrington </br>
Lili Dwight </br>
Matthew Baya</br>
Trevor Morris</br>
David Dubchak </br>
Luis Marquez</br>
Elyssa Serrilli</br>
Tom Fleming</br>
Nova Albrecht</br>
Noah Smith</br>
Sign up below: </br>
<a href="https://bit.ly/nerds19volunteer" style="color:white;">https://bit.ly/nerds19volunteer</a>
</p>
</div>
</div>
</div>
<div class="large-12 columns help-section">
<a class="anchor-link" name="help"></a>
<h2 class="section-header">Get Help. Give Feedback.</h2>
<h4 class="center">For more info, getting help, or reaching out, start here:</h4>
<div class="button-container"><a class="button sponsor-button" href="https://wiki.nerd.ngo/questions">Ask Questions Here.</a></div>
<div class="button-container"><a class="button sponsor-button" href="https://nerd.ngo/feedback">Give Feedback Here.</a></div>
</div>
<footer>
<div class="footer-logo"><a href="https://nerd.ngo"><img src="images/footer-logo@2x.png" alt="NERD site logo"></a></div>
<a class="code-conduct" href="code.html">NERDSummit Code of Conduct</a>
<div class="social-media-links">
<a class="social-link" href="https://www.facebook.com/nerdsummit"><img class=social-icon src="images/facebook-icon.png" alt="facebook" width="33"></a>
<a class="social-link" href="https://twitter.com/nerdsummit"><img class=social-icon src="images/twitter-icon.png" alt="twitter" width="33"></a>
<a class="social-link" href="https://github.com/NERDngo/nerdsummit2018"><img class=social-icon src="images/GitHub-Mark-Light-32px.png" alt="github" width="33"></a>
<a class="social-link" href="https://join.slack.com/t/nerdsummit/shared_invite/enQtNDcyODQ2ODg0NTAyLTAzMjlkZmE1ZjRjZGRmZDE2N2Y3YWZhMmVmNTA0OGU4ZGVlZjA3NTQ1ZGFiMjI3MjFhYWNjZGNkZjcxMmIyOTQ"><img class=social-icon src="images/Slack_Mark_White_Web.png" alt="slack" width="33"></a>
</div>
</footer>
<input type="checkbox" id="hamburger"/>
<label class="menuicon" for="hamburger">
<span></span>
</label>
<div class="mobile-menu">
<ul class="menu">
<!--<li><a class="menu-links" href="#summit">Summit</a></li>-->
<li><a class="menu-links" href="#about">About</a></li>
<li><a class="menu-links" href="#team">Team</a></li>
<li><a class="menu-links" href="#location">Location</a></li>
<li><a class="menu-links" href="#sessions">Sessions</a></li>
<li><a class="menu-links" href="https://ti.to/nerd/nerd-summit-2019">Register</a></li>
<li><a class="menu-links" href="#join">Be a nerd</a></li>
<li><a class="menu-links" href="#sponsor">Sponsors</a></li>
<li><a class="menu-links" href="#help">Help & Feedback</a></li>
<li><a class="menu-links pink-text" href="https://www.razoo.com/organization/Nerd">Donate to NERD</a></li>
</ul>
</div>
<script>anchors.add('h4.hover-anchor');</script>
</body>
</html>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
<script src="js/sessions.js?ver=4"></script>
<!--<script>-->
<!--$(function(){-->
<!--$("#includedContent").load("sessions.html");-->
<!--});-->
<!--</script>-->
<script language="javascript" type="text/javascript">
$(document).ready(function(){
$('#Saturday').on('click', '.top', function (){
$(this).next().toggle();
});
$('#Sunday').on('click', '.top', function (){
$(this).next().toggle();
});
});
</script>