-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (308 loc) · 14.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Code Camp 2018</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="greet.css">
<link rel="stylesheet" type="text/css" href = "particles/style.css">
</head>
<body>
<!--Greeting animation-->
<div id="GreetContainer">
<div id="Greeting">
<div id="greetSpacer"></div>
<div id="topGreet"></div>
<h1 id="">CODE Camp</h1>
<div id="botGreet"></div>
</div>
</div>
<div id = "background-part">
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- scripts -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
</div>
<!--Everything but the greeting animation-->
<div id="ActualContent">
<ul id="navbar">
<li><a href="#about">About</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#faq">FAQ</a></li>
<li><img src="Graphics/codeLogo.png"></li>
</ul>
<div class="page" id='home'>
<h1 id = 'title'>
CODE Camp
</h1>
<p id='phrase'>Get With The Program <br> <span id='time' >| Glen A. Wilson High School |</span></p>
<a href="https://bit.ly/codeinterest2019">
<button id='button'>
< Join Us! />
</button>
</a>
<div id = "filler">
</div>
</div>
<!--Add pseudo code-->
<!--About-->
<div class="page" id='about'>
<div>
<h1 class='heading-blackBack'>About</h1>
<p id = 'aboutDesc'> Code Camp is a yearly training camp held by Glen A Wilson's CODE which provides a fun environment in which students can learn the fundamental basics of computer science and coding. At Code Camp, students are taught the basics of computers as well as web design. Front end languages such as HTML, CSS, and Javascript, and backend web design such as databasing will be taught to the students. Throughout the camp, students will learn to create their own functional websites, meet real computer scientists, and be able to compete in a team for a prize while training for bigger competitions such as the Congressional App Challenge. By the end of the camp, students will be competent enough to create websites and web applications that could be applicable to their everyday life.</p>
<iframe id = 'video' width="675" height="450" src="https://www.youtube.com/embed/nX-iHwh4vyY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<!--Staff, take pics, list specialties-->
<div class="page" id='staff'>
<h1 id = 'staff_title'>Our Instructors</h1>
<div class="instructors">
<!--staffer template:
<figure class="instructor">
<img class="instructor_image" src="#">
<figcaption class="instructor_name">FirstName LastName</figcaption>
<figcaption class="instructor_role">Role/Specialty</figcaption>
</figure>
-->
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Jack Chou</figcaption>
<figcaption class="instructor_role">Javascript</figcaption>
</figure>
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Lilly Lee</figcaption>
<figcaption class="instructor_role">Firebase</figcaption>
</figure>
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Keith Kwong</figcaption>
<figcaption class="instructor_role">Javascript</figcaption>
</figure>
</div>
<div class = "instructors">
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Kyle Dang</figcaption>
<figcaption class="instructor_role">Javascript</figcaption>
</figure>
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Justina Chen</figcaption>
<figcaption class="instructor_role">CSS</figcaption>
</figure>
<figure class="instructor">
<img class="instructor_image" src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png">
<figcaption class="instructor_name">Jeffrey Liu</figcaption>
<figcaption class="instructor_role">HTML</figcaption>
</figure>
</div>
</div>
<!--Schedule, table~~-->
<div class="page" id="schedule">
<div id="week_select">
<h3>Schedule</h3>
<div class="week_button">
<h5>Week 1</h5>
<p>6/4 - 6/7</p>
</div>
<div class="week_button">
<h5>Week 2</h5>
<p>6/11 - 6/14</p>
</div>
<div class="week_button">
<h5>Week 3</h5>
<p>6/18 - 6/21</p>
</div>
</div>
<div id="week_table">
<table class="schedule_table" id="table_one">
<tr>
<th>
<h6>Monday</h6>
<p>June 4</p>
</th>
<td>
<a href="http://bit.ly/HTMLintroduction" target="_blank"><p class="lessons">HTML Prep and Intro</p></a>
<a href="http://bit.ly/HTMLboilerplate" target="_blank"><p class="lessons">HTML Layout(Boilerplate)</p></a>
<a href="http://bit.ly/basic_tags" target="_blank"><p class="lessons">Basic Tags</p>
<a href="http://bit.ly/lists_and_tables" target="_blank"><p class="lessons">Lists and Tables</p></a>
</td>
</tr>
<tr>
<th>
<h6>Tuesday</h6>
<p>June 5</p>
</th>
<td>
<a href="https://docs.google.com/document/d/15TbfRPxpFl7JeyiGqHdlkaXowUSfxv_ogc0-t01k8Ks/edit?usp=sharing"><p class="lessons">Competition Information</p></a>
<a href="http://bit.ly/Block_and_Inline" target="_blank"><p class="lessons">Block and Inline Elements</p></a>
<a href="http://bit.ly/git_prep" target="_blank"><p class="lessons">Git</p></a>
<a href="http://bit.ly/command_prompt" target="_blank"><p class="lessons">Command Prompt</p></a>
</td>
</tr>
<tr>
<th>
<h6>Wednesday</h6>
<p>June 6</p>
</th>
<td>
<a href="http://bit.ly/CSSintroduction" target="_blank"><p class="lessons">Intro to Css</p></a>
<a href="http://bit.ly/CSSfonts" target="_blank"><p class="lessons">CSS Fonts</p></a>
<a href="http://bit.ly/CSSbackgrounds" target="_blank"><p class="lessons">Background</p></a>
<a href="http://bit.ly/CSSselector" target="_blank"><p class="lessons">CSS Selectors</p></a>
<a href="http://bit.ly/form_and_input" target="_blank"><p class="lessons">Form and Input</p></a>
</td>
</tr>
<tr>
<th>
<h6>Thursday</h6>
<p>June 7</p>
</th>
<td>
<a href="http://bit.ly/borders_padding" target="_blank"><p class="lessons">Borders and Spacing</p></a>
<a href="http://bit.ly/CSSpositioning" target="_blank"><p class="lessons">Positioning</p></a>
<a href="http://bit.ly/CSSflexbox" target="_blank"><p class="lessons">Flexbox</p></a>
<a href="http://bit.ly/CSS_grids" target="_blank"><p class="lessons">Grids</p></a>
</td>
</tr>
</table>
<table class="schedule_table hide" id="table_two">
<tr>
<th>
<h6>Monday</h6>
<p>June 11</p>
</th>
<td>
<a href="http://bit.ly/JSintroduction" target="_blank"><p class="lessons">Intro to JS: Datatypes and Variables</p></a>
<a href="http://bit.ly/ControlAndBoolean"><p class="lessons" target="_blank">Control Flow and Conditionals</p></a>
</td>
</tr>
<tr>
<th>
<h6>Tuesday</h6>
<p>June 12</p>
</th>
<td>
<a href="http://bit.ly/JSLoops" target="_blank"><p class="lessons">Loops</p></a>
</td>
</tr>
<tr>
<th>
<h6>Wednesday</h6>
<p>June 13</p>
</th>
<td>
<a href="http://bit.ly/JSfunction" target="_blank"><p class="lessons">JS Functions</p></a>
<a href="http://bit.ly/JSarrays" target="_blank"><p class="lessons">JS Arrays</p></a>
</td>
</tr>
<tr>
<th>
<h6>Thursday</h6>
<p>June 14</p>
</th>
<td>
<a href="http://bit.ly/JSobjects" target="_blank"><p class="lessons">JS Objects</p></a>
</td>
</tr>
</table>
<table class="schedule_table hide" id="table_three">
<tr>
<th>
<h6>Monday</h6>
<p>June 18</p>
</th>
<td>
<a href="http://bit.ly/JS_DOM" target="_blank"><p class="lessons">JS DOM</p></a>
</td>
</tr>
<tr>
<th>
<h6>Tuesday</h6>
<p>June 19</p>
</th>
<td>
<!--<a href="http://bit.ly/FirebaseDatabase" target="_blank"><p class="lessons">Firebase</p></a>-->
</td>
</tr>
<tr>
<th>
<h6>Wednesday</h6>
<p>June 20</p>
</th>
<td>
<!--<p class="lessons">Work Day</p>-->
</td>
</tr>
<tr>
<th>
<h6>Thursday</h6>
<p>June 21</p>
</th>
<td>
<!--<p class="lessons">Competition Presentations</p>-->
</td>
</tr>
</table>
</div>
</div>
<!--FAQ We need to ask around, or remember from Open House-->
<div class="page" id='faq'>
<h1>FAQ</h1>
<div class="flex-container">
<div>
<h2 class = 'question'>What will I get from attending?</h2>
<p class = 'answer'>Students will learn the fundamentals of web development.</p>
</div>
<div>
<h2 class = 'question'>Do I need any prior coding experience?</h2>
<p class = 'answer'>Nope. Students of all experience levels are welcome. </p>
</div>
</div>
<div class="flex-container">
<div>
<h2 class = 'question'>Do I need to bring anything?</h2>
<p class = 'answer'>Just a laptop. Laptops will be provided otherwise.</p>
</div>
<div>
<h2 class = 'question'>Who are welcome to join?</h2>
<p class = 'answer'>Incoming 8th graders up to 12th graders are allowed to sign up.</p>
</div>
</div>
<p id = 'concerns'>Have any other thoughts or questions? Contact us at [email protected]</p>
</div>
<!--Sponsors, link to their websites?-->
<div class="page" id='sponsor'>
<h1>Our Sponsors</h1>
</div>
<!--include: Contact, Copyright, Logo, Social Media, in no particular order-->
<footer>
<div id ='contact'>
<p id ='email'>Contact us:</p>
<ul>
<li>[email protected]</li>
</ul>
</div>
<div id = "connect">
<p>Stay Connected:</p>
<ul>
<li><a href="https://www.google.com/">Instagram</a></li>
<li><a href="https://www.google.com/">Facebook</a></li>
<li><a href="https://www.google.com/">Remind</a></li>
<li><a href="https://www.google.com/">Youtube</a></li>
<li><a href="https://www.google.com/">Github</a></li>
</ul>
</div>
<div>
<img src="Graphics/codeLogo.png">
</div>
</footer>
<!--End of ActualContentdiv below-->
</div>
<script src="dom.js"></script>
<script src="greet.js"></script>
</body>
</html>