-
Notifications
You must be signed in to change notification settings - Fork 0
/
clubs.html
54 lines (45 loc) · 1.68 KB
/
clubs.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
<!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,Codeathon">
<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" />
<style>
img {
display: block;
margin: auto;
margin-top: 80px;
margin-bottom: 120px;
}
html {
background: -webkit-linear-gradient(292deg, #5eb9ff 24%, #3ffcca 100%);
background: -o-linear-gradient(292deg, #5eb9ff 24%, #3ffcca 100%);
background: linear-gradient(158deg, #5eb9ff 24%, #3ffcca 100%);
height: 100%;
}
h1 {
color: white;
text-align: center;
}
</style>
</head>
<body>
<img src="img/logo/logo_text.svg" alt="Chicode">
<h1>Page under construction.</h1>
</body>
</html>