-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
222 lines (198 loc) · 7.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code For Denver - Redesign</title>
<meta name="description" content="Code For Denver - Redesign" />
<meta name="author" content="Code For Denver" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/menu.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="mainheader">
<img class="mainlogo" src="images/logo-bw.png" />
<nav class="mainnav">
<ul>
<li class="mainnav-link current"><a href="#" data-color="#e24e54">Who We Are</a></li>
<li class="mainnav-link"><a href="#" data-color="#fdbf46">What We Do</a></li>
<li class="mainnav-link"><a href="#" data-color="#26849e">Want to Help?</a></li>
<li class="mainnav-link"><a href="#" data-color="#611305">Our Stories</a></li>
<li class="mainnav-link"><a href="#" data-color="#611305">Vital Statistics</a></li>
<li class="mainnav-link"><a href="#" data-color="#41284a">Our Partners</a></li>
</ul>
</nav>
</header>
<section class="hero">
<div class="intro">
<h1>We Are Code For Denver.</h1>
<p><a href="#">We meet almost every Monday. Join us, everyone is welcome!</a></p>
</div>
</section>
<section class="standard interested">
<div class="flexgrid-row">
<div class="interested-title">
<h1>Are You Interested?</h1>
<h2>Good! We can use your help.</h2>
</div>
<div class="interested-calendar">
<div class="flexgrid-row">
<div class="calendar-date">
<div class="month">January</div>
<div class="day">25</div>
</div>
<div class="calendar-text">
<a href="#" class="meetup-btn">Join Us for our next Project Night</a>
<p class="date">Monday, January 25, 2016<br />6:00 PM to 9:00PM</p>
</div>
</div>
</div>
</div>
</section>
<main>
<section class="standard primary">
<h1>Who We Are</h1>
<p><a href="#">Code for Denver</a> is an dedicated, cooperative and diverse group of volunteers
dedicated to the creation of civic technology aimed squarely at solving
the problems of the world around us.</p>
<p>We are technologists, programmers, visual and graphic designers,
product managers, community organizers, students, researchers, developers,
ux’ers and geeks. We are mothers and brothers and sisters and citizens.
<strong>We may not all be coders, but we are all working for a better Denver,
a better America, and a better tomorrow.</strong></p>
<p><a href="#">Learn more about what we do, and how and why we do it!</a></p>
</section>
<section class="standard getconnected">
<div class="flexgrid-row">
<div class="getconnected-links">
<h1>Get Connected!</h1>
<p>We work in groups, together and we work online.
Get connected, get involved and lend us your passion,
your voice and your skills.</p>
<p>
<a class="social-link" href="#"><i class="fa fa-facebook-official"></i></a>
<a class="social-link" href="#"><i class="fa fa-twitter-square"></i></a>
<a class="social-link" href="#"><i class="fa fa-pinterest-square"></i></a>
<a class="social-link" href="#"><i class="fa fa-github-square"></i></a>
<a class="social-link" href="#"><i class="fa fa-google-plus-square"></i></a>
<a class="social-link" href="#"><i class="fa fa-youtube-square"></i></a>
</p>
</div>
<div class="getconnected-twitter">
<div class="twitter-widget">
<a class="twitter-timeline" href="https://twitter.com/CodeForDenver" data-widget-id="691806964364505088">Tweets by @CodeForDenver</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</section>
<section class="standard dashboard">
<div class="flexgrid-column">
<div class="dashboard-toprow">
<div class="flexgrid-row">
<div class="dashboard-item members">
<img src = "images/dashboardtext-members.png" />
</div>
<div class="dashboard-item meetings">
<img src="images/dashboardtext-meetings.png" />
</div>
<div class="dashboard-item projects">
<img src="images/dashboardtext-projects.png" />
</div>
<div class="dashboard-item pizza">
<img src="images/dashboardtext-pizza.png" />
</div>
<div class="dashboard-toprightcolumn">
<div class="flexgrid-column">
<div class="dashboard-item linesofcode">
<img src="images/dashboardtext-linesofcode.png" />
</div>
<div class="dashboard-item infinite">
<img src="images/dashboardtext-infinite.png" />
</div>
</div>
</div>
</div>
</div>
<div class="dashboard-item sparktime"></div>
</div>
</section>
</main>
<footer>
<section class="standard sponsors">
<div class="flexgrid-row">
<div class="sponsors-sponsor">
<div class="sponsor-img">
<img src="images/sponsor-placeholder.png" />
</div>
</div>
<div class="sponsors-codefordenver">
<p><img src="images/logo-notext-red.png" /></p>
<p>Code For Denver is generously supported by:</p>
</div>
<div class="sponsors-sponsor">
<div class="sponsor-img">
<img src="images/sponsor-placeholder.png" />
</div>
</div>
</div>
</section>
<nav class="footer-nav">
<div class="flexgrid-row">
<div class="footer-nav-col">
<ul>
<li>Home</li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="footer-nav-col">
<ul>
<li>About CfD</li>
<li><a href="#">Who We Are</a></li>
<li><a href="#">When & Where</a></li>
<li><a href="#">What We’re Doing</a></li>
<li><a href="#">Our Stories</a></li>
</ul>
</div>
<div class="footer-nav-col">
<ul>
<li>We need your help!</li>
<li><a href="#">Get Involved</a></li>
<li><a href="#">Member Skills</a></li>
<li><a href="#">MeetUp.com</a></li>
</ul>
</div>
<div class="footer-nav-col">
<ul>
<li>Can We Help You?</li>
<li><a href="#">Pitch your project!</a></li>
<li><a href="#">Our pitch guidelines</a></li>
</ul>
<ul>
<li>Our Partners</li>
<li><a href="#">Our projects portfolio</a></li>
</ul>
</div>
<div class="footer-nav-col">
<ul>
<li>Our Supporters</li>
<li><a href="#">Become a Supporter</a></li>
<li><a href="#">Donate to Code for Denver</a></li>
<li><a href="#">Tell a Friend about CfD</a></li>
</ul>
</div>
<div class="footer-nav-col">
<ul>
<li>Social</li>
<li><a href="#"><i class="fa fa-facebook-official"></i> Facebook</a></li>
<li><a href="#"><i class="fa fa-twitter-square"></i> Twitter</a></li>
<li><a href="#"><i class="fa fa-youtube-square"></i> YouTube</a></li>
<li><a href="#"><i class="fa fa-github-square"></i> GitHub</a></li>
</ul>
</div>
</nav>
</footer>
</body>
</html>