-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
249 lines (149 loc) · 7.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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code for Trenton</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic' rel='stylesheet' type='text/css'>
</head>
<body>
<header data-home="true">
<a href="" class="logo">Code for Trenton</a>
<nav>
<a href="about.html">About</a>
<a href="index.html#proj">Projects</a>
<a href="#">Contact</a>
</nav>
</header>
<div class="welcome">
<div class="intro">
<h1>We are Code for Trenton</h1>
<p>We are a group of Trenton residents and students passionate about bettering our community by developing multimedia projects and encouraging a new generation of Trenton residents to get engaged in technology and design.</p>
<center> <a href="#join">Get Involved</a></center>
</div>
</div>
<div class="about cft-section">
<section class="row">
<div class="grid-6">
<h1>About Us</h1>
<p>Code for Trenton is part of the larger <a href="https://www.codeforamerica.org/brigade/about/">Code for America</a> organization. We believe there is great opportunity today for government and cities to be improved by a few passionate, tech savvy indiviudals. By building open source technology and design solutions created for the people, by the people we have the power to make Trenton more connected, safe, informative, and thriving. We are focused not only on empowering the city's tech savvy residents but teaching the technologists of tomorrow. Whether you are still in grade school, college, or someone of any age eager to start making a difference with tech, we have something for you. Join us in making Trenton a better place. </p>
</div><!---
--><div class="grid-6">
<img src="img/team.jpeg">
</div>
</section>
</div>
<h1 style="margin-left: 10%" id="proj">Current Projects</h1>
<div class="projects cft-section" style="margin-top: 0%;">
<section class="row">
<a href="menuproject.html"> <div class="grid-6 project">
<h2>Menus of Trenton</h2>
<section class="row">
<div class="grid-6">
<img src="https://d.zmtcdn.com/data/menus/011/17229011/e6d1d8d36502eabb9cbe7a3fc9177c87.jpg">
</div><!---
--><div class="grid-6">
<p>A digital compilation of all the city's menus for ease of access and increased traffic</p>
</div>
</section>
</div></a><!---
---><a href="http://www.square2nj.org"><div class="grid-6 project">
<h2>Square 2</h2>
<section class="row">
<div class="grid-6">
<img src="img/square2.png">
</div><!---
--><div class="grid-6">
<p>Square 2 is a free online and mobile resource for formerly incarcerated residents of Mercer County, providing searchable, up-to-date information about available resources in the areas of employment, education, housing, identification, health, and family. </p>
</div>
</section>
</div></a>
<div class="grid-6 project">
<h2>STEM Video Game Challenge</h2>
<section class="row">
<div class="grid-6">
<img src="img/stem.jpg">
</div><!---
--><div class="grid-6">
<p>Code for Trenton is planning to mentor Trenton students and create a series of workshops to help them enter the 2016 STEM Video Game Challenge! More details soon.</p>
</div>
</section>
</div><!---
---><div class="grid-6 project">
<h2>Solve City</h2>
<section class="row">
<div class="grid-6">
<img src="img/solvecity.png">
</div><!---
--><div class="grid-6">
An app developed by TCNJ students and continued by Code For Trenton, its purpose is to empower Trenton citizens to report and map infrastructure problems in the city from their phones.
</div>
</section>
</div>
</section>
</div>
<div class="join cft-section" id="join">
<h1>Get Involved</h1>
<section class="row">
<div class="grid-6">
<section class="row">
<div class="grid-4">
<a href="http://www.meetup.com/Code-for-Trenton"> <img src="img/meetup.jpeg">
</a>
</div><!--
--><div class="grid-8">
Join our <a href="http://www.meetup.com/Code-for-Trenton">Meetup group </a>to stay up to date on upcoming events and get connected with other members.
</div><!--
-->
</section>
</div><!---
---><div class="grid-6">
<section class="row">
<div class="grid-4">
<a href="http://www.meetup.com/Code-for-Trenton"> <img src="img/slack-2014.png">
</a>
</div><!--
--><div class="grid-8">
Join our <a href="http://www.meetup.com/Code-for-Trenton">Slack Channel </a>for up to the minute discussions
</div><!--
-->
</section>
</div><!---
--->
</section>
</div>
<div class="mailing">
<form id="subscribe">
<div class="form">
<h1>Join our mailing list for updates </h1>
<section class="row">
<p id="sign-up-response"></p>
<div class="grid-2" ><label for="name">Name</label></div><!---
--><div class="grid-10" style="margin: 1%;">
<input type="text" class="form-control" name="name" id="name" placeholder="Name">
</div> </section>
<section class="row">
<div class="grid-2"><label for="name">Email</label></div><!---
--><div class="grid-10" style="margin: 1%;">
<input type="text" class="form-control" name="email" id="email" placeholder="Email">
</div> </section>
<center> <input type="submit" id="submit" value="Subscribe!"/></center>
</div>
</form>
</div>
<div class="footer">
<section class="row">
<div class="grid-8">
Site Created by The Code For Trenton Team
</div>
<div class="grid-3">
</div>
</section>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/masonry.js"></script>
<script>var home = true;</script>
<script src=js/script.js></script>
</body>
</html>