-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
467 lines (413 loc) · 18.7 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
<!--
_____ _____ ____ _ __ __ ___
|_ _| ____| _ \__ __ | | \/ |_ _|
| | | _| | | | \ \/ / | | |\/| || |
| | | |___| |_| |> < |_| | | | || |
|_| |_____|____//_/\_\___/|_| |_|___|
Event website by Syed Faheel Ahmad (github.com/faheel)
-->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title, icon, description and keywords -->
<title>TEDxHensemberger</title>
<link rel="shortcut icon" href="res/images/favicon.ico">
<!-- Browser themes -->
<meta name="theme-color" content="#000">
<!-- Bootstrap -->
<link rel="stylesheet" href="res/css/bootstrap.min.css">
<!-- Font Icons -->
<link rel="stylesheet" href="res/css/font-awesome.min.css">
<!-- Plugins -->
<link rel="stylesheet" href="res/css/flickity.min.css">
<link rel="stylesheet" href="res/css/magnific-popup.css">
<!-- Main styles -->
<link rel="stylesheet" href="res/css/main.css">
<link rel="stylesheet" href="res/css/style.css">
<!-- Color skin -->
<link rel="stylesheet" href="res/css/color_red.css">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 8]>
<script src="res/js/modernizr.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation Start -->
<nav id="navigation" class="navbar navbar-fixed-top">
<div class="container">
<div class="row">
<div class="navbar-header col-lg-3">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand font-family-alt letter-spacing-1 text-extra-large text-uppercase" href="/">
<img class="logo-navbar-dark" src="res/images/logos/dark.png" alt="TEDxHensemberger"/>
<img class="logo-navbar-white" src="res/images/logos/light.png" alt="TEDxHensemberger"/>
</a>
</div>
<!-- //.navbar-header -->
<div id="navbar" class="navbar-collapse collapse col-lg-9 pull-right">
<ul class="nav navbar-nav font-family-alt letter-spacing-1 text-uppercase font-weight-700">
<li><a href="#page-top" class="page-scroll">About</a></li>
<li><a href="/speakers/" class="line-height-unset">Speakers</a></li>
<li><a href="/our-team/" class="line-height-unset">Team</a></li>
<li><a href="/sponsors/" class="line-height-unset">Sponsors</a></li>
<li class="bg-base-color">
<a href="/contact/" class="line-height-unset width-100">
Contatti
</a>
</li>
</ul>
</div>
<!-- //.navbar-collapse -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</nav>
<!-- //Navigation End -->
<!-- Section - Home Start -->
<section id="home-bg-slideshow" class="bg-gray-dark-2 height-100 no-padding overflow-hidden width-100">
<!-- BG Slideshow -->
<div class="bg-slideshow-wrapper flexslider height-100 no-border no-border-radius no-margin width-100">
<div class="slides height-100 width-100">
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Energia</span> in Movimento
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
15 Maggio ore 10
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Sala Picasso Binario 7, Monza
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Energia</span> in Movimento
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
15 Maggio ore 10
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Sala Picasso Binario 7, Monza
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
<div class="bg-cover bg-overlay-black-7 display-block height-100 width-100">
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 class="font-family-alt font-weight-900 letter-spacing-2 text-white xs-title-extra-large sm-title-extra-large-3 title-extra-large-5">
<span class="text-base-color">Energia</span> in Movimento
</h2>
<br>
<h3 class="font-weight-700 letter-spacing-2 text-white xs-title-large sm-title-extra-large title-extra-large-3">
15 Maggio ore 10
</h3>
<p class="font-family-alt text-white sm-title-small title-medium">
</p>
<h4 class="font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-small sm-title-medium title-extra-large">
Sala Picasso Binario 7, Monza
</h4>
<!-- <br>
<a href="/register/" class="btn btn-base-color sm-btn-medium btn-large">
Register Now
</a> -->
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</div>
<!-- //.bg-cover -->
</div>
<!-- //.slides -->
</div>
<!-- //.bg-slideshow-wrapper -->
</section>
<!-- //Section - Home End -->
<!-- Section - About Start -->
<section id="about" class="bg-white-3 pull-up">
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
Cos'è <span class="text-base-color">TED</span>
</h2>
<span class="bg-base-color margin-4 no-margin-bottom no-margin-rl separator-line-extra-thick-long"></span>
<div class="row">
<div class="col-md-12">
<p class="font-family-alt margin-5-5 no-margin-bottom no-margin-rl sm-text-large text-extra-large text-gray-dark-2">
TED è una comunità globale dedicata alle idee che meritano di essere diffuse.
Nel 1984 negli USA è stato realizzato il primo evento con il fine di incontrare e condividere idee tra innovatori e pionieri nei campi della Tecnologia, dell’ Entertainment e del Design.
La conferenza annuale TED si tiene a Vancouver e invita i migliori pensatori e creatori del mondo.
</p>
</div>
<!-- //.col-sm-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.col-sm-6 -->
<div class="col-sm-3 col-md-3">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
Cos'è <span class="text-base-color">TEDx</span>
</h2>
<span class="bg-base-color margin-4 no-margin-bottom no-margin-rl separator-line-extra-thick-long"></span>
<div class="row">
<div class="col-md-12">
<p class="font-family-alt margin-5-5 no-margin-bottom no-margin-rl sm-text-large text-extra-large text-gray-dark-2">
TED in linea con la sua missione, ha lanciato il programma TEDx, ovvero una
serie di eventi locali organizzati in modo indipendente che si propongono di
riunire il pubblico per vivere un'esperienza simile a quella che si sperimenta
con TED continuando a promuovere e condividere idee ed esperienze
innovative localmente.
Oggi le conferenze TEDx organizzate in tutto il mondo hanno generato un
flusso di idee seguite da tutta la popolazione mondiale.
</p>
</div>
<!-- //.col-sm-6 -->
</div>
<!-- //.row -->
</div>
<div class="col-sm-6 col-md-6">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
Cos'è <span class="text-base-color">TEDx</span> Hensemberger Youth
</h2>
<span class="bg-base-color margin-4 no-margin-bottom no-margin-rl separator-line-extra-thick-long"></span>
<div class="row">
<div class="col-md-12">
<p class="font-family-alt margin-5-5 no-margin-bottom no-margin-rl sm-text-large text-extra-large text-gray-dark-2">
TEDxHensemberger Youth nasce su licenza della fondazione no profit statunitense TED,
grazie alla passione di 15 ragazzi per il mondo dell'energia a 360° e sostenuti dai loro
docenti nella buona riuscita di una conferenza a livello nazionale targata TEDx Youth.
TEDxHensemberger Youth incoraggia e sostiene la diffusione dell'informazione corretta,
offrendo al pubblico l'opportunità di ascoltare contributi dal vivo di speakers provenienti
dal nostro territorio, andando a generare uno scambio continuo di idee e una forte
connessione tra i partecipanti.
</p>
</div>
<!-- //.col-sm-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.col-sm-6 -->
</div>
</div>
<!-- //.container -->
</section>
<!-- //Section - About End -->
<!-- Section - Venue Start -->
<section id="venue" class="bg-cover bg-overlay-black-4 display-table height-100 no-padding width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h3 class="display-block font-family-alt font-weight-900 letter-spacing-2 text-uppercase text-white xs-title-extra-large-4 title-extra-large-4">
Location
</h3>
<br>
<a href="https://maps.app.goo.gl/aD47gVU4ZkZiaJvJ8" target="_blank"
class="btn btn-outline-white sm-btn-medium btn-large margin-4-5 no-margin-bottom no-margin-rl">
Vedi luogo sulla mappa
</a>
</div>
<!-- //.col-md-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</section>
<!-- //Section - Venue End -->
<!-- Section - Event banner start -->
<section id="event-banner" class="bg-white pull-up">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center">
<i class="fa fa-clock-o display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">
Data & Ora
</span>
<p class="margin-3 font-family-alt no-margin-bottom no-margin-rl title-small text-gray-dark-2">
15 Maggio, 2024<br>
Ore 10:00
</p>
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-6 xs-margin-8 xs-no-margin-bottom xs-no-margin-rl text-center">
<i class="fa fa-map-marker display-block text-base-color title-extra-large-2"></i>
<span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">
Luogo
</span>
<p class="margin-3 font-family-alt no-margin-bottom no-margin-rl title-small text-gray-dark-2">
Teatro Binario 7, Monza<br>
Sala Picasso
</p>
</div>
<!-- //.col-sm-4 -->
</div>
<!-- //.row -->
</div>
</section>
<!-- //Section - Event banner end -->
<!-- Section - Parallax banner start -->
<section id="home-bg-parallax" class="height-50 no-padding overflow-hidden width-100">
<!-- BG Parallax -->
<div class="bg-parallax bg-overlay-black-5 width-100"></div>
<div class="display-table height-100 position-absolute position-top position-left width-100">
<div class="display-table-cell vertical-align-middle">
<div class="container">
<div class="row">
<div class="countdown-timer">
<div class="days">
<span class="value">00</span>
<span class="label">DAYS</span>
</div>
<div class="hours">
<span class="value">00</span>
<span class="label">HOURS</span>
</div>
<div class="minutes">
<span class="value">00</span>
<span class="label">MINS</span>
</div>
<div class="seconds">
<span class="value">00</span>
<span class="label">SEC</span>
</div>
</div>
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</div>
<!-- //.display-table-cell -->
</div>
<!-- //.display-table -->
</section>
<!-- //Section - Parallax banner end -->
<!-- Footer Start -->
<footer class="footer bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="footer-logo xs-text-center">
<img src="res/images/logos/light.png" alt="">
</div>
<!-- //.footer-logo -->
<p class="disclaimer xs-text-center">
This independent TEDx event is operated under license from TED.
</p>
<!-- //.disclaimer -->
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-8">
<div class="footer-social text-right">
<ul class="list-inline list-unstyled no-margin xs-text-center xs-title-small title-medium">
<li><a href="https://instagram.com/tedxhensemberger_youth"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- //.footer-social -->
</div>
<!-- //.col-sm-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</footer>
<!-- //Footer End -->
<!-- Scroll to top -->
<a href="#page-top" class="page-scroll scroll-to-top"><i class="fa fa-angle-up"></i></a>
<!-- jQuery -->
<script src="res/js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="res/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="res/js/pace.min.js"></script>
<script src="res/js/debouncer.min.js"></script>
<script src="res/js/jquery.easing.min.js"></script>
<script src="res/js/jquery.inview.min.js"></script>
<script src="res/js/jquery.matchHeight.js"></script>
<script src="res/js/isotope.pkgd.min.js"></script>
<script src="res/js/imagesloaded.pkgd.min.js"></script>
<script src="res/js/flickity.pkgd.min.js"></script>
<script src="res/js/jquery.magnific-popup.min.js"></script>
<script src="res/js/jquery.validate.min.js"></script>
<!-- BG slideshow -->
<script src="res/js/jquery.flexslider.min.js"></script>
<!-- BG Parallax JS -->
<script src="res/js/TweenMax.min.js"></script>
<script src="res/js/ScrollMagic.min.js"></script>
<script src="res/js/animation.gsap.min.js"></script>
<!-- Theme -->
<script src="res/js/main.js"></script>
<!-- Countdown -->
<script src="res/js/jquery.countdown.min.js"></script>
<script src="res/js/countdown.js"></script>
</body>
</html>