-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (81 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106173544-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-106173544-5');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Chicode is an organization dedicated to inspiring coding among Chicago youth.">
<meta name="keywords" content="Chicode,coding,code,Chicago,youth,high school,CPS,hackathon,Makeathon">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:600,700" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css">
<title>Chicode</title>
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<div class="header with-background">
<div class="background"></div>
<img src="img/logo/logo_text.svg" alt="Chicode">
<div class="content">
<h1>Helping Chicago's Youth Discover Code</h1>
<h2>a network of awesome events and clubs</h2>
<a class="button" href="https://goo.gl/forms/B8URQvrz2ArAyAff1"><button>apply for your school</button></a>
</div>
</div>
<div class="makeathons content">
<div class="row">
<img src="img/home/makeathon.jpg" alt="The closing ceremony at a Makeathon">
<div class="text">
<h1>Makeathons</h1>
<h2>12 hours of awesome</h2>
<p>
Makeathons bring together the community in an incredible way. You have 12 hours to creat a project according to a theme. During this time, we'll help you learn coding through various workshops and activities.
</p>
<a class="button" href="upcoming"><button>upcoming events</button></a>
</div>
</div>
</div>
<div class="meetup with-background">
<div class="background"></div>
<div class="content">
<h1>The Chicago Young Developers Meetup</h1>
<p>
Join us bi-weekly in downtown Chicago for a general coding gathering. All levels are welcome! This is a great place to learn and practice for the Makeathons. Each meetup has a workshop on a specific theme and then everyone breaks up to work in teams on different projects.
</p>
<div class="row">
<a class="button" href="developer-meetup/projects"><button>browse projects</button></a>
<a class="button" href="developer-meetup"><button>official website</button></a>
</div>
</div>
</div>
<div class="clubs content">
<div class="row">
<div class="text">
<h1>Clubs</h1>
<p>
We help schools start coding clubs. Join our network and we'll give you resources and assistance.
</p>
<a class="button" href="https://goo.gl/forms/B8URQvrz2ArAyAff1"><button>apply for your school</button></a>
<a class="button" href="clubs"><button>view all of our clubs</button></a>
</div>
<img src="img/home/club.jpg" alt="Messing with Mindstorms at Northside's coding club">
</div>
</div>
<div class="footer with-background">
<div class="background"></div>
<div class="row">
<p>©2017 ChiCode</p>
<p>Website designed with ♥ by <a href="https://github.com/jetmate">Anton</a> and Sparks <a class="gh-button" href="https://github.com/chicode-org/chicode-website"><span class="gh-button__icon"></span>Star</a></p>
</a>
</div>
</div>
</body>
</html>