This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
844 lines (711 loc) · 32.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
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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-91165241-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-91165241-3');
</script>
<title>Community Code Day : Home</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="assets/images/logo2.png"/>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/purple-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<!-- Montserrat for title -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html">Community Code Day</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#mu-hero">Home</a></li>
<li><a href="#mu-about">About</a></li>
<li><a href="#mu-schedule">Schedule</a></li>
<li><a href="#mu-pricing">Register</a></li>
<li><a href="#mu-faq">FAQ</a></li>
<li><a href="#mu-sponsors">Sponsors</a></li>
<li><a href="#mu-contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End menu -->
<div class="mu-hero-overlay">
<div class="container">
<div class="mu-hero-area">
<!-- Start hero featured area -->
<div class="mu-hero-featured-area">
<!-- Start center Logo -->
<div class="mu-logo-area">
<!-- text based logo -->
<a class="mu-logo" href="#">Community Code Day</a>
<!-- image based logo -->
</div>
<!-- End center Logo -->
<div class="mu-hero-featured-content">
<h1>HELLO! WELCOME TO Community Code Day</h1>
<h2>Fort McMurray's Annual Technology Conference and Hackathon</h2>
<h2>2021</h2>
<p class="mu-event-date-line">November 6 and 7 2021</p>
<p><a class="mu-register-btn" href="https://us06web.zoom.us/j/81553004916?pwd=L3FWbzRmZjZZa0dabyt1Z3RCNHpPQT09"> Click Here to Join the Event</a></p>
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
</div>
</div>
</div>
<!-- End hero featured area -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start About -->
<section id="mu-about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-about-area">
<!-- Start Feature Content -->
<div class="row">
<div class="col-md-6">
<div class="mu-about-left">
<img class="" src="assets/images/CCD-1.jpg" alt="Men Speaker">
</div>
</div>
<div class="col-md-6">
<div class="mu-about-right">
<h2>About Community Code Day</h2>
<p>This is an event for people who choose to learn because they can, and build because they love it. Let us take care of the details — just bring your creativity and watch your ideas come to life this November.</p>
<p>Hosted by Youth Computing, BrainSTEM Alliance, Startup YMM and the Keyano College Regional Innovation Network, community members are invited to attend this technology conference. The theme this year will be <b>Equity, Diversity and Inclusion in Emerging Technology</b>.
</p>
<p> On Saturday, there will be workshops and speakers. On Sunday, there will be more workshops and speakers along with a Hackathon.</p>
<h4>The Hackathon</h4>
<p> For those of you that would like to demonstrate your abilities with technology, you can participate in the hackathon! You will have access to any resources that you will need to create your project and you can have the opportunity to win some major prizes after presenting what you have created! </p>
<h6> Prize Structure: </h6> 1st - 750$ </br>2nd - 500$</br>3rd - 250$</br>Other Category Prizes</p>
</div>
</div>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Video -->
<section id="mu-video">
<div class="mu-video-overlay">
<!-- Start Schedule -->
<section id="mu-schedule">
<div class="container">
<div class="row">
<div class="colo-md-12">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h2 class="mu-title">Schedule Detail</h2>
<p>Community Code Day will take place over two days. The entire first day will be for the attendees to work on their hackathon projects and also attend workshops and speakers. The second day will be for more workshops and speakers along with a Hackathon at the end.</p>
</div>
<div class="mu-schedule-content-area">
<!-- Nav tabs -->
<ul class="nav nav-tabs mu-schedule-menu" role="tablist">
<li role="presentation" class="active"><a href="#first-day" aria-controls="first-day" role="tab" data-toggle="tab">Day 1 / 6th November</a></li>
<li role="presentation" ><a href="#second-day" aria-controls="second-day" role="tab" data-toggle="tab">Day 2 / 7th November</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content mu-schedule-content">
<div role="tabpanel" class="tab-pane fade mu-event-timeline in active" id="first-day">
<ul>
<li>
<div class="mu-single-event">
<p class="mu-event-time">10.00 AM</p>
<h3>Opening Ceremony</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<img src="assets/images/Nikolas.jpg" alt="Nikolas Zetouni">
<p class="mu-event-time">10:30 AM</p>
<h3>Keynote</h3>
<span>Nikolas Zetouni (BlockChain)</span>
</div>
</li>
<li>
<div class="mu-single-event">
<img src="assets/images/shaaf.jpg" alt="Shaaf Babar">
<p class="mu-event-time">11.30 AM</p>
<h3>Game Development Workshop</h3>
<span>Shaaf Babar</span>
</div>
</li>
<li>
<div class="mu-single-event">
<img src="assets/images/BrainSTEM.png" alt="BrainSTEM Alliance">
<p class="mu-event-time">1.00 PM</p>
<h3>Intro to ML with Scratch</h3>
<span>BrainSTEM Alliance</span>
</div>
<li>
<div class="mu-single-event">
<img src="assets/images/nirmit.jpg" alt="Nirmit Parikh">
<p class="mu-event-time">2.00 PM</p>
<h3>Website Development Workshop</h3>
<span>Nirmit Parikh</span>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">5.00 PM</p>
<h3>End of First Day</h3>
</div>
</li>
</ul>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline in" id="second-day">
<ul>
<li>
<div class="mu-single-event">
<p class="mu-event-time">10.00 AM</p>
<h3>Participant Check In</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">10.00 AM</p>
<h3>Panel on Diversity and Inclusion in Tech</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<img src="assets/images/BrainSTEM.png" alt="BrainSTEM Alliance">
<p class="mu-event-time">11.00 AM</p>
<h3>Figma workshop</h3>
<span>BrainSTEM Alliance</span>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">1.00 PM</p>
<h3>Break</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<img src="assets/images/Jesse.jpg" alt="Jesse Brown">
<p class="mu-event-time">1.15 PM</p>
<h3>Keynote</h3>
<span>Jesse Brown</span>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">2.15 PM</p>
<h3>Work on Hackathon Projects</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">3.00 PM</p>
<h3>Hackathon Pitches / Judging</h3>
</div>
</li>
<li>
<div class="mu-single-event">
<p class="mu-event-time">5.00 PM</p>
<h3>Winners Announcement and Closing Ceremony</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<!-- Start Speakers -->
<!-- Start Venue -->
<section id="mu-venue">
<div class="mu-venue-area">
<div class="row">
<div class="col-md-6">
<div class="mu-venue-map">
<iframe src="https://www.google.com/maps/embed/v1/place?q=fort+mcmurray&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<div class="mu-venue-address">
<h2>VENUE <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
<h3>ONLINE</h3>
<h4>Zoom</h4>
<p>The event will take place online via Zoom.</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Venue -->
<!-- Start Pricing -->
<section id="mu-pricing">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-pricing-area">
<div class="mu-title-area">
<h2 class="mu-title">Registration & Pricing</h2>
</div>
<div class="mu-pricing-conten">
<div class="row center">
<!-- single price item -->
<div class="col-md-4">
<div class="mu-single-price mu-popular-price">
<span class="mu-price-tag">Popular</span>
<div class="mu-single-price-head">
<span class="mu-currency">$</span>
<span class="mu-rate">FREE</span>
<span class="mu-time">/all days</span>
</div>
<h3 class="mu-price-title">Conference Attendee</h3>
<ul>
<li>Individual Attendee Ticket</li>
<li>Access to all workshops and speakers (Day 1 & Day 2)</li>
<br/>
</ul>
<a class="mu-register-btn" href="https://www.eventbrite.com/e/community-code-day-tickets-184117128287"> Register Now</a>
</div>
</div>
<div class="col-md-4">
<div class="mu-single-price mu-popular-price">
<div class="mu-single-price-head">
<span class="mu-currency">$</span>
<span class="mu-rate">FREE</span>
<span class="mu-time">/all days</span>
</div>
<h3 class="mu-price-title">Hackathon Competitor</h3>
<ul>
<li>Hackathon Participant Ticket</li>
<li>Learn from workshops, then use your skills to solve a problem for a chance to win prizes!</li>
<!-- <li>Free Breakfast, Lunch & Snacks</li>
<li>Free Swag</li> -->
</ul>
<a class="mu-register-btn" href="https://www.eventbrite.com/e/community-code-day-tickets-184117128287"> Register Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Pricing -->
<!-- Start FAQ -->
<section id="mu-faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-faq-area">
<div class="mu-title-area">
<h2 class="mu-title">FAQ</h2>
<p>If you are unsure about anything, don't hesitate to email us at, [email protected]
</p>
</div>
<div class="mu-faq-content">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true">
<span class="fa fa-angle-down"></span> Can I attend?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<b>Anyone</b> can attend! Be sure to register! Experience in programming is not required for the conference.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseO">
<span class="fa fa-angle-up"></span> How does it work?
</a>
</h4>
</div>
<div id="collapseO" class="panel-collapse collapse">
<div class="panel-body">
Over a 14 hour period, you'll attend different workshops and speaker presentations to learn about coding and how this years theme, Equity, Diversity and Inclusion in Emerging Technology, relates to technology! Attendees can also choose to participate in the hackathon and create a project related to this year's theme to win some amazing prizes. We will also have a judging period for those who compete.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<span class="fa fa-angle-up"></span> How does registration work?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
Registration is open until Nov 5th 11:59 PM. Use the registration section on our page to register!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<span class="fa fa-angle-up"></span> Does this cost money?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
NO! This is completely free! There will be presentations, speakers, workshops, and a memorable experience! Participants are also eligible to win some great prizes! Sign up for more details about the prizes.
</div>
</div>
</div>
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
<span class="fa fa-angle-up"></span> What will I eat?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
We’ll provide food for all meals from Saturday’s breakfast and lunch to Sunday’s breakfast and lunch. If you have dietary restrictions, we’ll try our best to accommodate them. Of course, we’ll also have an abundance of snacks throughout the hacking period.
</div>
</div>
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
<span class="fa fa-angle-up"></span> How do teams work if I choose to compete?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
Teams are at most 4 people. You can select teammates after you have registered via a google form which will be emailed to you on Saturday, or you can register individually without teammates. When you sign in on Saturday, a team list will be provided to you.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTen">
<span class="fa fa-angle-up"></span> I'm a beginner. Can I still sign up?
</a>
</h4>
</div>
<div id="collapseTen" class="panel-collapse collapse">
<div class="panel-body">
Absolutely! We encourage coders of all levels to come hack and learn! We’ve got many mentors and we really focus on catering to newcomers’ needs by providing leading up workshops. We are extremely beginner friendly!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEleven">
<span class="fa fa-angle-up"></span> What's the Virtual Sunday public expo?
</a>
</h4>
</div>
<div id="collapseEleven" class="panel-collapse collapse">
<div class="panel-body">
On Sunday, we will host a virtual public expo where teams can show off their projects to friends, family, professors, corporate sponsors, and anyone else in attendance! During this time, judging will also take place for the attendees who choose to be judged. Anyone not participating is encouraged to check out all of the cool projects.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwelv">
<span class="fa fa-angle-up"></span> How does judging work?
</a>
</h4>
</div>
<div id="collapseTwelv" class="panel-collapse collapse">
<div class="panel-body">
Information about judging will be provided to the attendees who choose to be judged on the first day, Nov 6th.
</div>
</div>
</div>
<!--<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
<span class="fa fa-angle-up"></span> What should I bring?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
Nothing! Everything will be provided to you. Attendees are encouraged to bring their laptops however, computers will also be available. If you’d like to bring something off-the- shelf that we are not providing, make sure to shoot us an email ([email protected]
)!
</div>
</div>
</div>-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseBro">
<span class="fa fa-angle-up"></span> What should I prepare prior to the event if I choose to compete?
</a>
</h4>
</div>
<div id="collapseBro" class="panel-collapse collapse">
<div class="panel-body">
It’s a good idea to setup your computer with some development software such as an IDE (i.e. Sublime Text, Android Studio, XCode), a version control tool (i.e. Git). You don't want to spend a large chunk of time downloading software at the event, do it beforehand!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
<span class="fa fa-angle-up"></span> Where is it? How do I get there?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
Community Code Day will take place at over Zoom. Please register to find more details. </div>
</div>
</div>
<!-- <div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEoght">
<span class="fa fa-angle-up"></span> What about parking?
</a>
</h4>
</div>
<div id="collapseEoght" class="panel-collapse collapse">
<div class="panel-body">
Parking at Keyano College is paid and the Community Code Day team is not responsible for any parking expenses.
</div>
</div>
</div> -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
<span class="fa fa-angle-up"></span> Can my parents come with me?
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
Community Code Day is a participant-only event from check-in on. However, your parents can surely sign up as a conference attendee and come themselves!
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseNine">
<span class="fa fa-angle-up"></span> What if this FAQ didn't answer my question?
</a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse">
<div class="panel-body">
Please email us at <a href="mailto:[email protected]">[email protected]</a> if you’re in any way confused or concerned! We’d love to help you out :)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End FAQ -->
<!-- Start Sponsors -->
<section id="mu-sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-sponsors-area">
<div class="mu-title-area">
<h2 class="mu-title">Community Code Day Team</h2>
<p>Your hosts bringing you Fort McMurray's first hackathon!</p>
</div>
<!-- Start spnonsors brand logo -->
<div class="mu-sponsors-content">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-4">
<div class="mu-sponsors-single">
<a href="https://youthcomputing.ca">
<img src="assets/images/sponsor-logo-1.png" alt="YouthComputing">
</a>
</div>
</div>
<div class="col-md-2 col-sm-3 col-xs-4">
<div class="mu-sponsors-single">
<a href="https://brainstemalliance.com">
<img src="assets/images/sponsor-logo-2.png" alt="BrainSTEM Alliance">
</a>
</div>
</div>
<div class="col-md-5 col-sm-3 col-xs-9">
<div class="mu-sponsors-single">
<a href="https://www.wbrin.ca/">
<img src="assets/images/sponsor-logo-6.png" alt="Wood Buffalo Regional Innovation Network">
</a>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-4">
<div class="mu-sponsors-single">
<a href="https://www.startupymm.ca/">
<img src="assets/images/sponsor-logo-YMM.jpg" alt="Startup YMM">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Sponsors -->
<!-- Start Contact -->
<section id="mu-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<div class="mu-title-area">
<h2 class="mu-heading-title">Contact Us</h2>
<p>Feel free to contact us at any time. We'd love to hear from you!</p>
<p>Email: [email protected]
</p>
</div>
<!-- Start Contact Content -->
<div class="mu-contact-content">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-form-area">
<div id="form-messages"></div>
<form class="mu-contact-form" action="https://formspree.io/[email protected]" method="POST">
<div class="form-group">
<input type="text" class="form-control sub_name" placeholder="Name" id="name" name="name" required>
</div>
<div class="form-group">
<input type="email" class="form-control sub_email" placeholder="Enter Email" id="email" name="email" required>
</div>
<div class="form-group">
<textarea class="form-control sub_message" placeholder="Message" id="message" name="message" required></textarea>
</div>
<button type="submit" class="mu-send-msg-btn"><span>SUBMIT</span></button>
</form>
</div>
</div>
</div>
</div>
<!-- End Contact Content -->
</div>
</div>
</div>
</div>
</section>
<!-- End Contact -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="mailto:[email protected]
"><i class="fa fa-envelope"></i></a>
</div>
</div>
<div class="mu-footer-bottom">
<p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://communitycodeday.com">Community Code Day 2021</a>. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.0.3/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyCXmCsqyzCKQ8n4cqcg-t5bIjXsdBbZQKw",
authDomain: "ccdwebsite-b0fdd.firebaseapp.com",
databaseURL: "https://ccdwebsite-b0fdd.firebaseio.com",
projectId: "ccdwebsite-b0fdd",
storageBucket: "ccdwebsite-b0fdd.appspot.com",
messagingSenderId: "1021260108573"
};
firebase.initializeApp(config);
</script>
</body>
</html>