forked from Code4HR/code4hr
-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
252 lines (203 loc) · 8.02 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
250
251
252
---
layout: default
title: Code for Kansas City | A Code for America Brigade
is_front: true
custom_js:
- homepage-projects
- showdown
---
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
<style>
body {
color: #000;
}
.card {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card {
margin-top: 10px;
box-sizing: border-box;
border-radius: 2px;
background-clip: padding-box;
background-color: #85aed2;
color: #000;
}
.card span.card-title {
color: #000;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
.card .card-image {
position: relative;
overflow: hidden;
}
.card .card-image img {
border-radius: 2px 2px 0 0;
background-clip: padding-box;
position: relative;
z-index: -1;
}
.card .card-image span.card-title {
position: absolute;
bottom: 0;
left: 0;
padding: 16px;
}
.card .card-header {
padding: 16px;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
box-sizing: border-box;
position: relative;
bottom: 0;
left: 0;
}
.card .card-content {
padding: 0 16px 16px 16px;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
box-sizing: border-box;
background-color: #000;
color: #111;
padding-top: 4px;
min-height: 100px;
font-size: 21px;
font-weight: 300;
line-height: 1.4;
}
.card .card-content p {
margin: 0;
color: inherit;
}
.card .card-content span.card-title {
line-height: 48px;
}
.card .card-action {
border-top: 1px solid rgba(160, 160, 160, 0.2);
padding: 16px;
}
.card .card-action p {
color: #111;
margin-right: 16px;
/*transition: color 0.3s ease;*/
text-transform: uppercase;
}
.card .card-action a {
/*color: #111;*/
margin-right: 16px;
font-weight: bold;
/*transition: color 0.3s ease;*/
text-transform: uppercase;
}
.card .card-action a:hover {
/*color: #ffd8a6;*/
/*text-decoration: none;*/
background-color: #fff;
font-weight: bold;
}
/* http://stackoverflow.com/questions/19196082/bootstrap-how-to-stack-divs-of-different-heights
and referred to http://www.bootply.com/85737
*/
.row2 {
-moz-column-width: 28em;
-webkit-column-width: 28em;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
}
.menu-category {
display: inline-block;
margin: 0.25rem;
padding: 1rem;
width: 100%;
}
</style>
<script>
if (window.location.href == "http://codeforkc.org") {
window.location.replace("https://codeforkc.org");
};
</script>
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-md-12">
<h1 style="color: #000">Who We Are</h1>
<p style="color: #000" class="lead">We're a group of civic-minded
geeks who volunteer our talents to projects that improve how our local governments and community
organizations use the web. We strive for principles of open data and technology advocacy for civic good and
are supported by our host organization, <a target="_blank" href="http://www.kcdigitaldrive.org/">KC Digital
Drive</a>. The
Brigade is about action, so join us at a Hack
Night where we’ll commit code to make a difference in our city!</p>
<!--
<h1>HackKC Midpoint Roundup</h1>
<p>Join us August 31, from 6-8pm upstairs in the big room at the Sprint Accelerator for pizza and geeking out as
we hear progress reports from teams who participated in HackKC: The National Day of Civic Hacking hackathon
this past June.</p>
<p>We'll also welcome people from the community with ideas for technology projects to come pitch their
ideas.</p>
<h2>Meet the Teams</h2>
<p class="lead">Since the HackKC hackathon in June teams have been working hard at our weekly Hack Night to
develop apps
that citizens of Kansas City will use to enhance the way they interact with their local government and
communities around them. These teams include:</p>
-->
<!-- <a name="project-list"></a>
<div id="projects" name="projects" class="menu row2">
</div>
<br>
<h1 style="color: #000">Delivered Projects</h1>
<h3><a href="http://communitykc.org" target="_blank">CommunityKC Mapping Tool</a></h3>
<p style="padding-bottom: 1em; margin-bottom: 1em;"><a href="http://communitykc.org" target="_blank"><img style="width: 100%; max-width: 1000px;" name="groups" class="featurette-image pull-left"
src="images/community-kc-2.gif"
alt="Screen shot of CommunityKC.org"/></a></p>
<br style="clear: both">
<br style="clear: both">
<h3 style="padding-top: 1em; margin-top: 1em;"><a href="http://igotmineinkc.org/" target="_blank">I Got Mine in KC</a></h3>
<p><a href="http://igotmineinkc.org/" target="_blank"><img style="width: 100%; max-width: 1000px;" name="groups" class="featurette-image pull-left"
src="images/i-got-mine.gif"
alt="Screen shot of I Got Mine in KC"/></a></p>
<br style="clear: both"> -->
<!-- <h1 class="index" style="color: #000">Hack With Us</h1>
<p class="lead" style="color: #000">We meet every week on Monday night to hack, socialize and learn. Join us on <a target="_blank" href="https://www.meetup.com/KCBrigade/">Meetup</a> for the
latest info. Upcoming meetings:</p>
-->
<!-- RSS Feed -->
<!-- <noscript>
<a href="http://feed2js.org//feed2js.php?src=https%3A%2F%2Fwww.meetup.com%2FKCBrigade%2Fevents%2Frss%2F&num=3&targ=y&utf=y&html=y">View RSS feed</a>
</noscript>
<table style="font-size: 18px">
<tr>
<td style="width:50%">
<script language="JavaScript" src="http://feed2js.org//feed2js.php?src=https%3A%2F%2Fwww.meetup.com%2FKCBrigade%2Fevents%2Frss%2F&num=3&targ=y&utf=y" charset="UTF-8" type="text/javascript"></script>
</td>
<td style="width:50%">
<script>
document.write('<div class="rss-box">');
var d1 = new Date();
d1 = new Date(d1.setDate(d1.getDate() + 1 - d1.getDay()));
document.write(d1.toDateString() + '<br/>')
var d2 = new Date();
d2 = new Date(d2.setDate(d2.getDate() + 7 + 1 - d2.getDay()));
document.write(d2.toDateString() + '<br/>')
var d3 = new Date();
d3 = new Date(d3.setDate(d3.getDate() + 14 + 1 - d2.getDay()));
document.write(d3.toDateString() + '<br/>')
document.write('</div>');
</script>
</td>
</tr>
</table> -->
<!--<h1 class="index" style="text-align: center">Thanks to our Sponsors</h1>
<p style="text-align: center"><img name="groups" class="featurette-image" src="images/google-fiber.png"
alt="Google Fiber our Sponsor"/></p>
<br style="clear: both">
<p class="lead">Interested in becoming a sponsor? Contact Aaron at KC Digital Drive:
[email protected]</p>-->
<h1 style="color: #000" class="index">Stay in Touch</h1>
<p style="color: #000" class="lead">Got a question? Contact Brigade captain Paul Barham at <a href="mailto:[email protected]">[email protected]</a>. Sign up for
our
<a target="_blank" href="http://eepurl.com/7gbQP ">mailing list</a> to receive updates.
</p>
</div>
</div>