-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·531 lines (475 loc) · 28.5 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
<!DOCTYPE html>
<html lang="en">
<!--
The MIT License (MIT)
Copyright (c) 2013-2016 Blackrock Digital LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<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>Northern VA CodeCamp</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,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" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><i class="fa fa-code"></i> Northern VA CodeCamp</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<!-- <li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li> -->
<li>
<a class="page-scroll" href="#speakers">Speakers</a>
</li>
<li>
<a class="page-scroll" href="#sessions">Sessions</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<!-- <li>
<a class="page-scroll" href="#location">Location</a>
</li> -->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-heading">#novacodecamp</div>
<!-- <div class="row">
<div class="col-lg-12">
<h4>Call for speakers is now open!</h4>
<h3><a href="https://sessionize.com/northern-va-codecamp-fall-2021/" target="_blank" class="btn btn-primary">Submit a session</a></h3>
</div>
</div> -->
<div class="row">
<div class="col-lg-12 col-md-12">
<h2><i class="fa fa-calendar"></i> Saturday, October 16, 2021</h2>
<h4>9:00 AM - 4:30 PM (Eastern Daylight Time, UTC-4)</h4>
</div>
<div class="col-lg-12 col-md-12">
<h2>Now Streaming</h2>
<h4>
<a href="https://teams.microsoft.com/l/meetup-join/19%3af67daacbf7334ceeb475264ccfb11307%40thread.tacv2/1634331199936?context=%7b%22Tid%22%3a%22522429d4-f37f-4713-a7d9-58d6450b01b6%22%2c%22Oid%22%3a%22b821e4e9-0c4f-45bd-962a-71dac376dd03%22%7d" class="btn btn-primary">Web Track</a>
<a href="https://teams.microsoft.com/l/meetup-join/19%3ac143969354c14ae7bf2405e46b005da4%40thread.tacv2/1634331493610?context=%7b%22Tid%22%3a%22522429d4-f37f-4713-a7d9-58d6450b01b6%22%2c%22Oid%22%3a%22b821e4e9-0c4f-45bd-962a-71dac376dd03%22%7d" class="btn btn-primary">Cloud Track</a>
<a href="https://teams.microsoft.com/l/meetup-join/19%3aafa303b7affb4ec29b64d176fab7c62d%40thread.tacv2/1634332267783?context=%7b%22Tid%22%3a%22522429d4-f37f-4713-a7d9-58d6450b01b6%22%2c%22Oid%22%3a%22b821e4e9-0c4f-45bd-962a-71dac376dd03%22%7d" class="btn btn-primary">ML Track</a>
<a href="https://teams.microsoft.com/l/meetup-join/19%3a5313999825c246c8979240774ce4a516%40thread.tacv2/1634332453280?context=%7b%22Tid%22%3a%22522429d4-f37f-4713-a7d9-58d6450b01b6%22%2c%22Oid%22%3a%22b821e4e9-0c4f-45bd-962a-71dac376dd03%22%7d" class="btn btn-primary">Other Track</a>
</h4>
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<a href="https://www.eventbrite.com/e/northern-va-codecamp-fall-2021-tickets-175887713887" class="btn btn-primary">Register Now</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<h4><a href="http://www.twitter.com/novacodecamp" target="_blank"><i class="fa fa-twitter"></i> @novacodecamp</a></h4>
</div>
</div>
</div>
</div>
</header>
<!-- Sponsors Aside -->
<!-- <aside id="sponsors" class="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Platinum</h3>
</div>
</div>
<div class="row">
<div class="col-lg-6 text-center">
<a href="http://www.appliedis.com" target="_blank">
<img src="img/logos/ais.png" class="img-responsive img-centered" alt="AIS">
</a>
</div>
<div class="col-lg-6 text-center">
<a href="http://www.infernored.com" target="_blank">
<img src="img/logos/infernored.png" class="img-responsive img-centered" alt="InfernoRed Technology">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Gold</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<a href="http://www.excella.com" target="_blank">
<img src="img/logos/excella.png" class="img-responsive img-centered" alt="Excella">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Host</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<a href="http://www.microsoft.com" target="_blank">
<img src="img/logos/microsoft.png" class="img-responsive img-centered" alt="Microsoft">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<a href="https://sessionize.com/" target="_blank">
<img width="234" height="60" src="https://sessionize.com/Assets/buttons/sessionize--button-234x60.png" alt="Sessionize.com - smart way to manage call for papers, speaker and agenda">
</a>
</div>
</div>
</div>
</aside> -->
<!-- Sponsors Section -->
<!-- <section id="sponsors" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Sponsors</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p>The Northern VA CodeCamp is not possible without the support of sponsors. If your company is interested in sponsoring our upcoming CodeCamp on September 26th, please take a look at the various sponsorship packages we offer. The cutoff for sponsorship signup is <strong>Wednesday, October 17, 2021 at 11:00 PM</strong>. Thank you for your support!</p>
</div>
</div>
</div>
</section> -->
<!-- Speakers Section -->
<section id="speakers" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Speakers</h2>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p>Call for speakers for Fall 2021 CodeCamp is now open! Because we are virtual again we are accepting speakers from US and nearby timezones. The conference will be held in Eastern Daylight Time, UTC-4, but there is a field to indicate if you have a preference for earlier or later in the day to accomodate your local time zone.</p>
<p><strong>The deadline for submissions is Tuesday, September 7, 2021 at 11:00 PM UTC-4.</strong></p>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h5><a href="https://sessionize.com/northern-va-codecamp-fall-2021/" target="_blank" class="btn btn-primary">Submit a session</a></h5>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>
<a href="https://sessionize.com/" target="_blank" style="color: #333;"><strong>Call for Speakers</strong> powered by <strong style="color: #1AB394;">Sessionize.com</strong></a>
</p>
</div>
</div> -->
<div class="col-lg-12">
<script type="text/javascript" src="https://sessionize.com/api/v2/piajuqug/view/SpeakerWall"></script>
</div>
</div>
</section>
<!-- Sessions Section -->
<section id="sessions">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Sessions & Schedule</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<script type="text/javascript" src="https://sessionize.com/api/v2/piajuqug/view/GridSmart"></script>
</div>
</div>
</div>
</section>
<!-- Previous CodeCamp Sessions Section -->
<section id="archive">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Sessions from Past CodeCamps</h3>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2><a href="#fall2017" class="page-scroll btn btn-xl" data-toggle="modal">Fall 2017</a></h2>
<h2><a href="#spring2017" class="page-scroll btn btn-xl" data-toggle="modal">Spring 2017</a></h2>
<h2><a href="#fall2016" class="page-scroll btn btn-xl" data-toggle="modal">Fall 2016</a></h2>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h4 class="section-subheading text-muted">The Northern VA CodeCamp is a FREE community event for developers, by developers. Our CodeCamp allows local developers to network and learn from peers and community experts on a wide range of development platforms and languages.</h4>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<h2><a href="#aboutModal" class="page-scroll btn btn-xl" data-toggle="modal">Learn More</a></h2>
<h2><a href="coc.html" class="btn btn-xl">Code of Conduct</a></h2>
</div>
</div>
</div>
</section>
<!-- Location Section -->
<!-- <section id="location" class="map">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Location</h2>
</div>
<div class="col-md-12 text-center">
This year we will be online. We'll e-mail links to everyone that's registered closer to the event.
<iframe width="100%" height="100%" frameborder="0" style="border:0" marginheight="0" marginwidth="0" allowfullscreen src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6205.12562150889!2d-77.356667!3d38.956815!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x9d54ab63a27afd2e!2sMicrosoft+Corporation!5e0!3m2!1sen!2sus!4v1459046072784"></iframe> -->
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="list-inline social-buttons">
<li><a href="http://www.twitter.com/novacodecamp" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="http://www.github.com/novacodecamp" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="mailto:novacodecamp@outlook.com" target="_blank"><i class="fa fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Past CodeCamp Modals -->
<div class="modal fade" id="fall2016" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
×
</button>
</div>
<div class="modal-body">
<h3>Fall 2016 Sessions</h3>
<p>Wyn Van Devanter: The ASP.NET Core development workflow with Docker - <a href="https://www.slideshare.net/wynvandevanter/aspnet-core-developer-workflow-with-docker">Slides</a></p>
<p>David Makogon: A fun introduction to graph databases - <a href="https://github.com/dmakogon/novacc2016">Slides</a></p>
<p>Roberto Hernandez: Beyond Right-Click Deployments to the Microsoft Cloud - <a href="https://speakerdeck.com/rjhernandez/beyond-right-click-deployments-to-the-microsoft-cloud">Slides</a></p>
<p>Kevin Jones: The HTTPS/TLS Landscape - <a href="https://github.com/vcsjones/Presentations/tree/master/NOVACC.2016.10">Slides</a></p>
<p>Vinit Patankar: Office 365 Addin - Analyze Message Tone using IBM Watson Service - <a href="https://github.com/patvin80/NovaCodeCamp2016/">Slides</a></p>
<p>Brian Noyes: Building Data-Centric Apps with Angular 2 and Breeze - <a href="http://noyes.me/novaccfall2016">Slides</a></p>
<p>Steven Michelotti: C# 6 New Language Features - <a href="http://cdn.stevemichelotti.com/code/CS60Demo.zip">Slides</a></p>
<p>David Glick: Cutting Through The Static - <a href="https://github.com/daveaglick/Presentations/tree/master/CuttingThroughTheStatic">Slides</a></p>
<p>Van Van Lowe: Code reuse using Angular directives - <a href="http://www.nuttin-but.net/blog/post/2016/10/16/Code-reus-using-Angular-1-directives-.aspx">Slides</a></p>
<p>G. Andrew Duthie: Build Cross-Platform Desktop Apps with Electron - <a href="https://github.com/devhammer/Presentations">Slides</a></p>
<p>Sidney Andrews: The Distinguished Developer's Guide to Becoming a GitHub Connoisseur - <a href="https://www.dropbox.com/s/wld4u5e8ql2xh3i/codecamp.pptx?dl=1">Slides</a></p>
<p>Lee Richardson: 24 Resharper Tricks Every .NET Developer Should Know - <a href="http://www.slideshare.net/LeeRichardson13/24-resharper-tricks-every-net-developer-should-know">Slides</a></p>
<p>Patrick Leong: Building IoT Apps using Windows and Alljoyn - <a href="https://github.com/PatLeong/IoTandAllJoyn">Slides</a></p>
<p>Shahed Chowdhuri: ASP.NET Core MVC + Web API - <a href="http://wakeupandcode.com/asp-net-core-mvc-web-api-nvcc/">Slides</a></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="spring2017" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
×
</button>
</div>
<div class="modal-body">
<h3>Spring 2017 Sessions</h3>
<p>Shahed Chowdhuri: Bot Framework, Azure and You</p>
<p>David Carrillo: Angular vs React</p>
<p>Prashant Bhoyar: Azure Active Directory (Azure AD) for Office 365 Devs</p>
<p>Greg Gelipeau: Building Accessible/508 Compliant Websites</p>
<p>Geoff Snowman: Getting Started with DocumentDB</p>
<p>LaBrina Loving: Building a Human Bot</p>
<p>Alexandr Sorokoletov: Mobile App From 0 to "Deployed"</p>
<p>Joni Halabi: Accessible Development for All!</p>
<p>Ed Buhain: Speakers' Tool Bag: Brain-Based Presentations</p>
<p>Vishwas Lele, CTO at AIS: Cloud Oriented Programming (Lunch Session)</p>
<p>Shiv Kumar: The Fun in the "Things" of IoT</p>
<p>David Makogon: HackedDB: All Your Database Are Belong To Us</p>
<p>Kevin Griffin: Injecting Telephony Features into your Applications</p>
<p>Jim Pendarvis: NancyFx</p>
<p>Sidney Andrews: Event-Driven Serverless Azure Functions</p>
<p>Roberto Hernandez: Raspberry Pi SenseHAT Fun!</p>
<p>Kalyan Lanka: Connecting Customers with Voice Enabled Devices</p>
<p>Bhakth Liyanage: Predicting the Future with R, Visual Studio and Azure Machine Learning</p>
<p>Don Schenck: .Net on Linux: Zero to Hero in Minutes</p>
<p>Van Van Lowe: Fun with Kendo</p>
<p>Steve Hartzog: Introduction to Aurelia</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="fall2017" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
×
</button>
</div>
<div class="modal-body">
<h3>Fall 2017 Sessions</h3>
<p>Shahed Chowdhuri: Future of Web Apps with ASP .NET Core 2.0</p>
<p>Lee Richardson: Xamarin vs Ionic: A Mobile, Cross Platform, Shootout</p>
<p>LaBrina Loving: Integration Junction: What's Your Function</p>
<p>Wahid Alimi: What is CanJS?</p>
<p>David Makogon: So you wanna give a tech talk? (Tech talk tips & tricks)</p>
<p>Steve Hartzog: Full Stack TypeScript</p>
<p>Ed Snider: Mobile DevOps with Visual Studio Mobile Center: Part 1 - Build and Distribute</p>
<p>Keith Fung: Mobile DevOps with Visual Studio Mobile Center: Part 2 - UI Testing and Analytics</p>
<p>Sean Killeen: Stretching .NET: An Introduction to ElasticSearch .NET</p>
<p>Dan Stalcup: R for Non-Data Nerds (Like Me)</p>
<p>Vinit Patankar: Python Flask Dockerized Development Environment</p>
<p>Doguhan Uluca: How to Build an App with Angular 4 & Material 2</p>
<p>Van Van Lowe: It's A Brand-New Backend - Azure Functions</p>
<p>Wyn Van Devanter: Docker Workshop</p>
<p>Dave Glick: A Gentle Introduction To Vue.js</p>
<p>Shiv Kumar: Alexa Controlled Multi-Zone IoT Thermostat</p>
<p>Prashant Bhoyar: Getting Started with Microsoft Graph APIs</p>
<p>Roberto Hernandez: RaspberryPi SenseHat Fun!</p>
<p>Steve Albers: Browser Security for Web Developers</p>
<p>Riccardo Terrell: Reactive Programming with Commands, Actors and Events</p>
<p>Elkhan Yusubov: Azure PowerShell 101: quick automation tips</p>
<p>David Patrick: Intro to Visual Web Parts in SharePoint</p>
<p>Patrick Leong: Building a Docker Cluster using Raspberry Pis</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
<!-- About (more) Modal -->
<div class="modal fade" id="aboutModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
<!-- Project Details Go Here -->
<h2>About NoVA CodeCamp</h2>
<p class="item-intro text-muted">For developers, by developers!</p>
<p><strong>What is a CodeCamp?</strong></p>
<p>The original Code Camp was a conglomeration of ideas by many different people across the development community. The idea was simple, provide an off hour forum for the development community to speak and share ideas for them to come and enjoy. The results have been astounding. Code Camps have been held around the world by developers everywhere!</p>
<p><strong>By Developers for Developers. What does that mean?</strong></p>
<p>Code Camps are about the developer community at large. They are meant to be a place for developers to come and learn from their peers. Topics are always based on community interest and never determined by anyone other than the community.</p>
<p><strong>What does it cost? Always FREE!</strong></p>
<p>Code Camps are free for all attendees. The people who support the Code Camps are always volunteers who are generously giving of their time to make these events successful. <!--Sponsors provide support through funds to pay for food and refreshments, they provide door prizes and swag/give-aways to attendees. No attendee information is involuntarily provided to any sponsor.--></p>
<p><strong>Community Developed Material</strong></p>
<p>The success of the Code Camps is that they are based on community content. All content that is delivered is original. All presentation content must be provided completely (including code) without any restriction. If you have content you don't want to share or provide to attendees then the Code Camp is not the place for you.</p>
<p><strong>No Fluff, only Code</strong></p>
<p>Code Camps are developer focused events. Presenters are asked to minimize their slide presentations and focus on the code. Some presentations are slide deck driven and it is up to the presenter to make a determination on the best use of their presentation time.</p>
<p><strong>Community Ownership</strong></p>
<p>The organizers of Code Camps are developers, too. Code Camps are not owned by any organization or company. It is you, the developer, that we aim these events at. By developers for developers!</p>
<p><strong>Never occurs during work hours!</strong></p>
<p>Code Camps are typically held on weekends, mostly on Saturday, to allow the developer community more opportunity to participate.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
</body>
</html>