This repository has been archived by the owner on Aug 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
740 lines (439 loc) · 22.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
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
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!doctype html><!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --><!--[if lt IE 7]>
<html class="no-js ie6 oldie" lang="en"> <![endif]--><!--[if IE 7]>
<html class="no-js ie7 oldie" lang="en"> <![endif]--><!--[if IE 8]>
<html class="no-js ie8 oldie" lang="en"> <![endif]--><!--[if IE 9]>
<html class="no-js ie9" lang="en"> <![endif]--><!-- Consider adding an manifest.appcache: h5bp.com/d/Offline --><!--[if gt IE 9]><!-->
<html class="no-js" lang="en" itemscope itemtype="http://schema.org/Event"> <!--<![endif]-->
<head>
<!-- Meta tags & title /-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Drupalhagen 2014 - The official Drupalcamp in Copenhagen</title>
<meta name="description" content="The official Drupalcamp in Copenhagen - presented by Drupal denmark for the 7th time." />
<meta name="keywords" content="drupal camp" />
<meta name="author" content="humans.txt">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<!-- Favicon /-->
<!-- Facebook Metadata /-->
<meta property="fb:page_id" content="" />
<meta property="og:image" content="" />
<meta property="og:description" content="The official Drupalcamp in Copenhagen - presented by Drupal denmark for the 7th time." />
<meta property="og:title" content="Drupalhagen 2014" />
<!-- Google+ Metadata /-->
<meta itemprop="name" content="Drupalhagen 2014" />
<meta itemprop="description" content="The official Drupalcamp in Copenhagen - presented by Drupal denmark for the 7th time." />
<meta itemprop="image" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<!-- Stylesheets /-->
<link rel="stylesheet" href="css/css/main.css">
<!-- Gumby Frameworks /-->
<script src="js/vendor/vendor/modernizr-2.6.2.min.js"></script>
<!-- Modernizr /-->
</head>
<body>
<div class="container">
<div class="cbp-af-header">
<nav class="row">
<div id="logo"><a href="#"><img alt="YOURLOGO" src="img/logo.png"></a></div>
<ul id="nav">
<li><a href="#contact">Contact</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a class="selected" href="#talks">Talks</a></li>
</ul>
</nav>
</div>
<section id="header">
<div class="row">
<div class="twelve columns centered">
<h2 class="fade-it2">Drupalhagen 2014</h2>
<p class="lead fade-it2">Come join us for two days of Drupal in Copenhagen!<br />24. - 25. October</p>
</div>
</div>
</section>
<div class="row">
<div class="twelve columns">
<h3>Talks</h3>
</div>
</div>
<!-- Grid of talks /-->
<section id="talks" style="display:none;">
<div id="projects_grid" class="row">
<ul class="filter">
<li><a class="active" href="#" data-filter="*">All</a></li>
<li><a href="#" data-filter=".frontend">Frontend</a></li>
<li><a href="#" data-filter=".backend">Backend</a></li>
<li><a href="#" data-filter=".mobile">Mobile</a></li>
</ul>
<ul class="items three_up tiles centered">
<li class="item frontend">
<a onclick="$('#portfolio1').slideDown(); $('#portfolio2, #portfolio3, #portfolio4, #portfolio5, #portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#portfolio1').offset().top }, 600);"><img src="img/exemple1.jpg" alt="EXEMPLE">
<div>
<h5>Twig</h5>
<span>Fast: Twig compiles templates down to plain optimized PHP code.</span>
</div>
</a></li>
<!-- PHOTO -->
<li class="item frontend">
<a onclick="$('#portfolio2').slideDown(); $('#portfolio1, #portfolio3, #portfolio4, #portfolio5, #portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#portfolio2').offset().top }, 600);"><img src="img/exemple2.jpg" alt="EXEMPLE">
<div>
<h5>Drupal 8</h5>
<span>Drupal 8 will set a new standard for ease of use, while offering countless new ways to tailor.</span>
</div>
</a></li>
<!-- PHOTO -->
<li class="item backend">
<a onclick="$('#portfolio3').slideDown(); $('#portfolio1, #portfolio2, #portfolio4, #portfolio5, #portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#portfolio3').offset().top }, 600);"><img src="img/exemple3.jpg" alt="EXEMPLE">
<div>
<h5>Frontend automated test</h5>
<span>Test test test test test</span>
</div>
</a></li>
<!-- PHOTO -->
<li class="item backend">
<a onclick="$('#portfolio4').slideDown(); $('#portfolio1, #portfolio2, #portfolio3, #portfolio5, #portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#portfolio4').offset().top }, 600);"><img src="img/exemple4.jpg" alt="EXEMPLE">
<div>
<h5>GruntJS</h5>
<span>Automation, performing repetitive tasks like minification, compilation, unit testing and linting.</span>
</div>
</a></li>
<!-- PHOTO -->
<li class="item backend">
<a onclick="$('#portfolio5').slideDown(); $('#portfolio1, #portfolio2, #portfolio3, #portfolio4, #portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#portfolio5').offset().top }, 600);"><img src=img/exemple5.jpg alt="EXEMPLE">
<div>
<h5>SASS</h5>
<span>Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.</span>
</div>
</a></li>
<!-- PHOTO -->
<li class="item mobile">
<a onclick="$('#portfolio6').slideDown(); $('#portfolio1, #portfolio2, #portfolio3, #portfolio4, #portfolio5').slideUp(); $('html, body').animate({scrollTop: $('#portfolio6').offset().top }, 600);"><img src="img/exemple6.jpg" alt="EXEMPLE">
<div>
<h5>Mobile testing</h5>
<span>test test test test test mobile</span>
</div>
</a></li>
</ul>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio1" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio1').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Twig</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<img src="img/workexemple1.png" alt="EXEMPLE">
<img src="img/workexemple2.png" alt="EXEMPLE">
</div>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio2" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio2').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Adapt A/S</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<img src="img/workexemple1.png" alt="EXEMPLE">
<img src="img/workexemple2.png" alt="EXEMPLE">
</div>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio3" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio3').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Adapt A/S</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<img src="img/workexemple1.png" alt="EXEMPLE">
<img src="img/workexemple2.png" alt="EXEMPLE">
</div>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio4" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio4').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Adapt A/S</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<img src="img/workexemple1.png" alt="EXEMPLE">
<img src="img/workexemple2.png" alt="EXEMPLE">
</div>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio5" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio5').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Adapt A/S</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<img src="img/workexemple1.png" alt="EXEMPLE">
<img src="img/workexemple2.png" alt="EXEMPLE">
</div>
</div>
<!-- PORTFOLIO DETAIL -->
<div id="portfolio6" class="row slide_portfolio">
<div class="seven columns centered">
<img class="closeit" src="img/close.png" alt="Close Project" onclick="$('#portfolio6').slideUp(); $('html, body').animate({scrollTop: $('#talks').offset().top -70 }, 800);">
<h3>Adapt A/S</h3>
<p>Fruitcake brownie tootsie roll. Danish caramels lemon drops unerdwear.com brownie apple pie halvah. Cotton
candy jelly danish dragée chocolate bar gummi bears marzipan croissant jelly beans. Dragée muffin brownie lemon
drops danish croissant caramels topping. Jelly icing cotton candy chocolate. Oat cake pudding sweet roll
tiramisu soufflé muffin tiramisu fruitcake apple pie. Caramels brownie danish danish fruitcake cake dragée
biscuit cheesecake. Chocolate cake dragée gummies tiramisu halvah icing ice cream. Applicake jelly-o cake
gummies cupcake. Jelly-o ice cream macaroon. Marzipan sweet gummies jelly beans lemon drops liquorice halvah.
Jujubes lollipop halvah gummies macaroon icing chocolate cake. Unerdwear.com macaroon pudding.</p>
<iframe src="http://player.vimeo.com/video/64291127" style="padding-top:40px;" width="100%" height="300px" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</div>
</section>
<section id="interblock">
<div class="row">
<div class="nine columns">
<h2>How do I submit a session?</h2>
<p>Get in contact with Lars (@lslinnet on twitter) if you have something you think might be interesting!</p>
</div>
<div class="three columns buttongo">
<a href="#schedule"><i class='icon' data-icon=""></i></a>
</div>
</div>
</section>
<div class="row">
<div class="twelve columns">
<h3>Schedule</h3>
</div>
</div>
<section id="schedule">
<div class="row">
<ul class="one_up tiles">
<!-- SERVICE !-->
<li class="service">
<div class="two columns">
<h3>Time</h3>
<div>13:00</div>
<div>14:00 to 18:00</div>
<div>18:00 to 23:00</div>
</div>
<div class="nine columns">
<h3>Friday</h3>
<div>Registration opens</div>
<div> Getting started contributing to Drupal (Drupal Ladder)</div>
<div>Lightning talks & Evening entertainment</div>
</div>
</li>
<!-- SERVICE !-->
<li class="service">
<div class="two columns">
<h3>Time</h3>
<div>09:45 to 10:00</div>
<div>10:00 to 10:50</div>
<div>11:00 to 11:50</div>
<div>12:00 to 12:50</div>
<div>12:50 to 14:30</div>
<div>14:30 to 15:20</div>
</div>
<div class="nine columns">
<h3>Saturday</h3>
<div>Opening Notes</div>
<div>Our web development workflow is completely broken.<br> Kenneth Auchenberg</div>
<div> Getting started contributing to Drupal (Drupal Ladder)</div>
<div>Lightning talks & Evening entertainment</div>
<div> Getting started contributing to Drupal (Drupal Ladder)</div>
</div>
</li>
</ul>
</div>
</section>
<!-- END SERVICES SECTION ############################################### -->
<!-- SPEAKERS SECTION ############################################### -->
<!-- Title /-->
<div class="row">
<div class="twelve columns">
<h3>Speakers</h3>
</div>
</div>
<section id="speakers">
<div class="row">
<!-- SPEAKER /-->
<div class="three columns member">
<div class="he-wrap tpl3 ">
<img src="img/portraits/1.png" alt="EXEMPLE">
<div class="he-view">
<div class="info-bottom a0" data-animate="fadeInUp">
<a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a>
<a href="http://www.twitter.com/silo" target="_blank"><i class='icon' data-icon=""></i></a>
</div>
</div>
</div>
<h3>Superman jensen</h3>
<h4>Master</h4>
</div>
<!-- SPEAKER /-->
<div class="three columns member">
<div class="he-wrap tpl3 ">
<img src="img/portraits/2.png" alt="EXEMPLE">
<div class="he-view">
<div class="info-bottom a0" data-animate="fadeInUp">
<a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a>
<a href="http://www.twitter.com/silo" target="_blank"><i class='icon' data-icon=""></i></a>
<a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a>
</div>
</div>
</div>
<h3>Silo Olis</h3>
<h4>MONEY GRABBER</h4>
</div>
<!-- SPEAKER /-->
<div class="three columns member">
<div class="he-wrap tpl3 ">
<img src="img/portraits/3.png" alt="EXEMPLE">
<div class="he-view">
<div class="info-bottom a0" data-animate="fadeInUp">
<a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a>
<a href="http://www.twitter.com/silo" target="_blank"><i class='icon' data-icon=""></i></a>
<a href="http://www.twitter.com/silo" target="_blank"><i class='icon' data-icon=""></i></a>
</div>
</div>
</div>
<h3>Lars Stadel Linnet</h3>
<h4>WEB DESIGNER</h4>
</div>
<!-- SPEAKER /-->
<div class="three columns member">
<div class="he-wrap tpl3 ">
<img src="img/portraits/4.png" alt="EXEMPLE">
<div class="he-view">
<div class="info-bottom a0" data-animate="fadeInUp">
<a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a>
<a href="http://www.twitter.com/silo" target="_blank"><i class='icon' data-icon=""></i></a>
</div>
</div>
</div>
<h3>Casper Juhl</h3>
<h4>Video director</h4>
</div>
</div>
<div class="row">
</div>
</section>
<!-- END SPEAKERS SECTION ############################################### -->
<!-- INTERSECTION ( TEMPLATE DOWNLOAD ) ############################################### -->
<section id="getit">
<div class="row">
<div class="twelve columns centered">
<h2>U like Silo ?</h2>
<a class="buttom" href="#">Read more!</a>
</div>
</div>
</section>
<!-- END INTERSECTION ############################################### -->
<!-- CONTACT SECTION ############################################### -->
<!-- Title /-->
<div class="row">
<div class="twelve columns">
<h3>Contact</h3>
</div>
</div>
<section id="contact">
<div class="row contact">
<div class="twelve columns centered">
<!-- CONTACT FORM -->
<form name="htmlform" method="post" action="http://baribal.be/flatstudio/form_sender.php">
<div class="five columns">
<input type="text" name="name" placeholder="YOUR NAME" required>
<input type="text" name="phone" placeholder="YOUR PHONE" required>
<input type="email" name="email" placeholder="YOUR E-MAIL" required>
</div>
<div class="seven columns">
<textarea name="comments" cols="1" rows="5" placeholder="YOUR MESSAGE" required></textarea>
</div>
<button name="send" type="submit" class="submit">SEND</button>
</form>
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m22!1m12!1m3!1d9004.08474726328!2d12.596773621793531!3d55.65384044226587!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m7!1i0!3e6!4m0!4m3!3m2!1d55.656189!2d12.598737!5e0!3m2!1sda!2sus!4v1411128758281" frameborder="0" style="border:0"></iframe>
</section>
<!-- END CONTACT SECTION ############################################### -->
<!-- FOOTER INTERSECTION SECTION ############################################### -->
<section id="interblock_footer">
<div class="row">
<div class="eight columns">
<h2>Practical information</h2>
<p>Drupalhagen (Probably the best camp in the world) will be held on Amager at <br> Det Informationsvidenskabelige
Akademi Birketinget 6 2300 København</p>
</div>
<!-- Social Icon /-->
<div class="four columns text-right ">
<ul>
<li><a href="http://www.facebook.com/silo" target="_blank"><i class="icon" data-icon=""></i></a></li>
<li><a href="http://www.facebook.com/silo" target="_blank"><i class='icon' data-icon=""></i></a></li>
<!-- <li><a href="http://www.facebook.com/silo" target="_blank"><i class='icon' data-icon=""></i></a></li> -->
<!-- <li><a href="http://www.facebook.com/silo" target="_blank"><i class='icon' data-icon=""></i></a></li> -->
</ul>
</div>
</div>
</section>
<!-- END FOOTER INTERSECTION ############################################### -->
<!-- FOOTER CONTACT INFO SECTION ############################################### -->
<section id="contact_info">
<div class="row">
<div class="twelve columns">
<div class="four columns">
<p>Adapt A/S Langebrogade 6E, 5. sal, DK-1411 København K</p>
</div>
<div class="four columns text-center">
<p><a href="#">[email protected]</a></p>
</div>
<div class="four columns text-right">
<p>@drupalcamp</p>
</div>
</div>
</div>
</section>
<!-- END FOOTER CONTACT INFO SECTION ############################################### -->
</div>
<!-- end of #container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/vendor/jquery.parallax-1.1.3.js" type="text/javascript"></script>
<!-- jQuery Parallax -->
<script src="js/vendor/waypoints.min.js" type="text/javascript"></script>
<!-- Smooth Scrolling -->
<script src="js/vendor/jquery.scrollto.js" type="text/javascript"></script>
<!-- ScrollTo -->
<script src="js/vendor/classie.js" type="text/javascript"></script>
<!-- Menu -->
<script src="js/vendor/jquery.hoverdir.min.js" type="text/javascript"></script>
<!-- Filter Works -->
<script src="js/vendor/jquery.isotope.js" type="text/javascript"></script>
<!-- Also for Filter Works -->
<script src="js/vendor/jquery.hoverex.min.js" type="text/javascript"></script>
<!-- Hoverex for social icon on member -->
<script src="js/main.js" type="text/javascript"></script>
<!-- Main Javascript File -->
</body>
</html>