-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
654 lines (562 loc) · 37.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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!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>NERD Summit 2024</title>
<meta name="description" content="NERD Summit is an inclusive, community building tech event in New England." />
<link rel="shortcut icon" href="images/NERDS_favicon.png" type="image/png" />
<link rel="stylesheet" href="fonts/stylesheet.css?v=2">
<link rel="stylesheet" href="css-2022/styles.css?v=2">
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/2.0.3/purify.min.js"></script>
<meta property="og:site_name" content="NERD Summit" />
<meta property="og:url" content="https://nerdsummit.org" />
<meta property="og:title" content="NERD Summit" />
<meta property="og:description" content="NERD Summit is an inclusive, community building tech event in New England." />
<meta property="og:image" content="https://nerdsummit.org/images/nerd_social_card.png?v=1" />
<meta property="og:image:alt" content="NERD Summit" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@NERDSummit" />
<meta name="twitter:description" content="NERD Summit is an inclusive, community building tech event in New England." />
<meta name="twitter:title" content="NERD Summit" />
<meta name="twitter:url" content="https://nerdsummit.org" />
<meta name="twitter:image:alt" content="NERD Summit" />
<meta name="twitter:image" content="https://nerdsummit.org/images/nerd_social_card.png?v=1" />
</head>
<body>
<div id="skip">
<a href="#maincontent">Skip to main content</a>
</div>
<header class="header" role="banner">
<div class="header__inner header--fixed" id="header1">
<div id="notice" class='dev'>
<p>Unfortunately, NERD Summit 2025 is not happening. <a href="#2025">Read more</a> </p>
</div>
<nav class="nav" role="navigation">
<h1 class="logo"><a href="/"><img alt="NERDS 23 logo" src="/images/NERDS24_Logo_Website.png"></a></h1>
<ul class="nav__list">
<li class="nav__item"><a href="#schedule">Schedule</a></li>
<li class="nav__item"><a href="#location">Location</a></li>
<!-- <li class="nav__item"><a href="#app">IOS App</a></li> -->
<li class="nav__item"><a href="#sponsors">Sponsors</a></li>
<li class="nav__item"><a href="#about">About</a></li>
<li class="nav__item"><a href="/info">Get More Info</a></li>
<!-- <li class="nav__item"><a href="https://swag.nerd.ngo/" target="blank">Shop</a></li> -->
<li class="nav__item"><a href="#contact">Contact</a></li>
<li class="nav__item"><a href="https://ti.to/nerd/nerd-summit-2024-tickets" target="_blank">Tickets</a></li>
<!-- <li class="nav__item "><a href="https://www.mightycause.com/organization/Nerd" target="blank">Donate</a></li>-->
</ul>
</nav>
</div>
</header>
<a class="billboard__anchor-link" name="summit"></a>
<main id="maincontent" role="main">
<section class="billboard billboard--summit">
<div class="billboard__inner">
<div class="billboard__narrow">
<h2 class="billboard__header">NERD Summit 2024!</h2>
</div>
<span class="billboard__callout">March 8-9, 2024 at UMass Amherst</span>
<img src="images/NERD_lil-nerdy.png" alt="NERD" width=250px height=auto style="margin-bottom:35px">
<span class="billboard__callout">NERD Summit is an inclusive, community building tech event in New England.</span>
<ul class="billboard__button-container">
<!---
<li class="billboard__button-item">
<a class="billboard__button" href="/info/#propose"><span class="billboard__button-text">SUBMIT A SESSION</span></a>
</li>
-->
<li class="billboard__button-item">
<a class="billboard__button" href="https://ti.to/nerd/nerd-summit-2024-tickets" target="_blank"><span class="billboard__button-text">TICKETS</span></a>
</li>
<!--
<li class="billboard__button-item">
<a class="billboard__button" href="https://forms.gle/QPqfcw6MQgJFHQn88" target="_blank"><span class="billboard__button-text">JOIN THE TEAM</span></a>
</li>
-->
<li class="billboard__button-item">
<a class="billboard__button" href="/info/"><span class="billboard__button-text">MORE INFO</span></a>
</li>
<li class="billboard__button-item">
<a class="billboard__button" href="/sponsor/"><span class="billboard__button-text">SPONSOR</span></a>
</li>
<!--
<li class="billboard__button-item">
<a class="billboard__button" href="https://join.slack.com/t/nerdsummit/shared_invite/enQtNDcyODQ2ODg0NTAyLTllYjIzY2U0ZWE4YjJmYWM0MjVkNTYxMmZmMzUxZGFiYTM3YWE4MzA0ZDZmZTkzZGRiMDVkNTc5OGE5MWQ2YjY" target="blank">
<span class="billboard__button-text">Join NERDS Slack</span>
</a>
</li>
-->
</ul>
</div>
</section>
<a class="billboard__anchor-link" id="2025" name="2025"></a>
<a class="billboard__anchor-link" id="jen" name="jen"></a>
<a class="billboard__anchor-link" id="keynotes" name="keynotes"></a>
<section class="billboard billboard--sessions">
<div class="billboard__inner">
<div class="virtual">
<center>
<p><strong>A note about NERD Summit 2025</strong></p>
<p>Unfortunately, NERD Summit 2025 is off. There are two main reasons for this: </p>
</center>
<ol>
<li>Rick Hood stepped off as lead organizer and no one was willing to fill that slot.</li>
<li>No one was willing to fill the lead on getting sponsorship.</li>
</ol>
<center>
<p>We did have volunteers for many of the other jobs, but we really needed these two jobs to be filled in order to commit to 2025.
Sponsorship has been getting tougher over the years. Last Call Media (Kelly Albrecht) had to plug the hole in 2023 and 2024 which is greatly appreciated, but not really sustainable. We did plan on reducing from 2 days to 1 day, which more or less halves the cost.</p>
</center>
</div>
<p></p>
<!--
<div class="virtual align-center">
<p><strong>Jen talks about NERD Summit</strong></p>
<audio controls>
<source src="audio/nerd-2023-tickets.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p>Thanks <a href="https://www.talkingdrupal.com/" target="_blank">Talking Drupal</a> for the audio.</p>
</div>
<p></p>
-->
<div class="keynotes-container">
<h2 class="center">Keynote Speakers</h2>
<div class="keynotes">
<div class="keynote">
<img src="images/keynote_2024_weinberger.png" alt="David Weinberger">
<h3>Keynote #1 - Friday</h3>
<p><strong>Knowledge without Understanding: The Light Cast by Our AI Nightmares</strong><br/>
We are thrilled to announce that our keynote speaker for Friday will be <strong>David Weinberger</strong>.<br/>David has been writing about the effect of technology on our ideas about ourselves and the world since the 1980s. His most recent book, the award-winning <a href="https://everydaychaosbook.com/" target="_blank">Everyday Chaos</a> (HBR, 2019), presents a unique perspective on the rise and importance of machine learning.<br/>
<a href="https://nerdsummit.org/#David-Weinberger">1:00-2:00PM, March 8</a></p>
</div>
<div class="keynote">
<!-- <img src="images/keynote_2024_placeholder.png" alt="TBD"> -->
<img src="images/keynote_2024_cobb.png" alt="Jessica Cobb">
<h3>Keynote #2 - Saturday</h3>
<p><strong>The Inventure Mindset: Future-fitness on the Frontier</strong><br/>
<strong>Jessica Cobb</strong> will be our keynote speaker on Saturday. This should be a fun one! Jessica is an international emerging technologist and the founder of <a href="https://missioncontrollab.com/">Mission Control Lab</a>. She asserts that as agents of “inventure” we can cultivate future-fitness for ourselves, while influencing the causeways shared between humans, nature and machines.<br/>
<a href="https://nerdsummit.org/#Jessica-Cobb">1:00-2:00PM, March 9</a></p>
</div>
</div>
</div>
<div class="billboard__columns--35-65">
<div>
<img src="images/BE_A_NERD_lil-nerdy.png" alt="NERD" width=250px height=auto class="nerdy__sessions" alt="" />
</div>
<div>
<h2 class="billboard__header--blue">2024 Program</h2>
<p>In 2024 the summit will be held on Friday & Saturday, March 8-9, with sessions and trainings on both days. </p>
<p>Sessions will include <strong>talks</strong>, <strong>panels</strong> and <strong>group discussions</strong> on a wide variety of topics.</p>
<p> NERD Summit has been an incredible success thanks to excellent presenters, generous sponsors, and an enthusiastic community.
<!--
Sponsor packages are designed to help your organization with brand awareness, talent recruitment, and networking with potential partners and customers!
-->
</p>
<ul class="billboard__button-container">
<li class="billboard__button-item">
<a class="billboard__button blue" href="/info/"><span class="billboard__button-text">MORE INFO</span></a>
</li>
<li class="billboard__button-item">
<a class="billboard__button blue" href="/sponsor/"><span class="billboard__button-text">SPONSOR NERD SUMMIT 2024</span></a>
</li>
</ul>
</div>
</div>
<a class="billboard__anchor-link" name="sessions"></a>
<div class="virtual">
<h2>Mission </h2>
<p>The mission of NERD (New England Regional Developers) is to collaborate with the regional community to ensure that the annual Summit and events throughout
the year offer everyone, regardless of background or finances, a diverse curriculum for relevant skill building and valuable networking opportunities.
This supports our vision of creating 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.</p>
<!--
<h2>You can help!</h2>
<p>NERD Summit is reaching out, at both organizational and individual levels, to get more people involved!</p>
<p>More involvement will support new summit ideas as well as program implementation, which in turn supports the NERD mission
of making tech more accessible to both underrepresented and young people. This type of programming could range from tech games for kids to tech career advice and coaching, to training on a specific topic.</p>
<p>If you know of organizations or individuals who can help add such programming to NERD Summit 2023 please get in touch. Perhaps it is you!</p>
-->
<!--
<a class="billboard__button billboard__button--primary" href="#contact" target="blank">Contact Us</a>
-->
<a class="billboard__anchor-link" name="schedule"></a>
</div>
<!--BEGIN SESSIONS-->
<div class="sessions-header">
<div style="text-align:center" width=100%>
<a href="https://apps.apple.com/us/app/nerd-summit/id1210377935" target="_blank"><img src="images/app.png" class="app" alt="NERD App" width="250" height="auto" style="display:inline-block"></a>
<p> Look for the app <a href="https://apps.apple.com/us/app/nerd-summit/id1210377935" target="_blank">on the iOS App Store</a>, thanks to <a href="http://loufranco.com/" target="_blank">Lou Franco</a>.</p>
<p><br/></p>
</div>
<h2>SCHEDULE</h2>
<!-- <p>The initial schedule has been posted January 26, 2024 and continues to be updated. <br/> It will be added to and edited before the event starts on March 8, so please check back later for updates. </p> -->
<p>Workshops require an addtional ticket - link to <a href="https://ti.to/nerd/nerd-summit-2024-tickets" target="_blank">tickets</a> is in each workshop description.</p>
<!--
<a href="https://2023.nerdsummit.org#schedule" target="_blank">View 2023 schedule</a> <br/>
-->
<a href="https://www.youtube.com/@nerdsummit" target="_blank">View 2024 session videos</a>
<!--
<p>This session schedule is subject to change. <br>Very unlikely that the day a session is scheduled will change, but the room and time may change.</p>
<p>Printable PDF of the schedule is <a href="/pdf/NERD_23_schedule.pdf" target="_blank">here</a>. </p>
-->
</div>
<div class="timeslots">
<div class="timeslot day-1">
<h3 class="billboard__subheader" class="day">FRIDAY March 8</h3>
<div class="inner">
<div id="Day-1"></div>
</div>
</div>
<div class="timeslots-spacer"></div>
<div class="timeslot day-2">
<h3 class="billboard__subheader" class="day">SATURDAY March 9</h3>
<div class="inner">
<div id="Day-2"></div>
</div>
</div>
</div>
<!--END SESSIONS-->
<a class="billboard__anchor-link" name="training"></a>
<!--
<ul class="billboard__button-container" style="text-align:center">
<li class="billboard__button-item">
<a class="billboard__button" href="https://ti.to/nerd/nerd-summit-2024"><span class="billboard__button-text">GET TICKETS!</span></a>
</li>
</ul>
-->
</div> <!-- end billboard__inner -->
<a class="billboard__anchor-link" name="location"></a>
</section>
<section class="billboard billboard--location">
<div class="billboard__inner">
<div class="billboard__narrow">
<h2 class="billboard__header--blue">Location</h2>
<p>NERD Summit is held in the <a href="https://www.umass.edu/wld/campus-center" target="blank">Murray D. Lincoln Campus Center </a>[<a href="https://goo.gl/maps/99enxmQRPeE2" target="blank">Google Maps link to parking</a> ] </p>
<p>Drive times: Logan (BOS) Airport: 2 hours, Bradley (BDL) Airport: 1 hour, New Haven: 1.5 hour, NYC: 3.5-4 hours. </p>
<!--
<p> Hotel UMass has reserved a block of rooms (Group Code: NED20C) with discounted room and parking rates.
<strong>Contact the hotel by February 21, 2020</strong> to secure reservation using the above code. <br>
877-822-2110 <br>
<a href="https://hotelumass.com/" target="blank">www.hotelumass.com</a>
</p>
-->
<img src="images/campus-map.jpg?version=2022-12-03" alt="UMass campus map" />
<p><a href="/images/campus-map-large.jpg">Download full size map</a></p>
<p>The most convenient parking is the <a href="https://goo.gl/maps/99enxmQRPeE2" target="blank">Campus Center Parking Garage</a> at a cost of $1.75/hr.
<br>We will have passes at the registration table that cap that at $6.50 per day.
<br>When you enter the parking garage, go down one level and enter the building there -- see signs for hotel.</p>
<p>There is free parking on the weekends, see lots 43 and 63 on the map above [<a href="https://maps.umass.edu/parking/#?latitude=42.39163&longitude=-72.53272&zoom=15.0&rotation=0&basemap=topo" target="_blank">full UMass parking map</a>].</p>
<h3>Accommodations</h3>
<p>There are <a href="https://www.google.com/maps/search/hotels+near+01002/@42.3606308,-72.5336356,12z/data=!3m1!4b1" target="blank">many hotels in the area</a> close by to UMass. <br/>
<a href="https://hotelumass.com/" target="blank">Hotel UMass</a> has reserved a block of rooms for the event until February 8. Update: These are sold out now. <br/>
Thursday, March 7, 2024 | 6 rooms | $159 *<br/>
Friday, March 8, 2024 | 30 rooms | $199 *<br/>
Saturday, March 9, 2024 | 3 rooms | $199 *<br/>
*per night plus applicable fees, currently 6% plus $1.00 per room, per night<br/>
<a href="https://www.reseze.net/servlet/SendPage?hotelid=1760&skipfirstpage=true&page=807874">Reserve a room here</a>
</p>
</div>
</div>
<a class="billboard__anchor-link" name="sponsors"></a>
</section>
<!-- START SPONSOR SECTION -->
<section class="billboard billboard--sponsors">
<div class="billboard__inner">
<h2 class="billboard__header--blue">2024 Summit Sponsors</h2>
<p> </p>
<h3 id="platinum" class="billboard__subheader--sponsor">Platinum</h3>
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="https://lastcallmedia.com/" target="blank"><img src="images/lcm-platinum.png" alt="Logo for Last Call Media"></a> <br/>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40LastCallMedia%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
</div>
<h3 id="gold" class="billboard__subheader--sponsor">Gold</h3>
<p>Be the first <a href="https://ti.to/nerd/nerd-summit-2024-sponsor">Gold</a> sponsor!</p>
<h3 id="gold" class="billboard__subheader--sponsor">Party Sponsor</h3>
<p>Be the <a href="https://ti.to/nerd/nerd-summit-2024-sponsor">Party</a> sponsor! (one available)</p>
<h3 id="silver"class="billboard__subheader--sponsor">Silver</h3>
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="http://www.commonmedia.com/" target="blank"><img src="images/common_media_23.png" alt="Logo for Common Media" width=450 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40commonmedia%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.mightyacorn.com/" target="blank"><img src="images/mighty_acorn.png" alt="Logo for Mighty Acorn" width=450 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40mightyacorninc%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.cics.umass.edu/" target="blank"><img src="images/UMass_CICS.jpg" alt="Logo for UMass College of Information and Computer Sciences (CICS)."></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40manningcics%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
</div>
<h3 class="billboard__subheader--sponsor">Keynote</h3>
<p>Be the first <a href="https://ti.to/nerd/nerd-summit-2024-sponsor">Keynote</a> sponsor! (two available)</p>
<!--
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="https://www.knectar.com/" target="blank"><img src="images/knectar-hor.png" alt="Logo for Knectar"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40knectar%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS23" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://tag1consulting.com/" target="blank"><img src="images/tag1.png" alt="Logo for Tag 1 Consulting"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40tag1%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS23" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
</div>
-->
<h3 id="bronze" class="billboard__subheader--sponsor">Bronze</h3>
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="https://tinypilotkvm.com/" target="blank"><img src="images/tiny_pilot_2023.png" alt="Logo for TinyPilot" width=350 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40tinypilotkvm%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://factastudio.com/" target="blank"><img src="images/facta.png" alt="Logo for Facta"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40factastudio%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
</div>
<a class="billboard__anchor-link" name="community"></a>
<h3 id="community" class="billboard__subheader--sponsor">Community</h3>
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="https://montaguewebworks.com/" target="blank"><img src="images/MWW-RocketFusion.jpg?v=2023" alt="Montague WebWorks"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20https://montaguewebworks.com/%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.knectar.com/" target="blank"><img src="images/knectar-hor.png" alt="Logo for Knectar"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40knectar%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://paragondigital.com/" target="blank"><img src="images/ParagonDigital.jpg" alt="Logo for Paragon Digital"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40ParagonDigital%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<img src="images/friend.jpg" alt="">
</div>
<div class="sponsor">
<a href="https://tag1consulting.com/" target="blank"><img src="images/tag1.png" alt="Logo for Tag 1 Consulting"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40tag1%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.optasy.com/" target="blank"><img src="images/optasy.png" alt="Logo for OPTASY"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40optasy%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://plenti.co/" target="blank"><img src="images/plentico.png" alt="Logo for Plentico"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40plentico%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.palantir.net/" target="blank"><img src="images/palantir.png" alt="Logo for Palantir"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40palantir%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.born-digital.com/" target="blank"><img src="images/born_digital.png" alt="Logo for Born Digital"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40born__digital%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://nedcamp.org/" target="blank"><img src="images/nedcamp.jpg" alt="Logo for NED Camp"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40nedcamp%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.stephencross.com/" target="blank"><img src="images/stephen_cross.jpg" alt="Logo for Stephen Cross"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40stephencross%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://www.left-click.us/" target="blank"><img src="images/left_click.jpg" alt="Logo for Left Click"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40leftclickme%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="https://thetechfoundry.org/" target="blank"><img src="images/tech-foundry.png" alt="Logo for The Tech Foundry" width=600 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40thetechfoundry%20for%20partnering%20with%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<a href="http://www.fitstaffingsolutions.com" target="blank"><img src="images/fit-logo.png" alt="Logo for FIT Solutions"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40FIT_IT_Jobs%20for%20sponsoring%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Sponsor!</a>
</div>
<div class="sponsor">
<br/>
<h3>Jim Skowyra</h3>
<br/>
</div>
<div class="sponsor">
<br/>
<h3>Kelly Albrecht</h3>
<br/>
</div>
<div class="sponsor">
<br/>
<h3>Tom Hoogendyk</h3>
<br/>
</div>
<div class="sponsor">
<br/>
<h3>Cheryl Handsaker</h3>
<br/>
</div>
</div>
<a class="billboard__anchor-link" name="partners"></a>
<h3 class="billboard__subheader--sponsor">Partners</h3>
<p>Cross-promotion and non-monetary contribution partners.</p>
<div class="billboard__wrapper--sponsor">
<div class="sponsor">
<a href="https://www.hackdiversity.com/" target="blank"><img src="images/hack_diversity.png" alt="Logo for Hack Diversity" width=600 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40Hack_Diversity%20for%20partnering%20with%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Partner!</a>
</div>
<div class="sponsor">
<a href="https://www.thedroptimes.com/" target="blank"><img src="images/the_drop_times.png" alt="Logo for The Drop Times" width=600 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40thedroptimes%20for%20partnering%20with%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Partner!</a>
</div>
<div class="sponsor">
<br/>
<a href="https://drupalize.me/" target="blank"><img src="images/drupalizeme-by-osiolabs-color.jpg" alt="Logo for Drupalize Me by Osio Labs" width=600 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40drupalizeme%20for%20partnering%20with%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Partner!</a>
</div>
<div class="sponsor">
<br/>
<a href="https://devitjobs.com/" target="blank"><img src="images/dev_it_jobs.jpg" alt="Logo for Dev IT Jobs" width=600 height="auto"></a>
<a href="https://twitter.com/share?url=https%3A//nerdsummit.org&text=Thank%20you%20%40DevITjobs%20for%20partnering%20with%20NERD%20Summit%21%20&hashtags=NERDS24" target="_blank" class="sponsor-thank">Thank this Partner!</a>
</div>
</div>
<div style="text-align:center">
<li class="billboard__button-item">
<a class="billboard__button blue" href="/sponsor/"><span class="billboard__button-text">SPONSOR NERD SUMMIT 2024</span></a>
</li>
</div>
</div>
<a class="billboard__anchor-link" name="about"></a>
</section>
<!-- END SPONSOR SECTION -->
<!-- START ABOUT SECTION -->
<section class="billboard billboard--about">
<div class="billboard__inner">
<h2 class="billboard__header--blue">About</h2>
<h3 class="billboard__subheader">New England Regional Developers</h3>
<p>NERD Summit is a product of New England Regional Developers (NERD). <br/>
NERD creates positive and supportive learning opportunities for people who work, or want to work
in web and related technologies in the New England area.<br/>
Read more at: <a href="https://nerd.ngo/" target="blank">nerd.ngo</a></p>
<h3 class="billboard__subheader">Code of Conduct</h3>
<p>Attendees are encouraged to read the <a href="code.html">NERD Summit 2023/2024 Code of Conduct</a>.</p>
<h3 class="billboard__subheader">The NERD Summit 2024 team</h3>
<h4>NERD Team</h4>
<ul class="billboard__list">
<li>Rick Hood - Lead Organizer</li>
<li>Kelly Albrecht - Founder, Sponsorship & Underwriter</li>
<li>Jen Wahlund - Communications</li>
<li>Heidi Stanclift - Content</li>
<li>Stephen Cross</li>
<li>Molly Taaffe - Graphics</li>
<li>Lisa Sieverts</li>
<li>Patrick Regan</li>
<li>Lou Franco - NERD IOS App</li>
</ul>
<p></p>
<h4>Volunteers</h4>
<ul class="billboard__list">
<li>Matthew Baya</li>
<li>Andrew Aiken</li>
<li>Julio Rodriguez</li>
<li>Cheryl Handsaker</li>
</ul>
<a class="billboard__anchor-link" name="contact"></a>
<a class="billboard__anchor-link" name="masks"></a>
</section>
<!-- END ABOUT SECTION -->
<section class="billboard billboard--contact">
<div class="billboard__inner">
<h2 class="billboard__header--blue">Contact</h2>
<p>To volunteer, email Rick Hood at <a href="mailto:[email protected]">[email protected]</a>.</p>
<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>
<p>To stay up to date on NERD and NERD Summit, <a href="http://eepurl.com/SUIqr" target="blank">subscribe to our newsletter</a>.</p>
<p>Masks are optional. We will have masks and hand sanitizer available.</p>
<ul class="billboard__button-container">
<li class="billboard__button-item">
<a class="billboard__button blue billboard__button--primary" href="https://join.slack.com/t/nerdsummit/shared_invite/enQtNDcyODQ2ODg0NTAyLTllYjIzY2U0ZWE4YjJmYWM0MjVkNTYxMmZmMzUxZGFiYTM3YWE4MzA0ZDZmZTkzZGRiMDVkNTc5OGE5MWQ2YjY" target="blank">Ask a question: Join us in Slack</a>
</li>
<li class="billboard__button-item">
<a class="billboard__button blue billboard__button--primary" href="https://nerdsummit.org/feedback" target="blank">Give feedback</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer" role="contentinfo">
<div class="footer__inner">
<p><a href="https://nerd.ngo" class="nerd-ngo-link">#NERD</a></p>
<p><a href="/code" class="nerd-code-link">NERD Summit Code of Conduct</a></p>
<ul class="social-media-links">
<li><a class="social-link" href="https://www.facebook.com/nerdsummit" target="blank"><img class=social-icon
src="images/social-media-logos/f_Logo_Online_04_2019/black/PNG/f_logo_RGB-Black_72.png" alt="facebook"
width="33"></a></li>
<li><a class="social-link" href="https://twitter.com/nerdsummit" target="blank"><img class=social-icon
src="images/social-media-logos/Twitter Social Icons/Twitter_SocialIcon_Circle/Twitter_Social_Icon_Circle_White.svg"
alt="twitter" width="33"></a></li>
<li><a class="social-link" href="https://github.com/NERDngo/" target="blank"><img class=social-icon
src="images/social-media-logos/GitHub-Mark/PNG/GitHub-Mark-64px.png" alt="github" width="33"></a></li>
<li><a class="social-link"
href="https://join.slack.com/t/nerdsummit/shared_invite/enQtNDcyODQ2ODg0NTAyLTllYjIzY2U0ZWE4YjJmYWM0MjVkNTYxMmZmMzUxZGFiYTM3YWE4MzA0ZDZmZTkzZGRiMDVkNTc5OGE5MWQ2YjY" target="blank"><img
class=social-icon src="images/social-media-logos/Slack-selected-assets/Slack_Mark_Monochrome_Black.svg"
alt="slack" width="33"></a></li>
</ul>
</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="https://ti.to/nerd/nerd-summit-2024-tickets" target="_blank">Tickets</a></li>
<li><a class="menu-links" href="#schedule">Schedule</a></li>
<li><a class="menu-links" href="#location">Location</a></li>
<!-- <li><a class="menu-links" href="#app">IOS App</a></li> -->
<li><a class="menu-links" href="#sponsors">Sponsors</a></li>
<li><a class="menu-links" href="#about">About</a></li>
<li><a class="menu-links" href="/info">Get More Info</a></li>
<!-- <li><a class="menu-links" href="https://swag.nerd.ngo/" target="blank">Shop</a></li> -->
<li><a class="menu-links" href="#contact">Contact</a></li>
<!-- <li><a class="menu-links pink-text" href="https://www.mightycause.com/organization/Nerd" target="blank">Donate</a></li> -->
</ul>
</div>
<script>anchors.add('h4.hover-anchor');</script>
</main>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/app.js"></script>
<script src="js/sessions.js?ver=1"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function () {
$('#Day-1').on('click', '.top', function () {
var $this = $(this);
$this.next().slideToggle(function () {
history.replaceState(null, null, $(this).is(':visible') ? ('#' + $this.attr('id')) : ' ');
});
$this.find('.top-control .plus').toggleClass('hide');
$this.find('.top-control .minus').toggleClass('hide');
});
$('#Day-2').on('click', '.top', function () {
var $this = $(this);
$this.next().slideToggle(function () {
history.replaceState(null, null, $(this).is(':visible') ? ('#' + $this.attr('id')) : ' ');
});
$this.find('.top-control .plus').toggleClass('hide');
$this.find('.top-control .minus').toggleClass('hide');
});
});
</script>
<script>
const header = document.querySelector('#header1');
if (window.scrollY > 10) {
header.className = 'header__inner header--fixed header--scroll';
}
window.onscroll = () => {
if (this.scrollY <= 10) header.className = 'header__inner header--fixed';
else header.className = 'header__inner header--fixed header--scroll';
};
</script>
</body>
</html>