-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.87 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OpenSLC</title>
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href="/css/global.css" rel="stylesheet" media="screen" />
</head>
<body>
<div class="container">
<h1>OpenSLC</h1>
<h3>events</h3>
<ul class="projects">
<li><a href="http://www.meetup.com/cfabrigade/Salt-Lake-City-UT/832142/">March Brigade Meetup (date TBD)</a></li>
</ul>
<h3>our projects</h3>
<ul class="projects">
<li><a href="http://www.saltlakewiki.org">Salt Lake Wiki</a></li>
<li><a href="http://uta-wrapper.herokuapp.com">UTA Transit Mapper</a></li>
<li><a href="https://github.com/OpenSLC/ibikealot">SLC BikeALot</a></li>
<li>Adopt A Sidewalk (coming soon!)</li>
</ul>
<h3>the city’s projects</h3>
<ul class="projects">
<li><a href="http://slcplanning.uservoice.com/forums/110565-speakoutslc">SpeakOut SLC</a></li>
<li><a href="http://www.slcgov.com/opencityhall">Open City Hall</a></li>
<li>Textizen</li>
<li><a href="http://plansaltlake.com">Plan Salt Lake</a></li>
</ul>
<h3>engage</h3>
<ul>
<li><a href="https://groups.google.com/forum/?fromgroups#!categories/openslc">OpenSLC Google Group</a></li>
<li><a href="http://www.facebook.com/OpenSLC">OpenSLC Facebook Page</a></li>
<li>
Twitter:
<ul>
<li><a href="http://twitter.com/OpenSLC">OpenSLC</a></li>
<li><a href="http://twitter.com/slcCouncil">Salt Lake City Council</a></li>
<li><a href="http://twitter.com/SLCMayorsOffice">SLC Mayor's Office</a></li>
</ul>
</li>
</ul>
<h3>partners</h3>
<ul>
<li><a href="http://www.slcgov.com">Salt Lake City</a></li>
<li><a href="http://www.codeforamerica.org">Code for America</a></li>
</ul>
</div>
</body>
</html>