-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
716 lines (689 loc) · 40.4 KB
/
schedule.html
File metadata and controls
716 lines (689 loc) · 40.4 KB
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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!doctype html>
<!--[if lt IE 7]><html lang="en-US" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html lang="en-US" class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html lang="en-US" class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-US" class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Google Chrome Frame for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CUSEC 2014 | Schedule</title>
<!-- mobile meta (hooray!) -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- icons & favicons (for more: http://www.jonathantneal.com/blog/understand-the-favicon/) -->
<link rel="apple-touch-icon" href="wp-content/themes/cusec2014/library/images/apple-icon-touch.png">
<link rel="icon" href="wp-content/themes/cusec2014/favicon.png">
<!--[if IE]>
<link rel="shortcut icon" href="http://2014.cusec.net/wp-content/themes/cusec2014/favicon.ico">
<![endif]-->
<!-- or, set /favicon.ico for IE10 win -->
<meta name="msapplication-TileColor" content="#f01d4f">
<meta name="msapplication-TileImage" content="http://2014.cusec.net/wp-content/themes/cusec2014/library/images/win8-tile-icon.png">
<link rel="pingback" href="xmlrpc.php">
<!-- google web fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600' rel='stylesheet' type='text/css'>
<!-- wordpress head functions -->
<link rel="alternate" type="application/rss+xml" title="CUSEC 2014 » Feed" href="feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="CUSEC 2014 » Comments Feed" href="comments/feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="CUSEC 2014 » Schedule Comments Feed" href="http://2014.cusec.net/schedule/feed/" />
<link rel='stylesheet' id='contact-form-7-css' href='wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' />
<link rel='stylesheet' id='bones-stylesheet-css' href='wp-content/themes/cusec2014/library/css/style.css' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='bones-ie-only-css' href='http://2014.cusec.net/wp-content/themes/cusec2014/library/css/ie.css' type='text/css' media='all' />
<![endif]-->
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script type='text/javascript' src='http://2014.cusec.net/wp-includes/js/comment-reply.min.js'></script>
<script type='text/javascript' src='wp-content/themes/cusec2014/library/js/libs/modernizr.custom.min.js'></script>
<script type='text/javascript' src='http://guestlistapp.com/javascripts/guestlist-embed.js'></script>
<link rel='canonical' href='schedule' />
<!-- end of wordpress head -->
<meta property="og:image" content="http://2014.cusec.net/wp-content/themes/cusec2014/library/images/cusec-fb.png"/>
<link rel="image_src" href="wp-content/themes/cusec2014/library/images/cusec-fb.png"/>
<!-- drop Google Analytics Here -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42941833-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- end analytics -->
</head>
<body class="page page-id-22 page-template page-template-page-schedule-php">
<header id='header' class='header container clearfix' role='banner'>
<a class=' logo-wrapper' href='index.html' rel='nofollow'>
<img class='cusec-logo' src='wp-content/themes/cusec2014/library/images/cusec-logo-wide.png' itemprop='image' alt='CUSEC 2014'/>
</a>
<nav class='header-nav' role='navigation'>
<ul class='nav top-nav'>
<li>
<a href="schedule.html">Schedule</a>
</li><li>
<a href="resume-upload.html">Resume Upload</a>
</li><li>
<a href="democamp.html">Democamp</a>
</li><li>
<a href="index.html#venue" title='Venue'>Venue</a>
</li><li>
<a href="speakers.html" title='Speakers'>Speakers</a>
</li><li>
<a href="sponsors.html" title='Sponsors'>Sponsors</a>
</li><li>
<a href="schools.html">Schools</a>
</li><li>
<a href="team.html">Team</a>
</li>
</ul>
</nav>
</header>
<div id='main-content' class='content page-content'>
<div class='page-schedule'>
<div class='container'>
<h2 class='section-heading light'>Schedule</h2>
<p class='page-cta'>Note: Breakfast will be provided for all 3 days of the conference</p>
<!-- YES I am using a table, but THESE ARE SCHEDULES -->
<div class='show-mobile mobile-schedule'>
<p class='page-cta'>
<a class='mobile-schedule-link' href='schedule#thursday' title='Thursday'>Thursday</a>
<a class='mobile-schedule-link' href='schedule#friday' title='Friday'>Friday</a>
<a class='mobile-schedule-link' href='schedule#saturday' title='Saturday'>Saturday</a>
<a class='mobile-schedule-link' href='schedule#all-days' title='all-days'>All Days</a>
</p>
<table class='schedule-table' id='thursday'>
<thead>
<tr>
<th></th>
<th colspan='2'>Thursday</th>
</tr>
</thead>
<tbody>
<tr class='schedule-row threequart-hour'>
<td class='schedule-time'>8:00 AM</td>
<td class='schedule-event' colspan='2'>Registration</td>
</tr>
<tr class='schedule-row quart-hour'>
<td class='schedule-time'>9:15 AM</td>
<td class='schedule-event' colspan='2'>Registration / Breakfast</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>9:30 AM</td>
<td class='schedule-event' colspan='2'>Introduction
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>10:00 AM</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#zach-holman">
Zach Holman
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>11:00 AM</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#ian-chan">
Ian Chan
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#tony-hooper">
Tony Hooper
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>12:00 PM</td>
<td class='schedule-event' colspan='2'>Lunch Break</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>12:30 PM</td>
<td class='schedule-event' colspan='2'>
<a href="resume-upload.html">Resume Roast</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>1:30 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>Career Fair</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>2:30 PM</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>3:00 PM</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#josh-matthews">
Josh Matthews
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='1'>
<a href="speakers#dr.-derek-ruths">
Dr. Derek Ruths
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>3:30 PM</td>
<td class='schedule-event'>Break</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:00 PM</td>
<td class='schedule-event' colspan='2'>Raffle for EA Tour
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:30 PM</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>Don Olmstead
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>5:00 PM</td>
</tr>
<tr class='schedule-row long-free-time'>
<td class='schedule-time free-time'></td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>7:00 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>
<a href="democamp.html">Democamp sponsored by Velocity</a>
<span class='schedule-room'>CSEC Room</span>
</tr>
<tr class='schedule-row one-half-hour'>
<td class='schedule-time'>8:00 PM</td>
</tr>
<tr class='schedule-row long-time'>
<td class='schedule-time'>9:30 PM - Midnight</td>
<td class='schedule-event' colspan='2' rowspan='2'>
Shopify Night @
<a href='https://www.google.com/maps/preview#!q=+Les+3+Brasseurs+st+pauls&data=!4m15!2m14!1m13!1s0x4cc91a56577e5497%3A0x80033050a5c3516c!3m8!1m3!1d2618!2d-93.094451!3d44.944717!3m2!1i1440!2i712!4f13.1!4m2!3d45.506789!4d-73.552924'>
Les 3 Brasseurs (Saint Paul)
</a>
</td>
</tr>
</tbody>
</table>
<table class='schedule-table' id='friday'>
<thead>
<tr>
<th></th>
<th colspan='2'>Friday</th>
</tr>
</thead>
<tbody>
<tr class='schedule-row quart-hour'>
<td class='schedule-time'>9:15 AM</td>
<td class='schedule-event' rowspan='2' colspan='2'>Breakfast</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>9:30 AM</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>10:00 AM</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#nahim-nasser">
Nahim Nasser
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#nabil-al-azem">
Nabil Al-Azem
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>11:00 AM</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#michelle-zatlyn">
Michelle Zatlyn
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>12:00 PM</td>
<td class='schedule-event' rowspan='2' colspan='2'>Lunch Break</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>12:30 PM</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>1:30 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>Career Fair</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>2:30 PM</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>3:00 PM</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#avi-bryant">
Avi Bryant
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#maria-smirnoff">
Maria Smirnoff
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>3:30 PM</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:00 PM</td>
<td class='schedule-event' colspan='2'>Break</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:30 PM</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>
<a href="speakers#kelsey-gilmore-innis">
Kelsey Gilmore-Innis
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>5:00 PM</td>
</tr>
<tr class='schedule-row long-free-time'>
<td class='schedule-time free-time'></td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>7:00 PM</td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
<tr class='schedule-row one-half-hour'>
<td class='schedule-time'>8:00 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>Games Night
</td>
</tr>
<tr class='schedule-row long-time'>
<td class='schedule-time'>9:30 PM - Midnight</td>
</tr>
</tbody>
</table>
<table class='schedule-table' id='saturday'>
<thead>
<tr>
<th></th>
<th colspan='2'>Saturday</th>
</tr>
</thead>
<tbody>
<tr class='schedule-row quart-hour'>
<td class='schedule-time'>9:15 AM</td>
<td class='schedule-event' rowspan='2' colspan='2'>Breakfast</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>9:30 AM</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>10:00 AM</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#julia-evans">
Julia Evans
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#bruno-morency">
Bruno Morency
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>11:00 AM</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#bruce-eckel">
Bruce Eckel
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>12:00 PM</td>
<td class='schedule-event' colspan='2'>Lunch Break</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>12:30 PM</td>
</td>
<td class='schedule-event' colspan='2'>Volunteer Info Session
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>1:30 PM</td>
<td class='schedule-event' colspan='2'>Career Fair</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>2:30 PM</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#nadim-kobeissi">
Nadim Kobeissi
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#matt-helm">
Matt Helm
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>3:00 PM</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>3:30 PM</td>
<td class='schedule-event' colspan='2'>Break</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:00 PM</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>
<a href="speakers#gary-bernhardt">
Gary Bernhardt
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:30 PM</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>5:00 PM</td>
<td class='schedule-event' colspan='2'>Closing Remarks</td>
</tr>
<tr class='schedule-row long-free-time'>
<td class='schedule-time free-time'></td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
</tbody>
</table> </div>
<table class='schedule-table desktop-schedule' id='all-days'>
<thead>
<tr>
<th></th>
<th colspan='2'>Thursday</th>
<th colspan='2'>Friday</th>
<th colspan='2'>Saturday</th>
</tr>
</thead>
<tbody>
<tr class='schedule-row threequart-hour'>
<td class='schedule-time'>8:00 AM</td>
<td class='schedule-event' colspan='2'>Registration</td>
<td class='schedule-event free-time' colspan='2'></td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
<tr class='schedule-row quart-hour'>
<td class='schedule-time'>9:15 AM</td>
<td class='schedule-event' colspan='2'>Registration / Breakfast</td>
<td class='schedule-event' rowspan='2' colspan='2'>Breakfast</td>
<td class='schedule-event' rowspan='2' colspan='2'>Breakfast</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>9:30 AM</td>
<td class='schedule-event' colspan='2'>Introduction
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>10:00 AM</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#zach-holman">
Zach Holman
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#nahim-nasser">
Nahim Nasser
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#nabil-al-azem">
Nabil Al-Azem
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#julia-evans">
Julia Evans
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#bruno-morency">
Bruno Morency
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>11:00 AM</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#ian-chan">
Ian Chan
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot'>
<a href="speakers#tony-hooper">
Tony Hooper
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#michelle-zatlyn">
Michelle Zatlyn
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' colspan='2'>
<a href="speakers#bruce-eckel">
Bruce Eckel
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>12:00 PM</td>
<td class='schedule-event' colspan='2'>Lunch Break</td>
<td class='schedule-event' rowspan='2' colspan='2'>Lunch Break</td>
<td class='schedule-event' colspan='2'>Lunch Break</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>12:30 PM</td>
<td class='schedule-event' colspan='2'>
<a href="resume-upload.html">Resume Roast</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event' colspan='2'>Volunteer Info Session
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>1:30 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>Career Fair</td>
<td class='schedule-event' colspan='2' rowspan='2'>Career Fair</td>
<td class='schedule-event' colspan='2'>Career Fair</td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time speaker-slot'>2:30 PM</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#nadim-kobeissi">
Nadim Kobeissi
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#matt-helm">
Matt Helm
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>3:00 PM</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#josh-matthews">
Josh Matthews
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='1'>
<a href="speakers#dr.-derek-ruths">
Dr. Derek Ruths
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#avi-bryant">
Avi Bryant
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' rowspan='2'>
<a href="speakers#maria-smirnoff">
Maria Smirnoff
</a>
<span class='schedule-room'>Caf Conc Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time'>3:30 PM</td>
<td class='schedule-event'>Break</td>
<td class='schedule-event' colspan='2'>Break</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:00 PM</td>
<td class='schedule-event' colspan='2'>Raffle for EA Tour
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event' colspan='2'>Break</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>
<a href="speakers#gary-bernhardt">
Gary Bernhardt
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>4:30 PM</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>
<a href="speakers#don-olmstead">
Don Olmstead
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
<td class='schedule-event speaker-slot' colspan='2' rowspan='2'>
<a href="speakers#kelsey-gilmore-innis">
Kelsey Gilmore-Innis
</a>
<span class='schedule-room'>CSEC Room</span>
</td>
</tr>
<tr class='schedule-row half-hour'>
<td class='schedule-time speaker-slot'>5:00 PM</td>
<td class='schedule-event' colspan='2'>Closing Remarks</td>
</tr>
<tr class='schedule-row long-free-time'>
<td class='schedule-time free-time'></td>
<td class='schedule-event free-time' colspan='2'></td>
<td class='schedule-event free-time' colspan='2'></td>
<td class='schedule-event free-time' colspan='2'></td>
</tr>
<tr class='schedule-row one-hour'>
<td class='schedule-time'>7:00 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>
<a href="democamp.html">Democamp sponsored by Velocity</a>
<span class='schedule-room'>CSEC Room</span>
<td class='schedule-event free-time' colspan='2'></td>
<td class='schedule-event free-time' colspan='2' rowspan='3'></td>
</tr>
<tr class='schedule-row one-half-hour'>
<td class='schedule-time'>8:00 PM</td>
<td class='schedule-event' colspan='2' rowspan='2'>Games Night
</td>
</tr>
<tr class='schedule-row long-time'>
<td class='schedule-time'>9:30 PM - Midnight</td>
<td class='schedule-event' colspan='2' rowspan='2'>
Shopify Night @
<a href='https://www.google.com/maps/preview#!q=+Les+3+Brasseurs+st+pauls&data=!4m15!2m14!1m13!1s0x4cc91a56577e5497%3A0x80033050a5c3516c!3m8!1m3!1d2618!2d-93.094451!3d44.944717!3m2!1i1440!2i712!4f13.1!4m2!3d45.506789!4d-73.552924'>
Les 3 Brasseurs (Saint Paul)
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer id='footer' class="footer" role="contentinfo">
<section class='footer-content footer-social'>
<div class='container'>
<a class='footer-icon twitter' href="http://www.twitter.com/cusec" title="@cusec" onclick="_gaq.push(['_trackEvent', 'Social Media', 'Twitter', 'Clicked to Twitter']);">
<img src='wp-content/themes/cusec2014/library/images/icon-twitter.svg' alt='Twitter @cusec'/>
</a>
<a class='footer-icon facebook' href="http://www.facebook.com/pages/CUSEC/9884406702" title="CUSEC on Facebook" onclick="_gaq.push(['_trackEvent', 'Social Media', 'Facebook', 'Clicked to Facebook']);">
<img src='wp-content/themes/cusec2014/library/images/icon-facebook.svg' alt='CUSEC Facebook'/>
</a>
<a class='footer-icon googleplus' href="http://plus.google.com/106331744933691516421" rel="publisher" title='CUSEC on Google+' onclick="_gaq.push(['_trackEvent', 'Social Media', 'Google Plus', 'Clicked to Google Plus']);">
<img src='wp-content/themes/cusec2014/library/images/icon-googleplus.svg' alt='CUSEC Google Plus'/>
</a>
</div>
</section>
<section class='footer-content footer-credits'>
<div class='container clearfix'>
<p class='pull-left'>
Built by <a href='http://xeniatay.com' title='Xenia Tay'>Xenia Tay</a>
</p>
<p class='cusec-credit'>Presented by the <a href="team.html">CUSEC 2014 Team</a></p>
<p class='pull-right'>
<a href='mailto:info@cusec.net' title='info@cusec.net' onClick="_gaq.push(['_trackEvent', 'mailto', 'info']);">Contact</a> |
<a href='mailto:sponsor@cusec.net' title='sponsor@cusec.net' onClick="_gaq.push(['_trackEvent', 'mailto', 'sponsorship']);">Sponsor</a>
</p>
</div>
</section>
</footer>
<!-- all js scripts are loaded in library/bones.php -->
<script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/2014.cusec.net\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/scripts.js'></script>
<script type='text/javascript' src='http://2014.cusec.net/wp-includes/js/underscore.min.js'></script>
<script type='text/javascript' src='wp-content/themes/cusec2014/library/js/herounit.js'></script>
<script type='text/javascript' src='wp-content/themes/cusec2014/library/js/parallax-scroll.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var root_dir = "http:\/\/2014.cusec.net\/wp-content\/themes\/cusec2014";
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/themes/cusec2014/library/js/cusec2014.js'></script>
</body>
</html>