forked from Code4HR/previous-landing
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (262 loc) · 15.9 KB
/
index.html
File metadata and controls
270 lines (262 loc) · 15.9 KB
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="description" content="Locals helping Miami open their data and create meaningful web and mobile apps" />
<meta name="Keywords" content="Code, Miami, Civic hacking" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--<meta http-equiv="refresh" content="30" />-->
<meta name="author" content="The Code for Miami Group" />
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js"></script>
<script src="http://www.codeformiami.org/js/bootstrap-tooltip.js"></script>
<script src="http://www.codeformiami.org/js/script.js"></script>
<link rel="shortcut icon" href="http://www.codeformiami.org/favicon.ico" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Code for Miami | A Code for America Brigade</title>
</head>
<body>
<header>
<nav class="navbar-wrapper">
<!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
<div class="container">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar. Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#"><span class="c4mred">Code</span> <span class="c4mblue">For Miami</span></a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="http://codeformia.tumblr.com">Blog</a></li>
<li class="dropdown" id="menu-events">
<a href="#menu-events" class="dropdown-toggle" data-toggle="dropdown">Events<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://www.meetup.com/Code-for-Miami/"><i class="icon-calendar"></i> Our Meetups</a>
</li>
</ul>
</li>
<li class="dropdown" id="menu-contact">
<a href="#menu-contact" class="dropdown-toggle" data-toggle="dropdown">Contact<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="#contact"><i class="icon-pencil"></i> Email Us</a>
</li>
<li>
<a href="http://eepurl.com/N_QIT"><i class="icon-envelope"></i> Email Newsletter</a>
</li>
</ul>
</li>
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
<li class="dropdown" id="menu-resources">
<a href="#menu-resources" class="dropdown-toggle" data-toggle="dropdown">Resources<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="https://groups.google.com/forum/#!forum/code-for-miami"><i class="icon-comment"></i> Our Google Groups Forum</a>
</li>
<li>
<a href="https://github.com/code-for-miami"><i class="icon-wrench"></i> Our Code on GitHub</a>
</li>
<li>
<a href="http://codeformiami.uservoice.com/"><i class="icon-thumbs-up"></i> Idea List for Civic Apps and Open Data</a>
</li>
<li class="divider"></li>
<li>
<a href="https://facebook.com/codeformiami"><i class="icon-comment"></i> Our Facebook Page</a>
</li>
<li>
<a href="https://twitter.com/codeformiami"><i class="icon-retweet"></i> Our Twitter Account (@codeformiami)</a>
</li>
<li class="divider"></li>
<li>
<a href="https://twitter.com/search?q=%23cfabrigade"><i class="icon-retweet"></i> #cfabrigade - National Tweets</a>
</li>
<li class="divider"></li>
<li>
<a href="https://github.com/Code-for-Miami/codeofconduct"><i class="icon-wrench"></i> Code of Conduct</a>
</li>
</ul>
</li>
<li class="dropdown" id="menu-projects">
<a href="#menu-projects" class="dropdown-toggle" data-toggle="dropdown">Projects<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://projects.codeformiami.org/"><i class="icon-wrench"></i> Project Updates (BETA)</a>
</li>
<li>
<a href="open-issues"><i class="icon-wrench"></i> Open Issues</a>
</li>
</ul>
</li>
</ul>
<ul class="nav pull-right language-menu">
<li class="divider-vertical"></li>
<li>
<a href="http://es.codeformiami.org">Español</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div> <!-- /.container -->
</nav><!-- /.navbar-wrapper -->
<!-- Carousel - only using one at the moment
================================================== -->
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="images/carousel/Miami1.jpg" alt="MacArthur Causeway | Miami" />
<div class="container">
<div class="carousel-caption">
<h1>We Are Code For Miami.</h1>
<p class="lead">
Come join developers, designers, data geeks, leaders, and idea-makers who volunteer to help Miami-Dade government and civic orgs adopt open web technologies.
</p>
<a class="btn btn-large btn-primary" href="http://www.meetup.com/Code-for-Miami/">Stop By Our Meetups</a>
</div>
</div>
</div>
<div class="item">
<img src="images/carousel/Miami2.jpg" alt="American Airlines Arena | Downtown Miami" />
<div class="container">
<div class="carousel-caption">
<h1>Join the Movement.</h1>
<p class="lead">
We are looking for creatives, developers, designers and writers to support our movement.
</p>
<a class="btn btn-large btn-primary" href="http://www.meetup.com/Code-for-Miami/">Stop By Our Meetups</a>
</div>
</div>
</div>
<div class="item">
<img src="images/carousel/Miami3.jpg" alt="Downtown Miami Skyline" />
<div class="container">
<div class="carousel-caption">
<h1>Want to Learn More?</h1>
<p class="lead">
We meet weekly at The Lab Miami in Wynwood.
</p>
<a class="btn btn-large btn-primary" href="http://www.meetup.com/Code-for-Miami/">Stop By Our Meetups</a>
</div>
</div>
</div>
</div>
</div><!-- /.carousel -->
</header>
<div class="container marketing clearleft">
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="span4">
<img src="images/captain.png" alt="CfA Brigade Captain" />
<h2>Come To Our Meetups</h2>
<p>
A casual <a href="http://www.meetup.com/Code-for-Miami/">meetup</a>, usually weekly, meeting at the LAB Miami in Wynwood.
</p>
<p>
<a class="btn" href="#meetup">View details »</a>
</p>
</div><!-- /.span4 -->
<div class="span4">
<img src="images/community.png" alt="Community" />
<h2>Join Online Discussions</h2>
<p>
<a href="https://groups.google.com/forum/#!forum/code-for-miami">An open conversation online</a> about what we're doing now and what's next.
</p>
<p>
<a class="btn" href="#groups">View details »</a>
</p>
</div><!-- /.span4 -->
<div class="span4">
<img src="images/cfa_logo_greyscale.png" alt="Code for America" />
<h2>See Our Inspiration</h2>
<p>
<a href="http://codeforamerica.org/">Code for America</a> is the organization that helped inspire many of us that we can change our City.
</p>
<p>
<a class="btn" href="#cfa">View details »</a>
</p>
</div><!-- /.span4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider" />
<div class="featurette">
<img class="featurette-image pull-left" style="padding-bottom: 50px" src="images/noun_project_756_citizen.png" alt="Citizen" />
<h2 class="featurette-heading">Works In Progress. <br /><span class="muted">Some Of Our Projects.</span></h2>
<p class="lead">
<div class="span4">
<ul class="lead" style="list-style-type: none; padding-left:0; text-align: left;">
<li>Miami Wiki (<a href="http://miamiwiki.org/">site</a>)</li>
<li>Miami Open Data (<a href="miamiopendata.org">site</a>)</li>
<li>Miami Graph (<a href="http://www.miamigraph.com"> site</a>)</li>
</div>
<div class="span4">
<ul class="lead" style="list-style-type: none; padding-left:0; text-align: left;">
<li>CodeForMiami.org (<a href="https://github.com/Code-for-Miami/code-for-miami.github.io">code</a>)</li>
<li>MiamiDecoded (<a href="http://www.miamidadecode.org/">site</a>) (<a href="https://github.com/Code-for-Miami/statedecoded">code</a>)</li>
<li>Leaflet Transit (<a href="http://codeformiami.org/LeafletTransit/">demo</a>) (<a href="https://github.com/Code-for-Miami/LeafletTransit">code</a>)</li>
</ul>
</div>
</p>
</div>
<hr class="featurette-divider" />
<div class="featurette">
<a href="http://brigade.codeforamerica.org/">
<img name="cfa" id="cfa" class="featurette-image pull-right" src="images/cfa_brigade_logo.png" alt="Code for America Brigade" />
</a>
<h2 class="featurette-heading">Want To Help Your City? <span class="muted">Good, we could use your help.</span></h2>
<p class="lead">We are a <a href="http://brigade.codeforamerica.org/">Code for America Brigade</a>, which means we're volunteers that contribute our talents toward improving the way our local governments and community organizations use the web. Brigade is about action and you're here because you are someone who takes action. <a href="http://brigade.codeforamerica.org/pages/activities">See what kind of things brigades do</a>, or watch the <a href="http://codeforamerica.org/2012/03/08/jennifer-pahlka-at-ted-video/">inspirational TED talk given by Jennifer Pahlka, the founder of Code for America.</a>
</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<a href="http://www.meetup.com/Code-for-Miami/">
<img name="meetup" id="meetup" class="featurette-image pull-left" src="images/meetup.jpg" alt="Meetup.com" />
</a>
<h2 class="featurette-heading">We Meet Often. <span class="muted">Come Join Us.</span></h2>
<p class="lead">
Check out<a href="http://www.meetup.com/Code-for-Miami/">our Meetup</a> to learn more about events and projects.
We meet at 7 p.m. on Monday nights at <a href="http://thelabmiami.com/">the LAB Miami</a> in Wynwood.
</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<a href="https://groups.google.com/a/codeforamerica.org/forum/#!forum/code-for-miami">
<img name="groups" id="groups" class="featurette-image pull-right" src="images/google_groups.png" alt="Google Groups" />
</a>
<h2 class="featurette-heading">We Discuss Things Online. <span class="muted">Join and Introduce Yourself.</span></h2>
<p class="lead">Can't make it to a meetup? No problem. We collaborate on projects, ask for help, and post wins to our <a href="https://groups.google.com/forum/?fromgroups#!forum/code-for-miami">Code for Miami forum</a> where you can get new posts in email and reply. We welcome anyone to sign-up... you might just see something you're interested in helping with.
</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<!--<img name="contact" id="contact" class="featurette-image pull-right" src="" />-->
<h2 class="featurette-heading">Want Even More Info? <span class="muted">Contact Us.</span></h2>
<p class="lead">
Our Brigade Captains are Cristina Solana (<a href="mailto:csolana@codeforamerica.org">csolana at codeforamerica.org</a>), Rebekah Monson (<a href="mailto:rmonson@codeforamerica.org">rmonson at codeforamerica.org</a>) and Ernie Hsiung (<a href="mailto:ehsiung@codeforamerica.org">ehsiung at codeforamerica.org</a>). We want to hear from you!
</p>
</div>
<!-- /END THE FEATURETTES -->
<hr class="featurette-divider" />
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>
Built and Maintained by Code for Miami, people trying to make Miami-Dade County even better. (Hey that's us.)<br> Some images provided by <a href="http://thenounproject.com">The Noun Project</a> and <a href="http://aerostylaz.deviantart.com/gallery/?q=miami">Aerostylaz</a>.
</p>
</footer>
</div><!-- /.container -->
</body>
</html>