This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
483 lines (470 loc) · 24.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Apps For X Light</title>
<!-- Meta tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A static onepage template perfect for your last-minute hackathon website!">
<meta name="keywords" content="Apps For X Light, Hackathon, Template, Light, Open Knowledge Belgium">
<meta name="author" content="Open Knowledge Belgium">
<meta property="og:title" content="Apps For X Light" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/openknowledgebe/AppsForXLight" />
<!--<meta property="og:image" content="/" />-->
<meta property="og:description" content="A static onepage template perfect for your last-minute hackathon website!" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://github.com/openknowledgebe/AppsForXLight" />
<meta name="twitter:title" content="Apps For X Light" />
<meta name="twitter:description" content="A static onepage template perfect for your last-minute hackathon website!" />
<!--<meta name="twitter:image" content="" />-->
<meta name="twitter:url" content="https://github.com/openknowledgebe/AppsForXLight/" />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet" type="text/css">
<link href="css/main.min.css" rel="stylesheet">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebPage",
"name" : "Apps For X",
"url" : "https://github.com/openknowledgebe/AppsForXLight",
"reviewedBy" : "Open Knowledge Belgium",
"lastReviewed" : "2016-04-28",
"speciality" : "Hackathons",
"mainContentOfPage" : "Hackathons"
}
</script>
</head>
<body>
<!--
NAVIGATION
-->
<nav class="navbar shadow">
<div class="nav-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed bg-white" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bg-blue"></span>
<span class="icon-bar bg-blue"></span>
<span class="icon-bar bg-blue"></span>
</button>
<a href="#" class="navbar-brand"><img src="http://placehold.it/150x60" alt="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<!-- <li><a href="#top">Home</a></li> -->
<li><a href="#site-info">About</a></li>
<li><a href="#site-programme">Programme</a></li>
<li><a href="#site-register">Sign up</a></li>
<li><a href="#site-timeline">Timeline</a></li>
<li><a href="coc.html">Code of Conduct</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!--
INTRO BLOCK
-->
<div id="site-intro" class="section text-center bg-white">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-yellow">Apps for X Light</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
<h2>Your slogan here!</h2>
</div>
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 bg-white">
<div class="col-xs-12 col-sm-6 text-yellow">
<br>
<i class="fa fa-calendar fa-5x info-icon "></i>
<span class="info-small">Fri-Sat</span>
<span class="info-nr">29-30</span>
<span class="info-small">April</span>
<br>
</div>
<div class="col-xs-12 col-sm-6 text-blue">
<br>
<i class="fa fa-map-marker fa-5x info-icon"></i>
<span class="info-small">Name of the building</span>
<span class="info-small">Street name<br>Postal Code - Location</span>
<br>
</div>
</div>
</div>
</div>
</div>
<!--
ABOUT BLOCK
-->
<div id="site-info">
<div class="section bg-yellow text-center">
<div class="container">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 text-big">
<h4 class="extra-spacing">
Title for your first text!
</h4>
<p>
Want to put some text here? Cool! This can be useful for the people visiting your website.
</p>
<p>
Be sure to check out the SASS files for what classes we have and edit the template
(as the yellow might be too much for you!)... or make your own!
</p>
<p>
We offer a basic amount of colors, so the rest it up to your :) don't let your dreams be dreams!
<br>
<strong>Just do it!</strong>
</p>
<br>
</div>
</div>
</div>
</div>
</div>
<!--
MORE INFORMATION BLOCK
-->
<div class="section bg-white">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center text-yellow">MORE INFORMATION</h2>
</div>
</div>
<div class="row info-cards extra-spacing">
<div class="col-md-4 col-xs-12">
<div class="card-white">
<h3 class="text-blue">Some info you want to share?</h3>
<p>
This is going to be filled with lorem ipsum from now on, We'll try to find a funny lorem
ipsum generator.
</p>
<p>There was a circumstance which at first sight seemed to entangle his delirious
but still methodical scheme. But not so in the reality, perhaps. Though the gregarious
sperm whales have their regular seasons for particular grounds, yet in general
you cannot conclude that the herds which haunted such and such a latitude or longitude
this year, say, will turn out to be identically the same with those that were found there
the preceding season; though there are peculiar and unquestionable instances where
the contrary of this has proved true. In general, the same remark, only within a less
wide limit, applies to the solitaries and hermits among the matured, aged sperm whales.
</p>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="card-white">
<h3 class="text-blue">More stuff to tell the visitors</h3>
<p>
So that though Moby Dick had in a former year been seen, for example, on what is called
the Seychelle ground in the Indian ocean, or Volcano Bay on the Japanese Coast;
yet it did not follow, that were the Pequod to visit either of those spots at any
subsequent corresponding season, she would infallibly encounter him there.
</p>
<h3 class="text-blue">Oh yea, multiple paragrahs with titles.</h3>
<p>
So, too,
with some other feeding grounds, where he had at times revealed himself. But all
these seemed only his casual stopping-places and ocean-inns, so to speak, not his
places of prolonged abode. And where Ahab's chances of accomplishing his object
have hitherto been spoken of, allusion has only been made to whatever way-side,
antecedent, extra prospects were his, ere a particular set time or place were attained,
when all possibilities would become probabilities, and, as Ahab fondly thought, every
possibility the next thing to a certainty. That particular set time and place were
conjoined in the one technical phrase—the Season-on-the-Line.
</p>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="card-white">
<h3 class="text-blue">More bla.</h3>
<p>
You get the jist of it. Going to leave this empty :)
</p>
</div>
</div>
</div>
<!--
PARTNERS PART
-->
<h2 class="text-center text-yellow">PARTNERS</h2>
<div class="partner-logos">
<a href="#" target="_blank"><img src="http://placehold.it/150x150"></a>
<a href="#" target="_blank"><img src="http://placehold.it/150x150"></a>
<a href="#" target="_blank"><img src="http://placehold.it/150x150"></a>
<a href="#" target="_blank"><img src="http://placehold.it/150x150"></a>
</div>
<br>
</div>
</div>
</div>
<!--
SLIDESHOW BLOCK
-->
<div id="site-media" class="section bg-yellow">
<div class="container">
<div class="row">
<div class="col col-xs-10 col-xs-offset-1">
<div class="row">
<div class="col col-xs-12 col-sm-10 col-sm-offset-1">
<h2 class="text-center">
Slider
</h2>
<h4 class="text-center">
We also have a super cool slider / carousel. Just drop your images in as a list-item
in the ul.
</h4>
<ul class="pgwSlider">
<li>
<img src="assets/pictures/pic_1.jpg">
</li>
<li>
<img src="assets/pictures/pic_2.jpg">
</li>
<li>
<img src="assets/pictures/pic_3.jpg">
</li>
<li>
<img src="assets/pictures/pic_4.jpg">
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
PROGRAMME BLOCK
-->
<div id="site-programme" class="section bg-white">
<div class="container">
<h2 class="text-center text-yellow">PROGRAMME</h2>
<div class="row">
<div class="col-md-6 col-xs-12 timetable">
<div class="row">
<div class="col-xs-12">
<h3 class="no-uppercase text-blue text-center">FRIDAY</h3>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">08:30</h4>
</div>
<div class="col-xs-9">
<span>Get coffee. ASAP.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">09:00</h4>
</div>
<div class="col-xs-9">
<span>More coffee.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">10:00</h4>
</div>
<div class="col-xs-9">
<span>Not grumpy... until coffeine wears out.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">10:30</h4>
</div>
<div class="col-xs-9">
<span>Do hackathon stuff.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">12:00</h4>
</div>
<div class="col-xs-9">
<span>Eat stuff, more coffee.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">13:00</h4>
</div>
<div class="col-xs-9">
<span>Do more hackathon stuff.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">14:00</h4>
</div>
<div class="col-xs-9">
<span>Even more hackathon stuff.</span>
</div>
</div>
</div>
<div class="col-md-6 col-xs-12 timetable">
<div class="row">
<div class="col-xs-12">
<h3 class="no-uppercase text-blue text-center">SATURDAY</h3>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">08:00</h4>
</div>
<div class="col-xs-9">
<span>Wait, there's a second day? Damnit, coffee.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">09:00</h4>
</div>
<div class="col-xs-9">
<span>Did I get coffee already?</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">12:00</h4>
</div>
<div class="col-xs-9">
<span>This second day isn't mandatory.</span>
</div>
</div>
<div class="row">
<div class="col-xs-3">
<h4 class="no-uppercase text-blue">14:00</h4>
</div>
<div class="col-xs-9">
<span>But we want to show it's not impossible.</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
SIGN UP BLOCK
-->
<div id="site-register" class="section bg-yellow">
<div class="container text-center">
<div class="row">
<div class="col-xs-offset-1 col-xs-10 ">
<div class="row">
<div class="col col-xs-10 col-xs-offset-1">
<h2 class="">SIGN UP? Maybe?</h2>
<h4>
Here you can link to your eventbrite link... or not. Your choice. you can remove it as well
or tell something else here.
</h4>
<br>
<a href="www.eventbrite.nl" target="_blank"><img src="assets/png/eventbrite.png"></a>
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
AWARDS BLOCK
-->
<div class="section" id="site-timeline">
<div class="container">
<h2 class="text-center text-blue">TIMELINE</h2>
<div class="row">
<section id="cd-timeline" class="cd-container bg-white">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-yellow">
<img src="assets/images/cd-icon-location.svg" alt="Webinar">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2 class="text-blue">Hackathon website ideation.</h2>
<p>
Wow, I had no idea hwo to make my hackathon website. Cool I found this website.
</p>
<p>Even better, it has a timeline!</p>
<span class="cd-date">Your date here. </span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-blue">
<img src="assets/images/cd-icon-location.svg" alt="Diplohack Brussels">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2 class="text-blue">Opposite side.</h2>
<p>
It will switch between sides so you don't have a monotone, one-sided timeline.
</p>
<p>Well, except on mobile, considering it's responsive and all.</p>
<span class="cd-date">Some more date.</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-yellow">
<img src="assets/images/cd-icon-location.svg" alt="TransparencyCamp Europe">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2 class="text-blue">Cool date thingie.</h2>
<p>
You can also link to other sites or blogposts!
We don't have a blogpost feature as this is a "one pager" (bar code-of conduct).
</p>
<p>If you want blogposts and more, check our Apps For X hackathon/event template with CMS.</p>
<a href="https://github.com/openknowledgebe/AppsForX" target="blank" class="cd-read-more">Go!</a>
<span class="cd-date">1 June</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
</section> <!-- cd-timeline -->
</div>
</div>
</div>
<!--
FOOTER
-->
<footer class="bg-yellow">
<div class="container">
<div class="row text-blue">
<div class="col col-md-4 footer-left">
2016 - Open Knowledge Belgium
</div>
<div class="col col-md-4 footer-mid">
Source code freely available on GitHub <a href="https://github.com/openknowledgebe/AppsForXLight" target="_blank"> <i class="fa fa-github fa-2x"> </i> </a>
</div>
<div class="col col-md-4 footer-right">
<a href="https://twitter.com/yourtwitter" target="_blank" ><i class="fa fa-twitter fa-2x"></i></a>
<a href="https://www.instagram.com/yourinstagram/" target="_blank" ><i class="fa fa-instagram fa-2x"></i></a>
<a href="https://www.youtube.com/channel/youryoutube" target="_blank" ><i class="fa fa-youtube fa-2x"></i></a>
<a href="https://www.flickr.com/photos/yourflickr/" target="_blank" ><i class="fa fa-flickr fa-2x"></i></a>
<a class="hashtag" href="https://twitter.com/hashtag/somehashtag" target="_blank"><i></i>#yourhashtag</a>
</div>
</div>
</div>
</footer>
<!-- Scripts below -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/pgwslider.min.js"></script>
<script src="js/app.js"></script>
<!-- Script below is for google analytics. Remove this if you don't use it! -->
<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', 'yourcodehere', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>