-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<img id="logo" src="./img/logo.svg">
<img id="background" src="./img/background.svg">
<h1>Helping Chicago's Youth Discover Code</h1>
<img id="hero" src="./img/codeathon.png">
<div id="links">
<div><a href="#">Create A Club<div class="underline"></div></a></div>
<br>
<div><a href="#">Our Events<div class="underline"></div></a></div>
</div>
</header>
<section id="events">
<h2>Events <img id="arrowright" src="./img/arrowright.svg"></h2>
<p>
We run the events that bring Chicago's coding community together. Multiple times a year we run daylong events for Chicago Public Schools students to teach students in a fun and engaging way. This past year we successfully ran <a class="textlink" href="https://www.event0.org">event0</a> and will be running the <a class="textlink" href="#">Jones Jam</a> in December.
</p>
<img id="background1" src="./img/background2.svg">
<img id="events" src="./img/events.png">
</section>
<section id="clubs">
<h2><img id="arrowleft" src="./img/arrowleft.svg"> Clubs</h2>
<img src="./img/clubs.png">
<p>
Chicode helps provide motivated computer science students and teachers with the resources to start their own clubs. With tools like <a class="textlink" href="https://www.codingworkshops.org">Coding Workshops</a> we give Chicago Public Schools' students an engaging and comprehensive curriculum to learn and teach code.
</p>
</section>
<footer>
<p>Designed By <a class="textlink" href="http://www.cmsparks.com">Christian Sparks</a></p>
</footer>
</body>
</html>