forked from c4tk/c4tk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
536 lines (396 loc) · 16.4 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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="code for the kingdom hackathon" />
<meta name="keywords" content="" />
<title>Home | Code for the Kingdom</title>
<!--[if lte IE 8]><script src="assets/css/ie/html5shiv.js"></script><![endif]-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/simple-expand.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-layers.min.js"></script>
<script src="assets/js/contact-form.js"></script>
<script src="assets/js/init.js"></script>
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<noscript>
<link rel="stylesheet" href="assets/css/skel.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/style-noscript.css" />
</noscript>
<link rel="stylesheet" href="assets/css/simple-expand.css" />
<link rel="stylesheet" href="assets/css/c4tk.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie/v9.css" /><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-20022203-4', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="index loading">
<!--
-->
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="index.html">Code for the Kingdom</a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li class="submenu">
<a href="">Menu</a>
<ul>
<li>
<a href="contact.html">Contact Us</a>
</li>
<li class="submenu"><a href="#">Events</a>
<ul>
<li>
<a href="bangalore2014.html">Bangalore 2014</a>
</li>
<li>
<a href="austin2013.html">Austin 2013</a>
</li>
<li>
<a href="austin2014.html">Austin 2014</a>
</li>
<li>
<a href="bayarea2013.html">Bay Area 2013</a>
</li>
<li>
<a href="bayarea2014.html">Bay Area 2014</a>
</li>
<li>
<a href="dfw2015.html">Dallas/Fort Worth 2015</a>
</li>
<li>
<a href="global2015.html">Global Event 2015</a>
</li>
<li>
<a href="orlando2015.html">Orlando 2015</a>
</li>
<li>
<a href="seattle2014.html">Seattle 2014</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="https://plus.google.com/communities/112803271040533425213" class="button special">Community</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>Code for the Kingdom</h2>
</header>
<p>Leadership Network Hackathons</p>
<div>Convening bright entrepreneurs, technologists, and creatives to use their gifts to advance the Gospel.</div>
<footer>
<ul class="buttons">
<li><a href="#about.md" class="button fit scrolly">Tell Me More</a></li>
</ul>
</footer>
</div>
</section>
<div class="container" role="main">
<article id="main">
<span id="about.md"></span>
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2>What is <strong>Code for the Kingdom?</strong></h2>
<p>Code for the Kingdom is a weekend hackathon and ongoing ecosystem where global issues are tackled from a Christian perspective.</p>
<p>Join an incredible group of individuals who are applying their skills and experiences to advance common good and serve God’s Kingdom.
In collaboration with innovative nonprofits and churches, we’ll write code and create technology to help release the oppressed, teach God’s Word, heal the sick, feed the hungry, clothe the naked, and support the church and the body of Christ.</p>
<p>Make a difference by writing much-needed code or designing beautiful interfaces. Find a community of peers who want to have fun while serving the Lord.</p>
<div class="video-container"><iframe width="560" height="315" src="//www.youtube.com/embed/hNCyqX-4PBY?rel=0" frameborder="0" allowfullscreen></iframe></div>
</header>
<span id="upcoming_events.md"></span>
<section class="wrapper style3 container special-alt">
<header class="major">
<h2>Check out <strong>upcoming events</strong></h2>
</header>
<div class="row">
<div class="6u">
<a href="dfw2015.html">
<section class="event-image" style="background-image: url(assets/images/events/dallas.jpg);">
<div class="image-overlay">
<h3>Dallas/Fort Worth March 20-22, 2015</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="orlando2015.html">
<section class="event-image" style="background-image: url(assets/images/events/orlando.jpg);">
<div class="image-overlay">
<h3>Orlando May 22-24, 2015</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="global2015.html">
<section class="event-image" style="background-image: url(assets/images/events/global_weekend.jpg);">
<div class="image-overlay">
<h3>Global Weekend Oct 2-4, 2015</h3>
</div>
</section>
</a>
</div>
</div>
<!--
<footer class="major">
<ul class="buttons">
<li><a href="#" class="button">See More</a></li>
</ul>
</footer>
-->
</section>
<span id="past_events.md"></span>
<section class="wrapper style3 container special">
<header class="major">
<h2> See <strong>past events</strong></h2>
</header>
<div class="row">
<div class="6u">
<a href="bangalore2014.html">
<section class="event-image" style="background-image: url(assets/images/events/bangalore.jpg);">
<div class="image-overlay">
<h3>Bangalore Oct 31-Nov 2, 2014</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="austin2014.html">
<section class="event-image" style="background-image: url(assets/images/events/austin2.jpg);">
<div class="image-overlay">
<h3>Austin Sep 12-14, 2014</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="bayarea2014.html">
<section class="event-image" style="background-image: url(assets/images/events/bayarea.jpg);">
<div class="image-overlay">
<h3>Bay Area 2014</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="seattle2014.html">
<section class="event-image" style="background-image: url(assets/images/events/seattle1.jpg);">
<div class="image-overlay">
<h3>Seattle 2014</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="austin2013.html">
<section class="event-image" style="background-image: url(assets/images/events/austin2.jpg);">
<div class="image-overlay">
<h3>Austin 2013</h3>
</div>
</section>
</a>
</div>
<div class="6u">
<a href="bayarea2013.html">
<section class="event-image" style="background-image: url(assets/images/events/sf1.jpg);">
<div class="image-overlay">
<h3>Bay Area 2013</h3>
</div>
</section>
</a>
</div>
</div>
<!--
<footer class="major">
<ul class="buttons">
<li><a href="#" class="button">See More</a></li>
</ul>
</footer>
-->
</section>
<span id="press.md"></span>
<section class="wrapper style4 container special">
<header class="special container">
<h2><span class="icon fa-comments-o"></span> What Others Are Saying</h2>
</header>
<div class="row">
<div class="4u">
<section>
<a href="http://www.geekwire.com/2014/faith-based-hackathon-meets-impact-hub/" target="_blank">
<img class="" style="float:left; vertical-align:middle;" alt="geekwire" src="http://sf.codeforthekingdom.org/wp-content/uploads/sites/6/2014/04/geekwire.jpg" width="104" height="104">
Top projects from ‘Code for the Kingdom,’ a faith-based hackathon for spiritual geeks
</a>
</section>
</div>
<div class="4u">
<section>
<a href="http://www.pbs.org/idealab/2013/07/christian-hackathon-highlights-14-religious-app-ideas" target="_blank" style="">
<img class="" style="float: left;" alt="pbs" src="http://sf.codeforthekingdom.org/wp-content/uploads/sites/6/2014/04/pbs.jpg" width="102" height="102">
<span style="">Is there such a thing as Christian hacking?</span>
</a>
</section>
</div>
<div class="4u">
<section>
<a href="http://www.gospelherald.com/articles/48392/20130711/silicon-valley-hackathon-attracts-150-top-technologists-to-code-for-christian-missions.htm" target="_blank">
<img class="image fit" alt="gospel" src="http://sf.codeforthekingdom.org/wp-content/uploads/sites/6/2014/04/gospel.png" width="239" height="65">
Silicon Valley Hackathon Attracts 150 Top Technologists to Code for Christian Missions.
</a>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<section>
<a href="http://robhoskins.com/hacking-for-jesus/" target="_blank">
<img class="image fit" alt="robho" src="http://sf.codeforthekingdom.org/wp-content/uploads/sites/6/2014/04/robho1-300x34.jpg" width="240" height="48">
Hacking for Jesus
</a>
</section>
</div>
</div>
<p>
</p>
</section>
<span id="sponsors.md"></span>
<section class="wrapper style4 container special">
<header class="special container">
<h2><span class="icon fa-heart"></span> Special thanks to our sponsors</h2>
</header>
<div class="row">
<div class="4u">
<a href="http://www.faithcomesbyhearing.com" class="sponsor-image">
<img src="assets/images/sponsors/FBCH.png" alt="Faith Comes By Hearing" title="Faith Comes By Hearing">
</a>
</div>
<!-- section -->
<div class="4u">
<a href="http://www.generis.com" class="sponsor-image">
<img src="assets/images/sponsors/generis.png" alt="Generis" title="Generis">
</a>
</div>
<!-- section -->
<div class="4u">
<a href="http://www.leadnet.org" class="sponsor-image">
<img src="assets/images/sponsors/leadnet-logo.jpg" alt="Leadership Network" title="Leadership Network">
</a>
</div>
<!-- section -->
<div class="4u">
<a href="http://www.onehope.net" class="sponsor-image">
<img src="assets/images/sponsors/one-hope.png" alt="One Hope" title="One Hope">
</a>
</div>
<!-- section -->
<div class="4u">
<a href="http://www.theotech.org" class="sponsor-image">
<img src="assets/images/sponsors/theotech_logo_small.png" alt="TheoTech" title="TheoTech">
</a>
</div>
</div>
</section>
<span id="contact.md"></span>
<article id="contact">
<header class="special container">
<span class="icon fa-envelope"></span>
<h2>Contact Us</h2>
<p>To learn more about Code for the Kingdom, how you can help organize a hackathon, or sponsorship opportunities please use the form below.</p>
</header>
<!-- One -->
<section class="contact-form wrapper style4 special container">
<!-- Content -->
<div class="content">
<form class="contact-form" data-action-path="http://formspree.io/chris.armas@leadnet.org" method="post">
<div class="row half no-collapse-1">
<div class="6u">
<input type="text" name="name" placeholder="Name" />
</div>
<div class="6u">
<input type="email" name="_replyto" placeholder="Email" />
</div>
</div>
<div class="row half">
<div class="12u">
<input type="text" name="subject" placeholder="Subject" />
</div>
</div>
<div class="row half">
<div class="12u">
<textarea name="message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<div class="row">
<div class="12u">
<ul class="buttons">
<li><button type="submit" class="button special">Send Message</button></li>
</ul>
</div>
</div>
</form>
</div>
</section>
</article>
<span id="social.md"></span>
</article>
<!--
Content:
1. Brand + Home + Menu + Default Action
2. Banner slider (1. Next Event, 2. Recent Event, 3. Other)
3. What is Code for the Kingdom?
4. Press
5. Upcoming Events (Austin)
6. Past Events (Bay Area, Seattle, etc.)
7. Contact Us
8. Social Media
Default Action:
A modal that lets people:
1. Connect to the G+ community
2. Contact to become a sponsor
3. Register for an upcoming event
4. Start your own C4TK
-->
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a target="_blank" href="https://twitter.com/code4thekingdom" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<!--<li><a href="#" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>-->
<li><a target="_blank" href="https://plus.google.com/communities/112803271040533425213" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<!--<li><a href="#" class="icon circle fa-github"><span class="label">Github</span></a></li>-->
<!--<li><a href="#" class="icon circle fa-dribbble"><span class="label">Dribbble</span></a></li>-->
</ul>
<span class="copyright">© 2014 Code for the Kingdom. All rights reserved.</span>
<br/>
<span class="copyright"> Design by: <a href="http://html5up.net">HTML5 UP</a>. Created by: <a href="http://www.twitter.com/meritandgrace">@meritandgrace</a></span>
</footer>
<script type="text/javascript">
$('.expander').simpleexpand();
</script>
</body>
</html>