-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·470 lines (437 loc) · 21.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/img/favicon.ico">
<title>H4ckdo</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/js/fancyBox/jquery.fancybox.css?v=2.0.5" rel="stylesheet" type="text/css" media="screen" />
<link href="assets/js/jquery.picasagallery.css" rel="stylesheet" type="text/css" media="screen" />
<link href="assets/js/fancyBox/helpers/jquery.fancybox-thumbs.css?v=2.0.5" rel="stylesheet" type="text/css" media="screen" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/fancyBox/jquery.mousewheel-3.0.6.pack.js" type="text/javascript"></script>
<script src="assets/js/fancyBox/jquery.fancybox.pack.js?v=2.0.5" type="text/javascript"></script>
<script src="assets/js/fancyBox/helpers/jquery.fancybox-thumbs.js?v=2.0.5" type="text/javascript"></script>
<script src="assets/js/jquery.picasagallery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() { $('.picasagallery').picasagallery(
{username:'neneriostb',
hide_albums: ['otras', 'Scrapbook Photos', 'Instant Upload', 'Photos from posts'], // hidden album names
link_to_picasa: false, // true to display link to original album on Google Picasa
thumbnail_width: '160', // width of album and photo thumbnails
thumbnail_cropped: false, // use cropped format (square)
title: 'Galeria de Eventos', // title shown above album list
inline: false, // true to display photos inline instead of using the fancybox plugin
auto_open: false, // true to automatically open fancyBox for the first photo in the album
loaded: false, // true if data was already loaded. false will enable retrieval of data while true will assume that data has been loaded already.
mouseWheel: false, // fancyBox setting. If set to true, you will be able to navigate gallery using the mouse wheel
arrows: true, // fancyBox setting. If set to true, fancyBox will display arrows
closeClick: false, // fancyBox setting. If set to true, fancyBox will be closed when user clicks the content
closeBtn: true, // fancyBox setting. If set to true, fancyBox will display a close butto
}); } );
</script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#theMenu">
<!-- Menu -->
<nav class="menu" id="theMenu">
<div class="menu-wrap">
<h1 class="logo"><a href="index.html#home">HACKDÓ</a></h1>
<i class="ion-android-close menu-close"></i>
<a href="#home" class="smoothScroll">Home</a>
<a href="#speakers" class="smoothScroll">Speakers</a>
<a href="#topics" class="smoothScroll">Topics</a>
<a href="#purchase" class="smoothScroll">Buy Tickets</a>
<a href="#contact" class="smoothScroll">Contact</a>
</div>
<!-- Menu button -->
<div id="menuToggle"><i class="ion-home"></i></div>
</nav>
<!-- ********** HEADER ********** -->
<section id="home"></section>
<div id="h">
<div id="img_grid">
<div class="container">
<div class="row">
<h1><img src="assets/img/logo.png" width="120px">HACKDÓ</h1>
<!-- <img src="assets/img/banner.png">
--> <h5>Quibdó, Chocó</h5>
<h3>“Creando el futuro del ecosistema de emprendimiento y tecnología del Chocó”
</h3>
<h2>Conferencias y talleres <br/>Excelente experiencia para comenzar a emprender.</h2>
<p class="mt"><button class="btn btn-conf btn-green">Leer más</button><!-- <button class="btn btn-conf btn-clear">Learn More</button> --></p>
</div><!--/row -->
</div><!--/container -->
</div>
</div><!--/H -->
<!-- ********** STAND OUT / CALL TO ACTION ********** -->
<section class="news">
<div class="container">
<div class="row">
<div class="col-sm-6 section-found">
<div class="row section-transparent" >
<div class="col-sm-12">
<h6>Equipo Hackdó</h6>
<h3>Algunos de nuestros fundadores.</h3>
<p>Un grupo emprendedor conformado por estudiantes y profesionales.</p>
</div>
</div>
</div>
<div class="col-sm-6 section-bg-color">
<div class="row">
<div class="col-sm-3 mt">
<div class="circle-icon">
<div class="icon ion-laptop"></div>
</div>
</div><!--/col-sm-4-->
<div class="col-sm-9">
<h5>No te lo pierdas!</h5>
<h3>Totalmente Gratis</h3>
<p>3 dias recargados de mucho conocimiento y diferentes temáticas .</p>
<!-- <p class="mt"><button class="btn btn-conf btn-clear">Buy It Now!</button></p> -->
</div>
</div><!--/row-->
</div><!-- /col-sm-6-->
</div><!--/row -->
</div><!--/container -->
</section><!--/NEWS -->
<!-- ********** SPEAKERS ********** -->
<section id="speakers"></section>
<div class="container ptb">
<div class="row">
<h2 class="centered">PONENTES</h2>
<hr class="aligncenter mb">
<!-- Speakers First Row -->
<div class="col-md-2 centered">
<img src="assets/img/ui-01.jpg" height="120" class="img-circle" alt="">
</div>
<div class="col-md-4">
<h4>JULIAN DUQUE</h4>
<h6><tg>DEVELOPER POR PASIÓN</tg></h6>
<p>Miembro del equipo NodeSource. Organizador MedellinJS & Nodebots. Miembro de la Comunidad colombiajs.co. Mentor Coderise - Seleccionado como Startup del año por FayerWayer</p>
</div>
<div class="col-md-2 centered">
<img src="assets/img/ui-02.jpg" height="120" class="img-circle" alt="">
</div>
<div class="col-md-4">
<h4>OSCAR RENDON</h4>
<h6><tg>RUBY DEVELOPER</tg></h6>
<p>Emprendedor, Desarrollador Web. Organizador Agiles Medellin. Organizador de Medellínrb. Ganador StartupWeekend Bogotá</p>
</div>
<!--/End Row of Speakers-->
</div><!--/row-->
<div class="row mt">
<!-- Speakers Second Row -->
<div class="col-md-2 centered">
<img src="assets/img/ui-03.jpg" height="120" class="img-circle" alt="">
</div>
<div class="col-md-4">
<h4>DANIEL ARISTIZABAL</h4>
<h6><tg>DESARROLLADOR JAVASCRIPT</tg></h6>
<p>Miembro del equipo NodeSource. Ponente PulsoConf. Miembro de la Comunidad colombiajs.co. Hacker Linux</p>
</div>
<div class="col-md-2 centered">
<img src="assets/img/ui-04.jpg" height="120" class="img-circle" alt="">
</div>
<div class="col-md-4">
<h4>FREDY E ANDRADE</h4>
<h6><tg>DESARROLLADOR FRONTEND</tg></h6>
<p>Emprendedor, javascripter. Ganador de StartupWeekend Medellin 2012. Ganador Blackberry Hackathon 2012 con Picsonar. Fundador www.alertab.com. Miembro de la Comunidad colombiajs.co. Desarrollador Web, Videojuegos 2D
.</p>
</div>
<!--/End Row of Speakers-->
</div><!--/row-->
</div><!--/container-->
<!-- ********** GREY SECTION - TOPICS ********** -->
<section id="topics"></section>
<div id="g">
<div class="container">
<div class="row">
<h2 class="centered">TOPICS</h2>
<hr class="aligncenter mb">
<div class="col-md-4">
<tgr><i class="icon ion-ios7-cloud-outline"></i></tgr>
<h3 class="mb">Cloud Computing</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div><!--/col-md-4-->
<div class="col-md-4">
<tgr><i class="icon ion-ios7-infinite-outline"></i></tgr>
<h3 class="mb">Group Workflow</h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div><!--/col-md-4-->
<div class="col-md-4">
<tgr><i class="icon ion-ios7-pulse"></i></tgr>
<h3 class="mb">Data Analytics</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div><!--/col-md-4-->
</div>
</div><!--/container-->
</div><!--/G-->
<!-- ********** WHITE SECTION - SCHEDULE ********** -->
<div class="container ptb">
<div class="row">
<h2 class="centered">AGENDA</h2>
<hr class="aligncenter mb">
<div class="col-md-6">
<!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> -->
<h3 class="mtb">Day 1</h3>
<div class="panel-group" id="accordion1">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1">
9:00am - 11:00am<br/>
<tg>Welcome & Registration</tg>
</a>
</h4>
</div>
<div id="collapseOne1" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo1">
11:00am - 1:00pm<br/>
<tg>Cloud Computing</tg>
</a>
</h4>
</div>
<div id="collapseTwo1" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree1">
1:00pm - 2:30pm<br/>
<tg>Launch</tg>
</a>
</h4>
</div>
<div id="collapseThree1" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour1">
2:30pm - 4:00pm<br/>
<tg>Developing for Cloud Computing</tg>
</a>
</h4>
</div>
<div id="collapseFour1" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive1">
4:00pm - 5:30pm<br/>
<tg>Questions Forum</tg>
</a>
</h4>
</div>
<div id="collapseFive1" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
</div><!--/Panel Group -->
</div><!--/col-md-6-->
<div class="col-md-6">
<!-- <p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages.</p> -->
<h3 class="mtb">Day 2</h3>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
9:00am - 11:00am<br/>
<tg>Welcome & Registration</tg>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
11:00am - 1:00pm<br/>
<tg>Cloud Computing</tg>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
1:00pm - 2:30pm<br/>
<tg>Launch</tg>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
2:30pm - 4:00pm<br/>
<tg>Developing for Cloud Computing</tg>
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
4:00pm - 5:30pm<br/>
<tg>Questions Forum</tg>
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.</p>
</div>
</div>
</div>
</div><!--/Panel Group -->
</div><!--/col-md-6-->
</div><!--/row-->
</div><!--/container-->
<!-- ********** TESTIMONIALS ********** -->
<section class="testimonials">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-6 section-bg-grey centered">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<h3>I enjoyed so much the last edition of Landing Sumo, that I bought the tickets for the new one edition of the event the first day.</h3>
<h5><tgr>DAVID JHONSON</tgr></h5>
</div>
<div class="item">
<h3>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</h3>
<h5><tgr>MARK LAWRENCE</tgr></h5>
</div>
<div class="item">
<h3>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration, by injected humour.</h3>
<h5><tgr>LISA SMITH</tgr></h5>
</div>
</div>
</div><!--/Carousel-->
</div><!--/col-sm-6-->
</div><!--/row-->
</div><!--/container-->
</section><!--/testimonials-->
<section>
<div class='picasagallery'>
<div class="list_gallery"></div>
</div>
</section>
<!-- ********** SPONSORS ********** -->
<div id="g">
<div class="container">
<div class="row sponsor centered">
<div class="col-sm-2 col-sm-offset-1">
<img src="assets/img/client1.png" alt="">
</div>
<div class="col-sm-2">
<img src="assets/img/client3.png" alt="">
</div>
<div class="col-sm-2">
<img src="assets/img/client2.png" alt="">
</div>
<div class="col-sm-2">
<img src="assets/img/client4.png" alt="">
</div>
<div class="col-sm-2">
<img src="assets/img/client5.png" alt="">
</div>
</div><!--/row-->
</div><!--/container-->
</div><!--/G-->
<!-- ********** COPYRIGHT ********** -->
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-md-8">
<h4>HACKDÓ</h4>
</div>
<div class="col-md-4">
<p class="alignright">
<a href="#"><i class="ion-social-twitter"></i></a>
<a href="#"><i class="ion-social-instagram"></i></a>
<a href="#"><i class="ion-social-facebook"></i></a>
<a href="#"><i class="ion-social-dribbble"></i></a>
<a href="#"><i class="ion-social-github"></i></a>
</p>
</div>
</div><!--/row-->
</div><!--/container-->
</div><!--/copyright-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/classie.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/retina-1.1.0.js"></script>
</body>
</html>