This repository was archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathindex.html
More file actions
266 lines (215 loc) · 14.1 KB
/
index.html
File metadata and controls
266 lines (215 loc) · 14.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BetaNYC | A Code for America Brigade for New York City</title>
<meta name="description" content="BetaNYC is building a connected New York City by the people, for the people, for 21st Century. We are NYC’s civic technology and open government vanguard. Since 2009, we have worked with elected officials to engage NYC’s technology community. We have helped pass transformative open government legislation, and have supported NYC’s civic oriented startups. ">
<link rel="shortcut icon" href="favicon.ico" />
<link href="bootstrap-combined.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45782966-1', 'betanyc.us');
ga('send', 'pageview');
</script>
<!-- end Google -->
<!--Twitter Tracking Code Start -->
<meta property="twitter:account_id" content="46654180" />
<!--Twitter Tracking Code End -->
</head>
<body>
<!-- NAVBAR
================================================== -->
<div 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>
<div class = "appleLogo"></div>
<!--a class="brand" href="#">BetaNYC</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><a href="#meetup">Events</a></li>
<li><a href="http://projects.betanyc.us">Projects</a></li>
<li><a href="#groups">Discussion Groups</a></li>
<li><a href="#contact">Contact</a></li>
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
<li class="dropdown" id="menu1">
<a href="#menu1" class="dropdown-toggle" data-toggle="dropdown">
Resources
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="http://www.meetup.com/betanyc/messages/archive/" target="_blank">
<i class=icon-comment icon-white></i>
Our Meetup.com Discussion Forum</a>
</li>
<li>
<a href="http://facebook.com/group/betanyc" target="_blank">
<i class=icon-bullhorn icon-white></i>
Our Facebook Discussion Group</a>
</li>
<li>
<a href="http://www.meetup.com/betanyc/" target="_blank">
<i class=icon-user icon-white></i>
Our Gatherings on Meetup</a>
</li>
<li>
<a href="https://github.com/betanyc" target="_blank">
<i class=icon-wrench icon-white></i>
Our Code on GitHub</a>
</li>
<li>
<a href="http://betanyc.ideascale.com/" target="_blank">
<i class=icon-thumbs-up icon-white></i>
Idea List for Civic Apps and Open Data</a>
</li>
<li class="divider"></li>
<li>
<a href="http://blog.betanyc.org/" target="_blank">
<i class=icon-bullhorn icon-white></i>
Our BetaNYC Blog</a>
</li>
<li>
<a href="https://twitter.com/search?q=%23betanyc" target="_blank">
<i class=icon-retweet icon-white></i>
#betaNYC Tweets</a>
</li>
<li>
<a href="https://www.facebook.com/BetaNYC" target="_blank">
<i class=icon-bullhorn icon-white></i>
Our Facebook Page</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div> <!-- /.container -->
</div><!-- /.navbar-wrapper -->
<!-- Carousel - but not using at the moment
================================================== -->
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<p> <h1>BetaNYC is building a connected NYC by the people, for the people, for 21st Century.</h1> </p>
<p class="lead">
We are NYC’s civic technology and open government vanguard. We are an organizing force for local civic engagement - a network of civic - minded volunteers who contribute their skills toward government and community service.<br/><br/>
</p>
<a class="btn btn-large btn-primary"
href="http://www.meetup.com/betaNYC/" target="_blank">Join us</a>
</div>
</div>
</div>
</div>
</div><!-- /.carousel -->
<div class="container marketing">
<!-- 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" style = "height:70px">
<h2>Come To Our Events</h2>
<p>Frequently, we are hosting events that explain NYC's open data or give you a unique insight into a 21st Century NYC. Join us on <a href="http://www.meetup.com/betanyc/" target="_blank">meetup</a>.</p>
<p><a class="btn" href="#meetup">View details »</a></p>
</div><!-- /.span4 -->
<div class="span4">
<img src="images/community.png" style="height:70px">
<h2>Join Online Discussions</h2>
<p>We host open conversations on <a href="http://www.meetup.com/betanyc/messages/archive/" target="_blank">meetup.com</a> and <a href="http://facebook.com/group/betanyc" target="_blank">facebook.com</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">
<div class="logoGray"></div>
<h2>BetaNYC's Purpose</h2>
<p>The purpose of <a href="http://blog.betanyc.org" target="_blank">BetaNYC</a> is to build a community who sustains a thriving local civic technology ecosystem and <a href="http://codeforamerica.org/">Code for America's</a> goals and strategic outcomes. Check out our discussion groups or visit <a href="http://blog.betanyc.org" target="_blank">our blog</a> for more communications.
</p>
<p><a class="btn" href="#cfa">View more details »</a></p>
</div><!-- /.span4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Works In Progress. <span class="muted">Some Of Our Projects.</span></h2>
<p class="lead">
<ul class="lead">
<li>
Bike Share Best Practices
(<a href="https://github.com/BetaNYC/Bike-Share-Data-Best-Practices/wiki">Wiki</a>)</li>
<li>
The People’s Roadmap to a Digital New York City
(<a href="https://docs.google.com/document/d/1_hN-syKJPIfPicXfuhIlcf55SrbwJLM0rTkLrmx-Be4/edit?usp=sharing">Google Doc</a>)</li>
<li>
Check out our ReinventNYC.gov Hackathon submission, our name comes from this submission. (<a href="http://betanyc.github.io/ReinventNYC.gov/">URL to Demo</a>)
(<a href="https://github.com/BetaNYC/ReinventNYC.gov">URL to Code</a>) </li>
<a href="http://betanyc.ideascale.com/">Check out our <strong>list of future ideas!</strong></a>
Submit your Own Ideas, or Pick One To Work On.</li>
</ul>
</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<a href="http://brigade.codeforamerica.org/" target="_blank">
<img name="cfa" id="cfa" class="featurette-image pull-right" src="images/cfa_brigade_logo.png">
</a>
<h2 class="featurette-heading">Want To Help Your City? <span class="muted">Good, we could use your help.</span></h2>
<p class="lead">BetaNYC is building a connected New York City by the people, for the people, for 21st Century.<br/><br/>
We are NYC’s civic technology and open government vanguard. BetaNYC is an organizing force for local civic engagement - we are a network of civic-minded volunteers who contribute their skills toward digital platforms for government and community service.<br/><br/>
Since 2009, we have worked with elected officials to engage NYC’s technology community. We have helped pass transformative open government legislation, and have supported NYC’s civic oriented startups. <br/><br/><br/>
We are inaugural members of the <a href="http://nyctwg.org" target="_blank">NYC Transparency Working Group</a>, a groups who supports efforts to use information technology to make New York City government more open and accountable, and to get the greatest public value from the city's wealth of digital information.<br/><br/>
We are a <a href="http://brigade.codeforamerica.org/">Code for America Brigade</a>, which means we are volunteers that contribute our talents toward improving the way our local governments and community organizations use the web.<br/><br/>
Check out what <a href="http://brigade.codeforamerica.org/pages/activities" target="_blank">brigades do</a>, or watch the
<a href="http://codeforamerica.org/2012/03/08/jennifer-pahlka-at-ted-video/" target="_blank"> 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/betanyc/" target="_blank">
<img name="meetup" id="meetup" class="featurette-image pull-left" src="images/meetup.jpg">
</a>
<h2 class="featurette-heading">We Meet Often <span class="muted">Come Join Us.</span></h2>
<p class="lead">View our <a href="http://www.meetup.com/betanyc/" target="_blank"> Meetup.com site</a> for our next location and time. We try to meet every week to hack (develop), yack (discuss), and map (plan) our projects. We use this time to brainstorm on current issues and activities in and around NYC.</p>
</div>
<hr class="featurette-divider">
<div class="featurette">
<a href="http://www.meetup.com/betanyc/messages/archive/" target="_blank">
<img name="groups" id="groups" class="featurette-image pull-right" src="images/google_groups.png">
</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 an event? No problem. We collaborate on projects, ask for help, and post wins to our <a href="http://www.meetup.com/betanyc/messages/archive/">Meetup.com discussion list</a> or <a href="http://facebook.com/group/betanyc" target="_blank">Facebook discussion group</a>. Plug in and make NYC better. We welcome everyone...</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">You can follow us on twitter at <a href="http://twitter.com/betanyc" target="_blank">@BetaNYC</a>. BetaNYC is led by <a href="mailto:noel(**at**)betaNYC.us">Noel Hidalgo</a>, aka <a href="https://twitter.com/noneck">@noneck</a>, and co-organized with Ariel Kennan, Benjamin Arancibia, Emily Goldman, Hayley Richardson, Kara Chesal, Lauren Rennee, Lucio Tolentino, Terrance Beckett, Tong Xiang, Volkan Unsal, and Yasi Razvan. We want to hear from you! Contact us.</p>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>This code was build by <a href="http://codeforhamptonroads.org" target="_blank">Code for Hampton Roads</a> and is maintained by <a href="https://github.com/betanyc" target="_blank">BetaNYC</a>. Site Design Based on <a href="http://twitter.github.com/bootstrap">Bootstrap</a>, Some Images Provided by <a href="http://thenounproject.com">The Noun Project</a> and <a href = "http://www.flickr.com/photos/namoscato/">Nick Amoscato</a>.</p>
</footer>
</div><!-- /.container -->
</body>
</html>