-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex2.html
103 lines (86 loc) · 2.49 KB
/
index2.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
<html>
<head>
<title>CPU</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/palette.min.css">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/main.css">
<style type="text/css">
</style>
</head>
<body>
<div class="container">
<div class="fullscreen vcenter bottom-spacer">
<div class="jumbo">
<h1 class="jumbo-text">CPU</h1>
<h2 class="jumbo-text">choate programming union</h2>
</div>
</div>
<div class="fullscreen sides">
<h1 class="newsignup sectionheader">NEW MEMBERS</h1>
<div class="grid">
<div class="grid__col grid_fullwidth">
<a class="card" href="./signup.html">
<p>Sign up for 2016 - 2017</p>
</a>
</div>
</div>
<h1 class="sectionheader">Our stuff</h1>
<div class="grid">
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://github.com/ChoateProgrammingUnion">
<p>cpu on github</p>
</a>
</div>
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://cpuattendence.herokuapp.com/">
<p>cpu sign in</p>
</a>
</div>
</div>
<h1 class="sectionheader">Stuff you should have</h1>
<div class="grid">
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://desktop.github.com/" target="blank">
<p>github desktop client</p>
</a>
</div>
<div class="grid__col grid__col--1-of-2">
<a class="card" href="http://www.meteor.com/" target="blank">
<p>meteor web framework</p>
</a>
</div>
</div>
<br>
<div class="grid">
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://www.sublimetext.com/3" target="blank">
<p>sublime text 3</p>
</a>
</div>
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://www.google.com/chrome/" target="blank">
<p>google chrome</p>
</a>
</div>
</div>
<br>
<div class="grid">
<div class="grid__col grid__col--1-of-2">
<a class="card" href="http://www.gimp.org/" target="blank">
<p>gimp</p>
</a>
</div>
<div class="grid__col grid__col--1-of-2">
<a class="card" href="https://inkscape.org/en/" target="blank">
<p>inkscape</p>
</a>
</div>
</div>
<br><br>
</div>
</div>
</body>
</html>