-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
466 lines (409 loc) · 15.2 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
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>She.codes</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<div id="logo">
<img id="weblogo" src="https://vectr.com/jsu/bSyBBUoEP.svg?width=133.333&height=133.333&select=bSyBBUoEPpage0">
<h1 id="title">She.codes</h1>
<p>Coding Workshops for Girls</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">About</a>
<ul>
<li><a href="#intro">Introduction</a></li>
<li><a href="#workshop">The Workshop</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</li>
<li>
<a href="#">Past Years</a>
<ul>
<li><a href="2018.html">2018</a></li>
</ul>
</li>
<!--
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
-->
</ul>
</nav>
</div>
</div>
<!-- Intro -->
<div id="intro-wrapper" class="wrapper style1">
<div id="intro" class="title">Introduction</div>
<section id="intro" class="container">
<p class="style2">
She.codes holds coding workshops<br class="mobile-hide" />
for girls to learn cutting-edge topics in programming.
</p>
<p class="style3">In our 2019 session, learn about AI and build your own smart movie recommender system. Through hands-on activities, coding contests, and projects, discover the thrill of programming. </p>
<ul class="actions">
<li><a href="https://goo.gl/forms/3z8s2LILwfxOrAHh2" class="button style3 big">Sign up!</a></li>
</ul>
</br>
<!--<p> If you have registered, please fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLSdVxfHlv2fYp6BdJ6s-sNHnUGUaYYl3x_7BC-8SNNjsDoaQyA/viewform?usp=sf_link">
required information form.</a></p>
-->
</section>
</div>
<!-- Main -->
<div class="wrapper style2">
<div class="title">The Details</div>
<div id="main" class="container">
<!-- Image Gallery -->
<div class="responsive">
<div class="gallery">
<img src="images/code01.JPG">
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="images/code02.JPG">
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="images/code03.jpg">
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="images/code04.jpg">
</div>
</div>
<div class="clearfix"></div>
<!-- Features -->
<section id="features">
<header class="style1">
<h2>She.codes will hold an AI workshop on March 3, 2019, with coding lessons, a speaker panel, and free food & prizes.</h2>
</br>
<h3>Location</h3>
<ul>
<li>
Village Square Library: 4001 Evergreen Village Square, San Jose, CA 95135</li>
</ul>
<h3>Time</h3>
<ul><li>9 AM - 3 PM</li></ul>
<h3>Target Audience</h3>
<ul><li>Middle school- high school; experienced in Python</li></ul>
<h3>Highlights</h3>
<ul><li> - Create your own smart movie recommender system.</li>
<li>- Attend a speaker panel of college students and industry professionals working in CS.</li>
<li>- Compete in a team coding contest for Amazon Echo Dots!</li>
</ul>
<h3>Logistics</h3>
<ul><li>- Participants should bring their own laptop and charger.</li>
<li>- Lunch, snacks, and refreshments will be provided.</li>
</header>
</div>
</div>
</div>
<div class="wrapper style3">
<div id="workshop" class="title">The Workshop</div>
<div id= "main" class="container">
<div class="feature-list">
<!--
<section>
<h3 class="logo"><img class="logo" src="https://achievement-images.teamtreehouse.com/badges_intro_to_html_css_stage-01.png" alt="HTML/CSS">
3/3 Website Development - Beginner</h3>
<p>The first workshop, targeted for beginner students, teaches website development using HTML/CSS/JavaScript.
As participants learn about programming languages and are introduced to HTML,
they can code directly on jsfiddle.net and see their website bloom to life.
Once students learn how to use CSS to enhance their website's design and use JS to make their website interactive,
they will work on a team project and compete for tech prizes.
</p>
</section>
-->
<section>
<h3 class="logo"><img class="logo" src="https://www.python.org/static/opengraph-icon-200x200.png">
3/3 Artificial Intelligence with Python</h3>
<p>She.codes' 2019 workshop, targeted toward students with experience in programming, will teach about artificial intelligence and machine learning, one of the most groundbreaking technologies in this age.<p>
<p>After an introduction to AI in the real world, students will dive into the fundamental concepts behind AI algorithms and architecture. Students will learn how to code their own
movie recommendation system using an interactive Jupyter notebook.</p>
<p>Theory may be challenging, so it is recommended that students have a
solid background in Python (functions and classes).
</p>
</section>
</div>
<!-- SIGN UP -->
<ul class="actions actions-centered">
<li><a href="https://goo.gl/forms/3YVJHOXmXkFkKOOf2" class="button style1 big">Sign up now!</a></li>
<!--<li><a href="#" class="button style2 big">More Info</a></li>-->
</ul>
</section>
</div>
</div>
</div>
<div class="wrapper style4">
<div id="schedule" class="title">Schedule</div>
<div class="container">
<div class="schedule">
<table>
<tr>
<td>9:00 - 9:15 AM</td>
<td>Check-in, introductions</td>
</tr>
<tr>
<td>9:15 - 9:45 AM</td>
<td>Introduction to AI & Machine Learning; activity & demo</td>
</tr>
<tr>
<td>9:45 - 10:00 AM</td>
<td>Snack break</td>
</tr>
<tr>
<td>10:00 - 10:45 AM</td>
<td>Lesson on advanced Python programming</td>
</tr>
<td>10:45 - 11:00 AM</td>
<td>Break; instructions for coding contest</td>
</tr>
<tr>
<td>11:00 AM - 11:45 AM</td>
<td>Coding contest with prizes</td>
</tr>
<td>11:45 - 12:00 PM</td>
<td>Award teams; explain solutions to select problems</td>
</tr>
<tr>
<td>12:00 AM - 12:45 PM</td>
<td>Lunch (provided)</td>
</tr>
<tr>
<td>12:45 - 1:15 PM</td>
<td>KNN Algorithm Explanation</td>
</tr>
<tr>
<td>1:15 - 1:45 PM</td>
<td>Speaker Panel - College students & Industry professionals in CS</td>
</tr>
<tr>
<td>1:30 - 2:00 PM</td>
<td>Coding implementation of Movie Recommender</td>
</tr>
<td>2:00 - 2:15 PM</td>
<td>Break</td>
</tr>
<td>2:15 - 2:45 PM</td>
<td>Finish implementation of Movie Recommender</td>
</tr>
<tr>
<td>2:45 - 3:00 PM</td>
<td>Conclusion of program, sign-out</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- Highlights -->
<div class="wrapper style2">
<div class="title">Our Sponsors</div>
<div class="container">
<div class="responsive">
<div class="gallery">
<a href="https://www.ncwit.org/programs-campaigns/aspirations-computing">
<img src="https://www.ncwit.org/sites/default/files/preview_image/ncwitaspireitlogo_fullcolor-01.png">
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a href="http://everybodycodenow.github.io/">
<img src="https://cdn.patchcdn.com/users/22874118/stock/T800x600/201512567c36d3790fe.png">
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a href="http://ai-4-all.org/">
<img src="http://ai4all.stanford.edu/sites/default/files/image001.png">
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a href="http://girlsteachinggirlstocode.org/">
<img src="http://girlsteachinggirlstocode.org/images/gtgtc_logo.png">
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- About Us -->
<div class="wrapper style1">
<div class="title">Our Team</div>
<div id="highlights" class="container">
<div class="row">
<div class="-2u 4u (mobile)">
<section class="highlight">
<img src="images/jocelin.JPG" class="image featured">
<h3>Jocelin Su, Program Leader</h3>
<p>Jocelin is a senior at Evergreen Valley High School, and has been deeply involved in computer science,
competition math at the national level, and AI. She is excited for another year of teaching in She.codes.</p>
</section>
</div>
<!--
<div class="4u (mobile)">
<section class="highlight">
<img src="images/michelle.jpg" class="image featured">
<h3>Michelle Li, Program Volunteer</h3>
<p>Michelle is a senior at Evergreen Valley High School planning to major in computer science in college.
She enjoys solving challenging math problems, attending hackathons, and programming AIs to take over the world.</p>
</section>
</div>
-->
<div class="4u (mobile)">
<section class="highlight">
<img src="images/jasmine.jpg" class="image featured">
<h3>Jasmine Chahal, Program Volunteer</h3>
<p>Jasmine Chahal is a junior at Evergreen Valley High School.
She was first introduced to JavaScript in elementary school and
has been passionate about coding ever since. She loves teaching in Girls Who Code, She.codes,
and The Code Matrix. Jasmine also loves to dance, and captains for a dance team in her free time.</p>
</section>
</div>
<div class="4u (mobile)">
<section class="highlight">
<img src="images/riyamogli.png" class="image featured">
<h3>Riya Mogli, Program Volunteer</h3>
<p>Riya Mogli is a junior at EVHS. She has been part of the Girls Who Code Club
at her school for 2 years and has enjoyed several events and volunteering with
the club. Aside from coding she enjoys dancing, travelling, and speech and debate.</p>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper" class="wrapper">
<div id="contact" class="title">Contact Us</div>
<div id="footer" class="container">
<header class="style1">
<h2>Have any questions?</h2>
<p>
Feel free to contact us or visit our other pages below.
</p>
</header>
<hr />
<div class="row 150%">
<div class="6u 12u(mobile)">
<!-- Contact Form -->
<section>
<form action="https://formspree.io/[email protected]"
method="POST">
<div class="row 50%">
<div class="6u 12u(mobile)">
<input type="text" name="name" id="contact-name" placeholder="Name" />
</div>
<div class="6u 12u(mobile)">
<input type="email" name="email" id="contact-email" placeholder="Email" />
</div>
</div>
<div class="row 50%">
<div class="12u">
<textarea name="message" id="contact-message" placeholder="Message" rows="4"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
<div class="6u 12u(mobile)">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-home">Address</h3>
<p>
She.codes<br />
San Jose, CA<br />
</p>
</section>
</div>
<!--
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-comment">Social</h3>
<p>
<a href="https://www.facebook.com/Shecodes-193137444577390/">Facebook</a>
</p>
</section>
</div>
-->
</div>
<div class="row">
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-envelope">Email</h3>
<p>
<a href="#">[email protected]</a>
</p>
</section>
</div>
<!--
<div class="6u 12u(mobile)">
<section>
<h3 class="icon fa-phone">Phone</h3>
<p>
(408) 528-9918
</p>
</section>
</div>-->
</div>
</section>
</div>
</div>
<hr />
</div>
<div id="copyright">
<ul>
<li>© She.codes</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</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/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>