-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (192 loc) · 10.7 KB
/
index.html
File metadata and controls
209 lines (192 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>hackMGM</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> -->
<link rel="stylesheet" href="./css/bootstrap.flatly.min.css">
<link rel="stylesheet" href="./css/site.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<!--<nav class="navbar navbar-inverse navbar-fixed-top">-->
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">hackMGM</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home<span class="sr-only">(current)</span></a></li>
<li><a href="about.html">About</a></li>
<li><a href="getinvolved.html">Get Involved</a></li>
<li><a href="https://github.com/codeforamerica/codeofconduct" target="_blank">Code of Conduct</a></li>
<li class="dropdown">
<!--<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>-->
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/hackmgm" target="_blank"><i class="fa fa-github fa-2x"></i></a></li>
<li><a href="https://www.meetup.com/hackMGM/" target="_blank"><i class="fa fa-meetup fa-2x"></i></a>
</li>
<li><a href="https://twitter.com/hackmgm" target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="https://www.facebook.com/groups/hackMGM/" target="_blank"><i
class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://hackmgm.signup.team/" target="_blank"><i class="fa fa-slack fa-2x"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div id="heroimage">
<div class="jumbotron">
<div class="container">
<a href="https://www.meetup.com/hackMGM/" target="_blank">
<img src="assests/images/logo.png" class="img-responsive" alt="hackMGM Logo">
</a>
<p id="tag-line">We're a community of creatives, makers, developers and doers, working together to build a
better MGM.</p>
<p><a class="btn btn-primary btn-lg" href="about.html" role="button">Learn more »</a>
<a class="btn btn-primary btn-lg" href="submit_idea.html" role="button">Submit an Idea »</a></p>
</div>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<h2>Upcoming Events</h2>
<div id="upcomingList">
</div> <!-- End upcomingList -->
</div>
<div class="col-md-6 text-center">
<div id="meetup-stats">
<a href="https://www.meetup.com/hackMGM/" target="_blank"><img
src="assests/images/logo-meetup.svg"></a>
<!-- <img class="img-responsive center-block" id="meetup-swarm" src="assests/images/logo--mSwarm.svg"> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" id="project-section">
<h2 class="text-center" id="project-section-h2">In the News</h2>
<div class="row">
<div class="col-md-6">
<h3>CrimeStoppers</h3>
<p>One of the initial projects done for the CrimeStoppers local Montgomery organization
under the early #revolutionMGM movement. Some of the same creators have started up the
#hackMGM group. </p>
<p><a class="btn btn-primary"
href="http://www.montgomeryadvertiser.com/story/news/crime/2014/12/10/tech-group-helps-fight-crime/20210577/"
role="button" target="_blank">View details »</a></p>
</div>
<div class="col-md-6">
<h3>New Developer Hub</h3>
<p>Expecting a new developer/creator hub in downtown Montgomery. This is exciting news. We
are overjoyed at the forethought of some community advocates to come forward with this
building project.</p>
<p><a class="btn btn-primary"
href="http://www.montgomeryadvertiser.com/story/news/2017/04/24/first-step-smart-city/100852010/"
role="button" target="_blank">View details »</a></p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>hackMGM a Code for America Brigade</h3>
<p>hackMGM becomes a Code for America Brigade.</p>
<p><a class="btn btn-primary"
href="http://www.montgomeryadvertiser.com/story/news/2016/08/30/hacking-montgomery-local-techies-get-national-backing/89581684/"
role="button" target="_blank">View details »</a></p>
</div>
<div class="col-md-6">
<h3>Montgomery Transit System</h3>
<p>hackMGM contributed to the RFP in order to help with the city's effort to realize an
opendata API with real time tracking for the Montgomery Transit System. We were honored
to collaborate with the city and just be thinkers in this effort.</p>
<p><a class="btn btn-primary"
href="http://www.montgomeryadvertiser.com/story/news/2016/03/17/hack-mgm-city-bus-data-open-public/81486378/"
role="button" target="_blank">View details »</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="row">
<!-- <div class="hashtag"><a class="hashtag-link" href="https://twitter.com/#hackmgm">#hackmgm</a>
</div> -->
<a class="twitter-timeline" href="https://twitter.com/hashtag/hackmgm"
data-widget-id="769604737712984065">#hackmgm Tweets</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 class="row">
<div id="idea-submit" class="col-md-12">
<!--- <img id="idea-img" src="assests/images/anthropomorphic-2029677_1280.png"> -->
<a href="submit_idea.html" class="btn btn-warning btn-lg btn-block btn-huge">Submit an idea!</a>
</div>
</div>
</div>
</div>
</div>
<hr>
<footer>
<p>© 2017 hackMGM</p>
</footer>
</div> <!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="hackmgm_meetup.js"></script>
<script>
$(document).ready(function () {
upcomingEvents();
groupStats();
});
</script>
</body>
</html>