-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
105 lines (78 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>CGCC for Autism</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="website/style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://www.w3schools.com/lib/w3.js"></script>
<div class="typewriter">
<h1 id="home" class = "w3-content w3-padding-16"><img class="w3-img" width="15%" src="website/images/ProfPlatypus.png" alt=""></img> <strong>Computer Game Coding Camp for Autism</strong></h1>
</div>
<div class="w3-bar w3-content w3-large navBar">
<a href="index.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%; margin-left:2%"><strong>Home</strong></a>
<a href="website/signUp.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%;"><strong>Sign Up</strong></a>
<a href="website/faq.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%;"><strong>FAQs</strong></a>
<a href="website/people.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%;"><strong>People</strong></a>
<a href="website/media.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%;"><strong>Research</strong></a>
<a href="website/contact.html" class="w3-bar-item w3-button w3-mobile w3-padding-16" style="width: 16%;"><strong>Contact Us</strong></a>
</div>
<body id="home" class="w3-content" color="white">
<!-- <img class="w3-img" width="15%" src="website/images/ProfPlatypus.png" alt=""></img> -->
<!--<p><strong>Week 1</strong>: June 14 - June 25 (M-F), 2021<br>
<strong>Week 2</strong>: June 21 - June 25</p>-->
<h1 class="greenFont">2022 Camp Dates: July 11th-29th (M-F)</h1>
<h2> <strong><a class="greenFont" target="_blank" href="">Sign-Up Here! (Link Coming Soon)</a></strong></h2> <!-- TODO -->
<strong>Early Registration Deadline</strong>: March 15, 2022<br>
<strong>Late Registration Deadline</strong>: April 30, 2022
<!-- <ul>-->
<!-- <li><strong>2022 Camp Dates</strong>: July 11th - July 29th (M-F)</li> -->
<!-- <li><strong>Click Here to Sign-Up!</strong>: <a style="color: #3eb73a;" target="_blank" href="">Link TBA</a></li> <!-- TODO -->
<!-- <li><strong>Early Registration Deadline</strong>: March 15, 2022</li> --><!-- TODO -->
<!-- <li><strong>Late Registration Deadline</strong>: April 30, 2022</li>--> <!-- TODO -->
<!-- <li><strong>Required Equipment</strong>: <a href="https://codeatclemson.com/website/faq.html" class="greenFont" target="_blank">Check FAQs Question 3</a></li> --> <!-- TODO -->
<!-- <li>More answers to commonly-asked questions can be found on our <a class="greenFont" href="website/faq.html">FAQs page</a>!</li> -->
<!-- </ul> -->
<h3 class="greenFont">Want to learn how to design and build video games this summer?!</h3>
<p>Join us for our third Computer Game Coding Camp (CGCC)! This camp is for high school students on the autism spectrum (ASD). The camp will expose students to high-level video game design and development and provide opportunities for networking with peers.
While developing their video game, students will improve their teamwork skills such as communication and collaboration. Throughout the camp, campers will learn the high-level processes of software development, game development, interpersonal communication, collaboration, and end up with their own game, from scratch.</p>
<!--<p>The Zoom virtual sessions will run from 12:30 - 3:30pm EDT Monday through Friday.
</p>-->
<p></p>
<br><br>
<h4 class="greenFont">Check out games from previous CGCC years:</h4>
<h5>2021 Student Godot Games</h5>
<div style="margin:2%; display:flex; justify-content: space-between;">
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/savj2I0t8vQ">
</iframe>
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/I2h6IqR2ad4">
</iframe>
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/sWpUHJwAOq0">
</iframe>
</div>
<div style="margin:2%; display:flex; justify-content: space-between;">
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/Zg_KTu1wois">
</iframe>
</div>
<h5>2020 Student MakeCode Arcade Games</h5>
<div style="margin:2%; display:flex; justify-content: space-between;">
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/W6kdpN9MMN4">
</iframe>
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/8vmEYDZlNxI">
</iframe>
<iframe width="252" height="189" class="w3-img"
src="https://www.youtube.com/embed/BvEZ2SQmtrA">
</iframe>
</div>
<h3><span class="greenFont">Questions?</span> <br>Contact us at: <a class="greenFont" href="mailto:[email protected]">[email protected]</a></h3>
</body>
<footer id="home" class="w3-content w3-margin footerScrollContent" style="text-align:center;">
© 2022 Computer Game Coding Camp for Autism</small>
</footer>
</html>