forked from codeforkansascity/codeforkansascity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackkc.html
More file actions
334 lines (310 loc) · 14.8 KB
/
hackkc.html
File metadata and controls
334 lines (310 loc) · 14.8 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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
---
layout: ndoch
title: HACK KANSAS CITY - 2017
excerpt: Hack, Learn, Make Something Good #HACKKC
is_nocd_2015: true
custom_css:
- hackkc2017
custom_js:
- tabletop
- hackkc-2017-projects
- showdown
- ndoch-2017
---
<script src='https://maps.googleapis.com/maps/api/js?key=AIzaSyDQNzkJUiUJBqI_pex-Xe9_1JD4sf2KZS8&sensor=false&extension=.js'></script>
<script>
google.maps.event.addDomListener(window, 'load', init);
var map;
function init() {
var mapOptions = {
center: new google.maps.LatLng(39.0929229, -94.5860675),
zoom: 15,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.DEFAULT,
},
disableDoubleClickZoom: true,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
},
scaleControl: false,
scrollwheel: false,
panControl: false,
streetViewControl: false,
draggable: false,
overviewMapControl: true,
overviewMapControlOptions: {
opened: false,
},
mapTypeId: google.maps.MapTypeId.ROADMAP,
}
var mapElement = document.getElementById('umkc-map');
var map = new google.maps.Map(mapElement, mapOptions);
var locations = [
['Think Big Partners', 'Think Big Partners', 'undefined', 'undefined', 'undefined', 39.0929229, -94.5860675, 'https://mapbuildr.com/assets/img/markers/default.png']
];
for (i = 0; i < locations.length; i++) {
if (locations[i][1] == 'undefined') {
description = '';
} else {
description = locations[i][1];
}
if (locations[i][2] == 'undefined') {
telephone = '';
} else {
telephone = locations[i][2];
}
if (locations[i][3] == 'undefined') {
email = '';
} else {
email = locations[i][3];
}
if (locations[i][4] == 'undefined') {
web = '';
} else {
web = locations[i][4];
}
if (locations[i][7] == 'undefined') {
markericon = '';
} else {
markericon = locations[i][7];
}
marker = new google.maps.Marker({
icon: markericon,
position: new google.maps.LatLng(locations[i][5], locations[i][6]),
map: map,
title: locations[i][0],
desc: description,
tel: telephone,
email: email,
web: web
});
link = '';
}
}
</script>
<style>
#umkc-map {
flex: 1;
flex-basis: 15em;
}
</style>
<div class="hero">
<div class="container">
<img class="responsive-img" src="../images/civic_hacking_logo_two.png" width="600"/>
<p class="hero-event-date">
<span>September 23-24, 2017</span>
<a href="#">#hackKC</a>
<a href="#">@codeforkc</a>
</p>
<p>
<a href="https://www.eventbrite.com/e/hackkc-2017-tickets-36875066316"
class="btn btn-success btn-lg active registration-btn" role="button" aria-pressed="true">Register
Today!</a>
</b>
</div>
<div class="hero-event-overview" style="background: #000;">
<p class="container">Join local designers, developers, doers and thinkers with a passion for making local
government work better through technology.</p>
</div>
</div>
<div class="content-panel">
<q>
Change only happens when ordinary people get involved!
</q>
<div class="container">
<p>Join Code For KC for an exciting two day hackathon where we design and create solutions that solve community
problems. Do you love designing and coding? How does working on open source while solving practical problems
sound to you? Then join us for this exciting two day event!</p>
<p>The fun doesn't stop there either! Projects continue well after the hackathon until they are complete. Some
apps from previous years have stayed on board for years!</p>
</div>
<div class="button-center">
<a href="https://www.eventbrite.com/e/hackkc-2017-tickets-36875066316" class="btn btn-success btn-lg active"
role="button" aria-pressed="true">Register Today!</a>
</div>
</div>
<div class="content-panel projects">
<h3 class="content-panel-header">What is Code For KC?</h3>
<div class="container">
<p>
Code For KC is a non profit group who utilizes modern technology to solve civic problems. We want to address real problems in our community, such as environmental issues, transportation problems, and many more using open source coding networks.
</p>
</p>
Our projects are created around the idea that there are real issues in our community that can have a technological solution. Through collaboration and networking we create a community-based solution and follow through with a team of coders, designers, writers (and more!) to implement that solution.
</p>
</div>
</div>
<div class="content-panel event-info">
<div class="container event-info-container">
<div class="event-details">
<h3>Dates</h3>
<p>September 23, 2017<br/>9:00 AM - 4:30 PM
<p>
<p>September 24, 2017<br/>9:00 AM - 4:30 PM</p>
<h3>Location</h3>
<address>
Think Big Partners<br/>
1712 Main St.<br/>
Kansas City, MO 64108
</address>
</div>
<div id='umkc-map'></div>
</div>
</div>
<div class="content-panel schedule-of-events">
<h3 class="content-panel-header">Schedule of Events</h3>
<div class="container">
<div class="projects-container">
<div class="collapsible-panel">
<h3 class="header">
Pre Hack KC - Planning
<span class="toggler">▼</span>
</h3>
<div class="collapsible-panel-inner">
<div class="collapsible-panel-content">
<h5>Monday Nights Leading up to Hack KC:</h5>
<p>There are four hack night workshop sessions designed to make projects be successful. We encourage individuals planning to participate in Hack KC to join us for as many workshop sessions as possible.
</p>
<ul>
<li>Aug 21st: <a href="https://www.eventbrite.com/e/hacking-tools-101-w-code-for-kc-tickets-37020864402">Hacking Tools 101 - Register</a></li>
<li>Aug 28th: <a href="https://www.eventbrite.com/e/project-canvas-and-value-proposition-w-code-for-kc-tickets-37031165212">Project Canvas and Value Proposition - Register</a></li>
<li>Sep: 4th: NO MEETING Labor Day
<li>Sep 11th: <a href="https://www.eventbrite.com/e/pitching-and-team-building-w-code-for-kc-tickets-37031392893">Pitching and Team Building - Register</a></li>
<li>Sep 18th: <a href="https://www.eventbrite.com/e/meet-and-greet-for-hack-kc-tickets-37033262485">Meet and Greet - Register</a></li>
</ul>
</div>
</div>
</div>
<div class="collapsible-panel">
<h3 class="header">
Hack KC - Start Building
<span class="toggler">▼</span>
</h3>
<div class="collapsible-panel-inner">
<div class="collapsible-panel-content">
<h5>The Event</h5>
<p>Join Code for KC for an exciting two day hackathon where we write apps that solve community problems.</p>
<p>We will also have a few 1 hour classes to teach crash courses in things like design and GIS - stay tuned for more information on those! </p>
<h5>Saturday September 23rd</h5>
<ul>
<li>9:00 am Registration and Breakfast</li>
<li>9:30 am Introductions</li>
<li>10:00 am Project Pitches</li>
<li>11:30 am Lunch and hacking</li>
<li>4:30 pm Fin</li>
</ul>
<h5>Sunday September 24th</h5>
<ul>
<li> 9:00 am Doors open for Hacking</li>
<li>11:30 am Lunch</li>
<li>3:00 pm Project Report Back</li>
<li>4:30 pm Fin</li>
</ul>
</div>
</div>
</div>
<div class="collapsible-panel">
<h3 class="header">
Post Hack KC - Finish
<span class="toggler">▼</span>
</h3>
<div class="collapsible-panel-inner">
<div class="collapsible-panel-content">
<h5>Monday Nights</h5>
<p>Hack KC is more than a weekend hack event.
Projects continue until they are complete at Monday night HackNights.</p>
<p>Throughout the year, we are on the lookout throughout across our KC Digital Drive community partners looking for compelling project
opportunities, and Code for KC is the primary avenue for bringing civic tech projects with a software development angle to life.</p>
<p>We look for projects that may take 60-80 hours of time over the course of 6-12 months and deliver meaningful impact in the community, largely through our weekly hack nights.
But these projects take all sorts of shapes, from Made in KC and localstart.org, which launched at our first event in 2013, to Community KC, to I Got Mine.</p>
<p>Check out current projects in development or submit your own below.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="content-panel attendee-profiles">
<h3 class="content-panel-header">How can I help? <br/><small>Click icon for details!</small></h3>
<div class="attendee-profiles-container">
<figure>
<img class="interactive-tooltip"
title="We want to know who we’re coding for! Help us reach our residents, understand their needs. Connect us to partner groups and individual volunteers."
src="{{ site.baseurl }}/images/community_organizers.svg"/>
<figcaption>Community Organizers</figcaption>
</figure>
<figure>
<img class="interactive-tooltip"
title="We love government partners. No one does a better job connecting us to the city’s existing resources. We welcome staff to collaborate with us on development projects and connecting to users across the KC Metro area."
src="{{ site.baseurl }}/images/ndoch_2017_government.svg"/>
<figcaption>Government Officials</figcaption>
</figure>
<figure>
<img class="interactive-tooltip"
title="Building tools that are well-made, user friendly, and aesthetically pleasing is important to us, but we need help! Graphic Designers, UX Designers, HCI Designers… we welcome you all!"
src="{{ site.baseurl }}/images/ndoch_2017_designers.svg"/>
<figcaption>Designers</figcaption>
</figure>
<figure>
<img class="interactive-tooltip"
title="We need people who know how to code and build usable tech. It’s the core of what we do. We’re constantly improving our network of local experts from all programming languages and backgrounds, to make us more effective, efficient, and flexible."
src="{{ site.baseurl }}/images/ndoch_2017_hackers.svg"/>
<figcaption>Hackers</figcaption>
</figure>
<figure>
<img class="interactive-tooltip"
title="We want to work with our city, and for our city. You can help us connect to local resources, identify areas of need, and troubleshoot our solutions. Help us figure out what fits into KC."
src="{{ site.baseurl }}/images/ndoch_2017_urbanists.svg"/>
<figcaption>Urbanists</figcaption>
</figure>
<figure>
<img class="interactive-tooltip"
title="We build things for Kansas City to use, and we need people to tell us how we’re doing. User testing and feedback help us improve, and you don’t need a technical background to do it!<br/><br/>We also need greeters and assistants for the event to keep everything on schedule and running smoothly."
src="{{ site.baseurl }}/images/ndoch_2017_public.svg"/>
<figcaption>Public</figcaption>
</figure>
</div>
</div>
<div class="content-panel projects">
<div class="container">
<h3 class="content-panel-header">Projects</h3>
<div class="button-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeqvOEjX_cfVS77n1ZK34DOCi5PJbdMJVT4kYiDjTPvqcSPWw/viewform?c=0&w=1&includes_info_params=true"
class="btn btn-primary btn-lg active" role="button" aria-pressed="true">Submit a Project</a>
</div>
<div id="projects" class="projects-container"></div>
</div>
</div>
<div class="content-panel sponsors">
<div class="container">
<h3 class="content-panel-header">Sponsors</h3>
<div class="sponsors-container">
<a class="logos" href="http://thinkbigcoworking.com/" target="_blank">
<img src="{{ site.baseurl }}/images/ThinkBigCoworking.png" width="200"/>
</a>
<a class="logos" href="http:/app.mysidewalk.com/" target="_blank">
<img src="{{ site.baseurl }}/images/MySidewalk_Logo-RGB.png" width="200"/>
</a>
<a class="logos" href="http:/kcmo.org/" target="_blank">
<img src="{{ site.baseurl }}/images/KCMOlogo.png" width="200"/>
</a>
<span></span>
</div>
</div>
</div>
<div class="content-panel sponsors">
<div class="container">
<h3 class="content-panel-header">Organizers</h3>
<div class="sponsors-container">
<a class="logos" href="http://www.kcdigitaldrive.org/" target="_blank">
<img src="{{ site.baseurl }}/images/kcdd-logo.png" width="200"/>
</a>
<a class="logos" href="http://codeforkc.org/" target="_blank">
<img src="{{ site.baseurl }}/images/CodeForKC_Logo-01.png" width="200"/>
</a>
<span></span>
</div>
</div>
</div>