-
Notifications
You must be signed in to change notification settings - Fork 2
/
hackkc.html
executable file
·296 lines (272 loc) · 13.9 KB
/
hackkc.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
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
---
layout: default
title: HACK KANSAS CITY - 2018
description: October 13th & 14th 2018
excerpt: Hack, Learn, Make Something Good #HACKKC
custom_js:
- tabletop
- tooltipster
---
<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: 17,
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 = [
['Plexpod Crossroads', 'Think Big Partners', 'undefined', 'undefined', 'undefined', 39.0929115, -94.5860336, '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];
}
var 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 = '';
}
}
$(document).ready(function() {
$('.interactive-tooltip').tooltipster({
theme: 'tooltipster-shadow',
trigger: 'hover',
contentAsHTML: true,
maxWidth: 500,
});
});
</script>
<style>
#umkc-map {
flex: 1;
flex-basis: 15em;
overflow: visible;
z-index: 1;
}
</style>
<section class="wrapper style3 special">
<div class="inner">
<div class="major">
<header class="major" style="margin-top: -40px; margin-bottom: -10px">
<h2>August 11, 2018<br>Discovery & Design Workshop for Hack KC</h2>
<!-- <a href="#">#hackKC</a>
<a href="#">@codeforkc</a> -->
</header>
<img class="image" src="../images/hackkc-2018-1st-banner.png" width="600"/>
<br><br>
<div style="text-align: center;">
<a href="https://www.eventbrite.com/e/discovery-design-workshop-for-hack-kc-tickets-47030752246"
class="button greenBtn" role="button" aria-pressed="true" >Register for the Discovery & Design Workshop</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeqvOEjX_cfVS77n1ZK34DOCi5PJbdMJVT4kYiDjTPvqcSPWw/viewform?c=0&w=1&includes_info_params=true"
class="button greenBtn" role="button" aria-pressed="true">Submit a Project</a>
</div>
</div>
</div>
</section>
<section class="wrapper style2 special">
<div class="inner">
<div class="major">
<h3>Join Code for KC to develop tech for good! </h3>
<p>Do you have a community-oriented idea that might benefit from a tech solution? Do you like to lend your skills to help people bring their ideas to life? Then this Discovery and Design Workshop (on the NationalDay of Civic Hacking) is for you—yes, you! Anyone can participate, and you don’t have to be an expert in technology.</p>
<p>This FREE event brings together people with the passion for doing good to collaborate in developing technology solutions that help others. Nonprofit professionals, urbanists, civic hackers, government staff developers, designers, project managers, community organizers and more are welcomed!</p>
<ul class="alt">
<li class="icons">9:00-9:30 | Welcome and Overview</li>
<li class="icons">9:30-11:30 | Ideation, Asset, and Project Brainstorming</li>
<li class="icons">11:30-12:30 | Lunch</li>
<li class="icons">12:30-2:30 | Project Refinement and Solution Work</li>
<li class="icons">2:30-5:00 | Next Steps (and Start Hacking)</li>
</ul>
<p>Project ideas developed at the event will go through additional development and preparation to participate in HackKC on October 13-14. <a href="https://www.eventbrite.com/e/hack-kc-2018-tickets-47997788678">Register here for Hack KC</a></p>
</div>
<q>
Change only happens when ordinary people get involved!
</q>
</div>
</section>
<section class="wrapper style1 special">
<div class="inner">
<div class="major">
<h3 class="content-panel-header">What is the Kansas City Code Brigade?</h3><br>
<!-- <img id="codeForKCLogo" class="logos" src="{{site.baseurl}}/images/codeforkclogo.jpg" width="450"> -->
<p>
Code for KC is a program of KC Digital Drive, and an affiliate of the national Code for America Brigade network. We work on civic tech projects throughout the year at our weekly Monday night hack nights. Hack KC is an annual hackathon that serves as a kickoff event for many of our projects. Unlike a typical weekend hackathon, our program is less about what can be built in a weekend or who can build the best or fastest, and more about what we can build to benefit the community.
</p>
</div>
</div>
</section>
<section class="wrapper style1 special" style="margin-top: -80px;">
<iframe align="center" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12386.38254882127!2d-94.5838449!3d39.0929074!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x369e99876fa592e7!2sPlexpod+Crossroads!5e0!3m2!1sen!2sus!4v1536200264750" width="900" height="450" frameborder="0" style="border: none;" allowfullscreen></iframe>
<br><br>
<div class="left-align">
<h3>Dates</h3>
<p>August 11, 2018<br/>9:00 AM - 4:30 PM</p>
</div>
<div class="left-align">
<h3>Location</h3>
<address>
Plexpod Crossroads<br/>
1712 Main St.<br/>
Kansas City, MO 64108
</address>
</div>
</section>
<section class="wrapper style2 special">
<div class="inner">
<div class="major">
<h3>How can I help?</h3>
<ul class="actions">
<li class="left">
<img class="left 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"/>
<!-- <span class="left">Community Organizers</span> -->
</li>
<li class="left">
<img class="left interactive-tooltip tooltipLeft"
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"/>
<!-- <span class="left">Government Officials</span> -->
</li>
<li class="left">
<img class="left 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> -->
</li>
<br><br><br>
<li class="left">
<img style="margin-left: -30px;" class="left 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> -->
</li>
<li class="left">
<img class="left 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> -->
</li>
<li class="left">
<img class="left 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> -->
</li>
</ul>
</div>
</div>
</section>
<!-- Projects -->
<section class="wrapper style3 special">
<div class="inner">
<div class="major">
<h3 class="content-panel-header">Projects</h3>
<div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeqvOEjX_cfVS77n1ZK34DOCi5PJbdMJVT4kYiDjTPvqcSPWw/viewform?c=0&w=1&includes_info_params=true"
class="button special" role="button" aria-pressed="true">Submit a Project</a>
</div>
<br>
<div id="projects" class="projects-container"></div>
</div>
</div>
</section>
<!-- /Projects -->
<section class="wrapper style1 special" style="background-color: #fff;">
<div class="inner">
<div class="major">
<h3 style="color: #333;">Sponsors</h3>
<ul class="actions">
<li class="icon"><a class="logos" href="http://thinkbigcoworking.com/" target="_blank">
<img src="{{ site.baseurl }}/images/ThinkBigCoworking.png" width="200"/>
</a></li>
<li class="icon"><a class="logos" href="https://fiber.google.com" target="_blank">
<img src="{{ site.baseurl }}/images/google-fiber.png" width="200"/>
</a></li>
<li class="icon"><a class="logos" href="http://www.polsinelli.com/" target="_blank">
<img src="{{ site.baseurl }}/images/Polsinelli_Color_logo.jpg" width="200"/>
</a></li>
<li class="icon"><a class="logos" href="http://www.kcdigitaldrive.org/" target="_blank">
<img src="{{ site.baseurl }}/images/kcdd-logo.png" width="200"/>
</a></li>
<li class="icon"><a class="logos" href="http://codeforkc.org/" target="_blank">
<img src="{{ site.baseurl }}/images/CodeForKC_Logo-01.png" width="200"/>
</a></li>
<li class="icon"><a class="logos" href="https://www.cerner.com/" target="_blank">
<img src="{{ site.baseurl }}/images/Cerner-Corporation-logo.png" width="200" />
</a></li>
<li class="icon"><a class="logos" href="https://www.plexpod.com/" target="_blank">
<img src="{{ site.baseurl }}/images/plexpod_logo.png" width="200" />
</a></li>
</ul>
</div>
<hr>
<h3 style="color: #333;">Supporters</h3>
<ul class="actions">
<li class="icon"><a class="logos" href="http://law.umkc.edu/" target="_blank">
<img src="{{ site.baseurl }}/images/umkc-law-stack_web_400px.jpg" width="200" />
</a></li>
<li class="icon"><a class="logos" href="http://www.kcmolandbank.org/" target="_blank">
<img src="{{ site.baseurl }}/images/land_bank_logo.png" width="200" />
</a></li>
<li class="icon"><a class="logos" href="http://www.lisc.org/kansas-city/" target="_blank">
<img src="{{ site.baseurl }}/images/LISC_logo.png" width="200" />
</a></li>
<li class="icon"><a class="logos" href="https://www.alt-cap.org/ccfindex/" target="_blank">
<img src="{{ site.baseurl }}/images/CCF_logo.jpg" width="200" />
</a></li>
</ul>
</div>
</div>
</section>