-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
262 lines (250 loc) · 10 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
<!doctype html>
<html class="no-js" lang="" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>NodeBots Day - Saturday, July 30th, 2016 - Charleston ,SC</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="NodeBots Day - Saturday, July 30th, 2016 - Charleston ,SC"/>
<meta property="og:image" content="http://nodebotschs.github.io/images/nb-chs.png"/>
<meta property="og:site_name" content="NodeBots in Charleston"/>
<meta property="og:description" content="Come experience a full day of assembling, coding, and challenging your fellow attendees to a friendly battle or race of robots on Saturday, July 30th, 2016"/>
<link rel="icon" href="favicon.ico" type="image/x-icon" media="screen" title="no title" charset="utf-8">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="js/vendor/normalize-css/normalize.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<nav id="nav">
<ul>
<li><a href="#agenda">AGENDA</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#register">REGISTER</a></li>
<li><a href="#sponsors">SPONSORS</a></li>
</ul>
</nav>
<header class='layer'>
<img class="node-bot" src="images/nodebot_logo.png" alt="" />
<div class="section-top-wrapper">
<div class="container">
<h2>International</h2>
<h1 class='title'>NodeBots Day</h1>
<div class="intro">
<p class='intro-description'>
A one day gathering for people to learn, create, and discover NodeBots.
</p>
<p class='intro-details'>
July 30th, 2016 <br/>
Charleston Digital Corridor, Charleston, SC
</p>
</div>
</div>
</div>
</header>
<section id="agenda" class="layer-2 talks">
<div class="section-wrap">
<div class="section">
<div class="section-header">
<h2>Agenda</h2>
<h5>Saturday, July 30th</h5>
</div>
<div class="section-overview">
Come experience a full day of assembling, coding, and challenging your fellow attendees to a friendly battle or race of robots.
</div>
<div class="section-list">
<ul class=" three-columns">
<li class="section-list-item">
<h4 class="section-list-title">
9:00 AM - 10:00 AM
</h4>
<div class="section-list-details">Intro to NodeBots Workshop</div>
</li>
<li class="section-list-item">
<h4 class="section-list-title">
10:00 AM - 12:00 AM
</h4>
<div class="section-list-details">Build your SumoBotJr Kit</div>
</li>
<li class="section-list-item">
<h4 class="section-list-title">
12:00 PM - 1:00 PM
</h4>
<div class="section-list-details">Lunch</div>
</li>
<li class="section-list-item">
<h4 class="section-list-title">
1:00 PM - 3:30 PM
</h4>
<div class="section-list-details">Hack on your SumoBotJr</div>
</li>
<li class="section-list-item">
<h4 class="section-list-title">
3:30 PM - 5:00 PM
</h4>
<div class="section-list-details"> Demos </div>
</li>
</ul>
<div class="ticket-register">
<a class="btn btn-huge ticket-register-btn" href="/2016-nodebotday-program">Nodebot Instructions for Sumobot</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq" class="layer-3 events">
<div class="section-wrap">
<div class="section">
<div class="section-header">
<h2>Frequently Asked Questions</h2>
</div>
<div class="section-overview">
We all know robots do what we tell them to, right? Or do they? Well, lets answer some questions.
</div>
<div class="section-list">
<ul class="two-columns">
<li class='section-list-item'>
<h4 class="section-list-title">
What is a NodeBot?
</h4>
<div class="section-list-details">
Nodebots are robotics that are made accessible to JavaScript developers.
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
Where is the event being held?
</h4>
<div class="section-list-details">
Charleston Digital Corridor, located at Calhoun and East Bay St....
<a href="https://goo.gl/maps/B58jUbvus4N2">See Map</a>
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
What will I learn?
</h4>
<div class="section-list-details">
You'll learn how to program for Particle using Node.js and the johnny-five library.
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
Is this a Hackathon?
</h4>
<div class="section-list-details">
No. We dont have prizes. There are no stakes.
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
Do I have to have any experience with Robots or Programming?
</h4>
<div class="section-list-details">
No, you dont. You do need to bring a laptop computer with
<a href="http://nodejs.org">NodeJS</a> installed. v4+
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
Can I bring my kids?
</h4>
<div class="section-list-details">
Yes, kids are welcome. Please purchase a lunch ticket for kids.
</div>
</li>
<li class='section-list-item'>
<h4 class="section-list-title">
What is International NodeBot Day?
</h4>
<div class="section-list-details">
A set of global events across the world to create and learn robotics with JavaScript.
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="register" class="layer-4">
<div class="section-wrap">
<div class="section">
<div class="section-header">
<h2>Get Your Tickets!</h2>
<h5>They're going to sell out!</h5>
</div>
<div class="section-overview">
Join other robot wranglers and get your ticket today!
</div>
<ul class="two-columns ticket-options section-list">
<li class="ticket-full-option ticket-option">
<h4 class="section-list-title">
SumoBot + Lunch: $62.49
</h4>
<div class="section-list-details">
Ticket includes a complete unassembled SumoBot for you to keep as well as catered lunch.
</div>
</li>
<li class="ticket-events-option ticket-option">
<h4 class="section-list-title">
Lunch Only: $11.24
</h4>
<div class="section-list-details">
Ticket includes lunch, but you'll also be able to participate by using the limited supply of provided robots.
</div>
</li>
</ul>
<div class="ticket-register">
<a class="btn btn-huge ticket-register-btn" href="https://www.eventbrite.com/e/nodebotsday-charleston-july-30th-tickets-25242897185">Register Now</a>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-thanks">
<h4 id="sponsors">Supported By</h4>
<div class="sponsor">
<a href="http://lincs.io/"><img src="images/lincs_white.png" alt="" /></a>
</div>
<div class="sponsor">
<a href="http://reforge.io"><img src="images/reforge-white.png" alt="" /></a>
</div>
<div class="sponsor">
<a href="http://www.tabularasahealthcare.com/"><img src="images/jack-russell-light-logo.png" alt="" /></a>
</div>
<div class="sponsor">
<a href="http://www.charlestondigitalcorridor.com/"><img src="images/cdc_logo_white.svg" alt="" /></a>
</div>
<div class="sponsor">
<a href="http://www.charlestondigitalcorridor.com/"><img src="images/Kada_Logo-BW.png" alt="" /></a>
</div>
</div>
<div class="footer-links">
<h4>Organizers</h4>
<ul class="people">
<li>
<a href="https://twitter.com/twilson63"><img src="images/tom.png" alt="" /></a>
</li>
<li>
<a href="#"><img src="images/ryan.jpg" alt="" /></a>
</li>
<li>
<a href="https://twitter.com/alexmcastelli"><img src="images/alex.jpg" alt="" /></a>
</li>
<li>
<a href="https://twitter.com/dznodes"><img src="images/joe.jpg" alt="" /></a>
</li>
<li>
<a href="https://twitter.com/calweb"><img src="images/calvin.png" alt="" /></a>
</li>
</ul>
<p><a target="_blank" href="https://github.com/nodebotschs/nodebotschs.github.io/blob/master/conduct.md">Code of Conduct</a></p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery/dist/jquery.js"><\/script>')</script>
<script src="js/scroll.js"></script>
</body>
</html>