-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
250 lines (222 loc) · 15.3 KB
/
test.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
<!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 2018</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">
<link rel="stylesheet" href="css/mobile-styles.css">
<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">
<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">
</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="#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-2018">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 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"></div>
<h2 class="section-header"><span>nerd</span><span>summit.</span></h2>
<div 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!</div>
<h3 class="center">#nerds18</h3>
<h3 class="date">March 17th - 18th 2018</h3>
<a href="https://www.cns.umass.edu/about/facilities/isb"><div class="banner-text">Integrated Sciences Building, UMass Amherst</div></a>
<!--<a href="https://goo.gl/maps/99enxmQRPeE2"><div class="banner-text">Campus Center Parking Garage</div></a>-->
<div class="button-container">
<!--<a class="button session-submit" href="https://www.papercall.io/nerd2018">Propose a Session!</a>-->
<a class="button session-submit" href="https://ti.to/nerd/nerd-summit-2018">Register here!</a>
<!--<a class="button session-submit" href="https://nerdsummit.wufoo.com/forms/me6zbwa1w6thzw/">Become a 2018 sponsor</a>-->
<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>
</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"></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>2018 Sponsors To Date</h3>
<a class="button session-submit" href="https://nerdsummit.wufoo.com/forms/me6zbwa1w6thzw/">Become a 2018 sponsor</a>
<div class="platinum">
<a href="https://www.cns.umass.edu/"><img src="images/CNS-wordmark.jpg" alt="UMass College of Natural Sciences"></a><br>
<a href="https://lastcallmedia.com/"><img src="images/lcm-platinum.png" alt="Last Call Media"></a>
<a href="http://www.commonmedia.com/"><img src="images/cmi.jpg" alt="Common Media"></a>
</div>
<div class="gold">
<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">
<a href="https://carv.launchrock.com/"><img src="images/carvio.png" alt="carv.io (Knectar)"></a><br>
</div>
<div class="booth">
<a href="http://learntoprogram.tv/"><img src="images/learntoprogram.jpg" alt="LearnToProgram.tv"></a>
</div>
<div class="community">
<a href="http://www.machinemetrics.com/"><img src="images/machinemetrics-community-sponsor.png"></a>
<a href="https://softescu.com/"><img src="images/logo-Softescu-community.png"></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>
<br><br><br>
</div>
</div>
<div class="button-container"><a class="button sponsor-button" href="https://goo.gl/forms/KDsLDidPum0zhQds1">Become a 2018 sponsor</a></div>
</div>
<div class="large-12 columns sessions-section">
<a class="anchor-link" name="location"></a>
<div class="location">
<h2 class="section-header">location.</h2>
<div class="image-container">
<img src="images/campus-map.jpg">
<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</a> at a cost of $1.75/hr.
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>
<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">
<!--<h3>Sessions have been selected! </h3>-->
<h4>Session schedule may change, so come back later to check for updates.</h4>
<p>Last updated February 11, 2018.</p>
<br>
<!--<p class="purple">Accessibility for NERDs <br>Abby Kingman<br><br>Build, Don't Code <br>Chris Davis<br><br>Building the web application that runs a global startup accelerator <br>Paul Bissex<br><br>Common Patterns & Pitfalls in Multi-Threading (Asynchronous) Software <br>Andy Klapper<br><br>Consumption is Fractal: Open Source Sustainability <br>Noah Kantrowitz<br><br>DataScience with Python <br>Anandkarthick<br><br>De-mystifying Serverless Platforms <br>Aditya Relangi<br><br>Distributed systems using Rails <br>Tony Vincent <br><br>"Do You Job" philosophy for Driving Digital Transformation <br>Angela Govila<br><br>Docker for Development <br>Geri Jennings<br><br>Docksal: The Last Local Environment <br>Les Peabody<br><br>Drupal 8 Translation - A Live Demo <br>John Picozzi<br><br>Everything Is Broken, and It's OK <br>John Sawers<br><br>Frontend Development with React and ClojureScript <br>Jochen Rau<br><br>Getting Going with Gutenberg <br>Amanda Giles<br><br>Hey NERDs, have you heard? - An overview of the 2018 Technical Job Market <br>Meghan Fallon<br><br>Horizontal DevOps <br>Geoff St. Pierre & Rob Bayliss<br><br>How do I scikit-learn? A crash course into the Python scikit-learn API. <br>Lorena Mesa<br><br>How to Choose an Open Source Licence <br>Michael Miles<br><br>How to Do Code Reviews Like a Human <br>Michael Lynch<br><br>How To Incorporate Gamification Principles To Improve Your Agile Development Process <br>Erich S. Lee MS, MBA, PMP, SSGB, CSM<br><br>HTML/CSS/JS ( adults, but we'd take teens ) <br>Holyoke Codes<br><br>Internet For All <br>Aaron E-J, Jamie Guerin, Thomas Grzybowski, Jim Drawe<br><br>Intro to GraphQL (with Relay Modern and Postgraphile) <br>Chad Furman<br><br>Introduction to Serverless Computing on AWS <br>Trevor Morris<br><br>ISLE: Running Islandora locally with Docker <br>Gavin Morris<br><br>It's not your parents' HTTP <br>Gleb Bahmutov<br><br>KEYNOTE: Quantum Computing and the Future of Software Development <br>Jerry Nixon<br><br>Language & Artificial Intelligence for Enterprise Developers <br>Jerry Nixon<br><br>Living With Drupal 6 in 2018 - A Bad Case (Study) of D8 Deficiency <br>Jenn Johnson<br><br>Make your own Snapchat filter <br>Jacob Bashista<br><br>Managing the MVP in an early stage startup <br>James Kupernik<br><br>Modern JavaScript <br>Gleb Bahmutov<br><br>Opening the Black Box: Becoming a Better Developer Through Debugging <br>Dustin Younse<br><br>Orchestrating Serverless with Step Functions <br>Matt Williams<br><br>Our Digital Transformation to Agile: Challenges and Insights <br>Chris Smith<br><br>RenPy (ages 12+) <br>Holyoke Codes<br><br>Research is the Glue <br>Matthew Eng<br><br>Respect the classics, man. <br>Andrew Predmore<br><br>Rethinking Data with GraphQL <br>Ryan Chenkie<br><br>Roster Building 101 <br>Jon Robinson<br><br>Scratch (kids 7+ and families) <br>Holyoke Codes<br><br>Secrets to Great Web Forms <br>Paul Grenier<br><br>The Fundamental Building Blocks of Data Processing <br>Jochen Rau<br><br>The traffic fallacy <br>Sean Eddings<br><br>Thinking Reactively with RxJS <br>Mayank Raj<br><br>Vision & Artificial Intelligence for Enterprise Developers <br>Jerry Nixon<br><br>What’s all the fuss about fonts? Typography for the rest of us. <br>Thomas Urell<br><br>Your Agile Lifestyle <br>Eddie Dear<br><br> </p>-->
<!--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 feedback-section">
<div id="wufoo-zdba2fr0eelak3">
Fill out my <a href="https://nerdsummit.wufoo.com/forms/zdba2fr0eelak3">online form</a>.
</div>
<div id="wuf-adv" style="font-family:inherit;font-size: small;color:#a7a7a7;text-align:center;display:block;">Online contact and registration forms from <a href="http://www.wufoo.com">Wufoo</a>.</div>
<script type="text/javascript">var zdba2fr0eelak3;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'nerdsummit',
'formHash':'zdba2fr0eelak3',
'autoResize':true,
'height':'637',
'async':true,
'host':'wufoo.com',
'header':'show',
'ssl':true};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { zdba2fr0eelak3 = new WufooForm();zdba2fr0eelak3.initialize(options);zdba2fr0eelak3.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div>
</div>
<footer>
<div class="footer-logo"><a href="https://nerd.ngo"><img src="images/footer-logo@2x.png"></a></div>
<a class="code-conduct" href="README.md">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" width="33"></a>
<a class="social-link" href="https://twitter.com/nerdsummit"><img class=social-icon src="images/twitter-icon.png" width="33"></a>
<a class="social-link" href="https://github.com/NERDngo/nerdsummit2018"><img class=social-icon src="images/GitHub-Mark-Light-32px.png" width="33"></a>
<a class="social-link" href="https://nerdslack.herokuapp.com/"><img class=social-icon src="images/Slack_Mark_White_Web.png" 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="#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-2018">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 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=3"></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>