-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
411 lines (385 loc) · 10.5 KB
/
schedule.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
<!DOCTYPE HTML>
<!--
Helios by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CampJS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/css/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie/v8.css" /><![endif]-->
<!--[if lte IE 8]><script src="assets/css/ie/respond.min.js"></script><![endif]-->
<style>
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
table.schedule td:nth-of-type(1):before { content: "Location:"; }
table.schedule td:nth-of-type(2):before { content: "Name:"; }
table.schedule td:nth-of-type(3):before { content: "Who:"; }
table.schedule td:nth-of-type(4):before { content: "Time:"; }
}
</style>
</head>
<body class="no-sidebar">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<br>
<h1><a href="index.html" id="logo">CampJS Schedule</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="map.html">Map</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<article id="main" class="special">
<table id="sessions" class="default"></table>
</article>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="12u">
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© CampJS. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.onvisible.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
var days = [
{
day: "Saturday",
sessions: [
{
"name": "Breakfast",
"time": "8am",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "NodeBoats",
"time": "ALL DAY!",
"location": "Murdoch Room",
"who": "Chinmay Pendharkar",
},
{
"name": "NodeSchool",
"time": "ALL DAY!",
"location": "Colman Hut Hall",
"who": "Everyone",
},
{
"name": "High Performance in the Critical Rendering Path",
"time": "9am",
"location": "The Amphitheatre",
"who": "Nicolas Bevacqua",
},
{
"name": "React.js",
"time": "9:30am",
"location": "The Amphitheatre",
"who": "Jed Watson",
},
{
"name": "Using WebCrypto to Protect User Data",
"time": "10am",
"location": "The Amphitheatre",
"who": "Paul Theriault",
},
{
"name": "Morning Tea",
"time": "10:30am",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "A State of Change",
"time": "11am",
"location": "The Amphitheatre",
"who": "Mark Dalgleish",
},
{
"name": "The ESNext Generation",
"time": "11:30am",
"location": "The Amphitheatre",
"who": "Jess Telford",
},
{
"name": "HTTP Headers: The Simplest Security",
"time": "12pm",
"location": "The Amphitheatre",
"who": "Wei Lu",
},
{
"name": "Lunch",
"time": "12:30pm",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "ORTC",
"time": "1:30pm",
"location": "The Amphitheatre",
"who": "Adam Ullman",
},
// {
// "name": "Libuv Introduction",
// "time": "1:30pm",
// "location": "Coltman Hut Hall"
// },
// {
// "name": "Libuv Workshop",
// "time": "2pm",
// "location": "Coltman Hut Hall"
// },
{
"name": "Scope Chains & Closures",
"time": "1pm",
"location": "The Amphitheatre",
"who": "Jess Telford",
},
{
"name": "Elements of Mercury",
"time": "2:30pm",
"location": "The Amphitheatre",
"who": "Colin Gourlay",
},
{
"name": "Afternoon Tea",
"time": "3pm",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "Snap.SVG inside out",
"time": "3:30pm",
"location": "The Amphitheatre",
"who": "Dmitry Baranovskiy",
},
{
"name": "Scope Chains & Closures Workshop",
"time": "3:30pm",
"location": "Coltman Hut Hall",
"who": "Jess Telford",
},
{
"name": "Go & JavaScript",
"time": "4pm",
"location": "The Amphitheatre",
"who": "Conrad Pankoff",
},
{
"name": "glslify",
"time": "4:30pm",
"location": "The Amphitheatre",
"who": "Hugh Kennedy",
},
{
"name": "Brave new World: ESNext Edition",
"time": "5pm",
"location": "The Amphitheatre",
"who": "Nik Butenko",
},
{
"name": "Cross Origin Resource Sharing for Fun & Profit",
"time": "5:30pm",
"location": "The Amphitheatre",
"who": "Ryan Pauley",
},
{
"name": "Webtask: All you need is code",
"time": "6pm",
"location": "The Amphitheatre",
"who": "Ben Schwarz",
},
],
},
{
day: "Sunday",
sessions: [
{
"name": "Breakfast",
"time": "8am",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "NodeBoats",
"time": "9 until 3",
"location": "Murdoch Room",
"who": "Chinmay Pendharkar",
},
{
"name": "NodeBoats Judging",
"time": "4 -",
"location": "Creek",
"who": "Chinmay Pendharkar",
},
{
"name": "The Disconnected Ensemble",
"time": "9am",
"location": "The Amphitheatre",
"who": "Soledad Penadés",
},
{
"name": "Holistic InfoSec For Web Developers Workshop",
"time": "9am",
"location": "Coltman Hut Hall",
"who": "Kim Carter",
},
{
"name": "Web Audio",
"time": "10am",
"location": "The Amphitheatre",
"who": "Matt McKegg",
},
{
"name": "Morning Tea",
"time": "10:30am",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "Ops for Dev: How to not get paged",
"time": "11am",
"location": "The Amphitheatre",
"who": "Michael Pearson",
},
{
"name": "Web Audio Workshop",
"time": "11am",
"location": "Coltman Hut Hall",
"who": "Matt McKegg",
},
{
"name": "Beyond Simple Payments",
"time": "11:30am",
"location": "The Amphitheatre",
"who": "Daniel Cousens",
},
{
"name": "The Future of Node",
"time": "12pm",
"location": "The Amphitheatre",
"who": "Rod Vagg",
},
{
"name": "Lunch",
"time": "12:30pm",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "Distributed Diversity Panel",
"time": "1:30pm",
"location": "The Amphitheatre",
"who": "Pomke Nohkan",
},
{
"name": "High Performance Workshop",
"time": "1:30pm",
"location": "Coltman Hut Hall",
"who": "Nicolas Bevacqua",
},
{
"name": "Afternoon Tea",
"time": "3pm",
"location": "Hall",
"who": "Everyone!"
},
{
"name": "Offline-First Judging",
"time": "3:30pm",
"location": "The Amphitheatre",
"who": "Angelina Fabbro",
},
{
"name": "The ESNext Generation Workshop",
"time": "3:30pm",
"location": "Coltman Hut Hall",
"who": "Jess Telford",
},
],
},
];
var parseTime = function parseTime(s) {
var m = s.match(/(\d+)(?::(\d+))?(am|pm)/i);
if (!m) {
return null;
}
return [].slice.call(m);
};
var Z = function(name, props, children) {
var r = document.createElement(name);
props = props || Object.create(null);
for (var k in props) {
r[k] = props[k];
}
children = children || [];
for (var i=0;i<children.length;i++) {
r.appendChild(children[i]);
}
return r;
};
var render = function() {
var tableContainer = document.getElementById("main");
tableContainer.innerHTML = "";
days.forEach(function(day, i) {
tableContainer.appendChild(Z("table", {className: "default schedule"}, [
Z("thead", null, [
Z("caption", {id: day.day}, [document.createTextNode(day.day)]),
Z("tr", null, [
Z("th", null, [document.createTextNode("Location")]),
Z("th", null, [document.createTextNode("Name")]),
Z("th", null, [document.createTextNode("Who")]),
Z("th", null, [document.createTextNode("Time")]),
]),
]),
Z("tbody", null, day.sessions.map(function(session) {
return Z("tr", null, [
Z("td", null, [document.createTextNode(session.location)]),
Z("td", null, [document.createTextNode(session.name)]),
Z("td", null, [document.createTextNode(session.who)]),
Z("td", null, [document.createTextNode(session.time)]),
]);
})),
]));
if (i !== days.length - 1) {
tableContainer.appendChild(Z("hr"));
}
});
};
render();
</script>
</body>
</html>