-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (383 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="description" content="Be inspired by the latest tech, entertained by Sweden’s hottest musical exports and connect with the greatest minds of our time. This is a chance to invest in or partner up with tomorrow’s stars within tech and music before the rest of the world catches on.">
<meta name="keywords" content="GLOBAL MUSIC BUSINESS, LISTED COMPANIES, MUSIC AND TECH EVENT">
<meta name="author" content="At Night Management">
<title>WELCOME TO THE CREATIVE CAPITAL OF THE WORLD - SYMPOSIUM</title>
<link rel="shortcut icon" href="/images/Symposium_logo_bl_master.png" type="image/x-icon" />
<meta property="og:title" content="Symposium Stockholm" />
<meta property="og:type" content="web" />
<meta property="og:image" content="/images/200.jpg" />
<meta property="og:url" content="http://symposium.co.se" />
<meta property="og:description" content="Be inspired by the latest tech, entertained by Sweden’s hottest musical exports and connect with the greatest minds of our time. This is a chance to invest in or partner up with tomorrow’s stars within tech and music before the rest of the world catches on." />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="//use.typekit.net/xiz0jwa.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/video.js"></script>
<script src="js/bigvideo.js"></script>
<script src="js/parallax.js"></script>
<script src="js/jquery.snappoint-1.5.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/this.js"></script>
<script src="js/froogaloop.min.js"></script>
<link rel="stylesheet" href="vendors/slicknav.css">
<script>
$(document).ready(function() {
var isDesktop = (function() {
return !('ontouchstart' in window) // works on most browsers
|| !('onmsgesturechange' in window); // works on ie10
})();
//edit, if you want to use this variable outside of this closure, or later use this:
window.isDesktop = isDesktop;
if( isDesktop ){
$(function() {
var BV = new $.BigVideo({useFlashForFirefox:false});
BV.init();
if (Modernizr.touch) {
BV.show('images/firstframe.jpg');
}
else {
BV.show([
{ type: "video/mp4", src: "http://jdesign.se/video/timelapse_h264_7mbps.mp4" },
{ type: "video/webm", src: "http://jdesign.se/video/webm1mbps.webm" },
{ type: "video/ogg", src: "http://jdesign.se/video/oggtest.ogg" }
], {ambient:true});
}
});
}
});
</script>
<link rel="stylesheet" href="js/outdatedbrowser/outdatedbrowser.min.css">
<script src="js/outdatedbrowser/outdatedbrowser.min.js"></script>
<style type="text/css">
.vjs-control-bar{opacity: 0;display:none;}
#big-video-wrap {
z-index: -200;
background: none repeat scroll 0 0 black;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
}
#fact-1{color: black;}
#fact-3{color: black;}
.logo{display: none;}
@media (max-width: 1200px) {
#welcome{background-image: url("images/firstframe.jpg");}
#fact-1{background-image: url("images/1920x1080px_capita.jpg");color: black;}
#fact-2{background-image: url("images/stockholm_skyline_grey.jpg");}
#fact-3{background-image: url("images/1920x1080px_thenordics.jpg");color: black;}
#conclusion{background-image: url("images/symposium_gradient_2_high.jpg");}
}
</style>
</head>
<body class="">
<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-54083888-6', 'auto');
ga('send', 'pageview');
</script>
<div id="outdated" style="position:fixed;left:0;right:0;top:0;width:auto;padding:60px 0;">
<h6>Your browser is out-of-date!</h6>
<p>Update your browser to view this website correctly. <a id="btnUpdateBrowser" href="http://outdatedbrowser.com/">Update my browser now </a></p>
<p class="last" style="padding:60px;"><a href="#" id="btnCloseUpdateBrowser" title="Close">×</a></p>
</div>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<div class="logo"><a href="http://symposium.co"><img id="blacklogo" src="images/Symposium_logo_bl.svg"><img id="whitelogo" src="images/Symposium_logo_w.svg"></a></div>
<ul id="menu" class="slicknav_menu">
<li><a href="program.html">Program 2015</a></li>
<li><a href="brilliant-minds-conference.html">Brilliant Minds Conference 2015</a></li>
<li><a href="speakers.html">Speakers 2015</a></li>
<li><a href="tickets.html">Tickets</a></li>
<li><a href="contact-press.html">Contact / Press</a></li>
<li><a href="thank-you.html">Thank you</a></li>
</ul>
<nav id="cd-vertical-nav" class="verticarlos">
<ul>
<li>
<a href="#welcome" data-number="1">
<span class="cd-dot"></span>
<span class="cd-label">Welcome</span>
</a>
</li>
<li>
<a href="#intro" data-number="2">
<span class="cd-dot"></span>
<span class="cd-label">Symposium is</span>
</a>
</li>
<li>
<a href="#fact-1" data-number="3">
<span class="cd-dot"></span>
<span class="cd-label">Fact 1</span>
</a>
</li>
<li>
<a href="#fact-2" data-number="4">
<span class="cd-dot"></span>
<span class="cd-label">Fact 2</span>
</a>
</li>
<li>
<a href="#fact-3" data-number="5">
<span class="cd-dot"></span>
<span class="cd-label">Fact 3</span>
</a>
</li>
<li>
<a href="#conclusion" data-number="6">
<span class="cd-dot"></span>
<span class="cd-label">Join us</span>
</a>
</li>
</ul>
</nav>
<div class="ngwrap">
<div class="container">
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
<section id="welcome" class="link welcome cd-section fillinside">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="step1"></a>
<h1><img src="images/Symposium_logo_w.svg"></h1>
<hr class="sep desktop"/>
<h2 class="nom">Welcome to the Creative Capital of the World.</h2>
<h3>JUNE 6-12 2016</h3>
<a class="whitebtn" href="/brilliant-minds-updates.html">UPDATES FROM THE BRILLIANT MINDS CONFERENCE 2015</a>
</div></div></div>
<div class="scroll-arrow"><nav id="cd-vertical-nav" class="horizont"><ul><li><a href="#intro" data-number="2"><span id="scrollimg">IMAGE</span><span id="scrolltext">SCROLL DOWN</span></a></li></ul></nav></div>
</section>
<!-- *************************************************************************************************************************************** -->
<style type="text/css">
#intro .maxbredd {
max-width: 1300px;
}
@media (max-width: 900px) {
#intro, #intro .image-overlay, #intro .splash-content {
height: auto !important;
min-height: 500px;
position: static;
}
#intro .maxbredd {
padding: 160px 0;max-width: 1300px;display: inline-block;
}
}
</style>
<section id="intro" class="intro cd-section fillinside" style="background:white;color:black;"><a class="step2"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<div class="hundra">
<div class="fifti">
<div class="pmarg">
<p>
Symposium is a meeting ground for the world’s most innovative individuals to come together and experience the creative capital of the world - Stockholm, Sweden.
</p>
<p>
On June 6-12 Symposium Stockholm, now in its second year, will give participants a unique look at the technology, music, creativity and innovation that happens locally yet disrupts industries and changes culture globally.
</p>
<p>
Last year events included the Denniz Pop Awards, Polar Music Prize, Polar Talks, AVICII Fest, and Summerburst, alongside numerous dinners, artist showcases, receptions and after-parties.
</p>
</div>
</div>
<div class="fifti">
<div class="pmarg">
<p>
The culminating event is the Brilliant Minds Conference. This two-day conference will bring together the world’s leaders in music, media and technology along with Swedish legends and her newest talents, in closed-door forums. Participants will be inspired by the latest technology, entertained by the nation’s hottest musical exports, and connected with some of the brightest and most influential people from around the world. But the real magic is in the unforeseen: the connections, ideas and conversations that the conference will generate.
</p>
</div>
</div>
</div>
<p class="nom blackbtn" style="font-style:italic;">
Symposium Stockholm 2016 program information will be released shortly.
</p>
</div></div></div></div>
</section>
<!-- *************************************************************************************************************************************** -->
<style type="text/css">
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<section id="vidintro" class="vidintro cd-section fillinside" style="background:black;color:white;"><a class="videocolor"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="videocolor"></a>
<div class="videoWrapper">
<iframe src="https://player.vimeo.com/video/125244010?api=1&player_id=video&title=0&byline=0&" id="video" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen ></iframe>
<script type="text/javascript">
var iframe = $('#video')[0],
player = $f(iframe);
player.addEvent('ready', function() {
player.addEvent('finish', onFinish);
});
function onFinish(id, parent) {
(function($) {
$(document).ready(function() {
$('html, body').animate({
'scrollTop': $('#fact-1').offset().top
}, 600);
});
})(jQuery);
}
</script>
</div>
</div></div></div></div>
<a class="videocolor"></a>
</section>
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
<section id="fact-1" class="link fact-1 cd-section fillinside parallax-window" data-parallax="scroll" data-image-src="images/1920x1080px_capita.jpg"><a class="step2"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="step2"></a>
<h2>Sweden has the highest income per capita in the global music business.</h2>
<h3 class="nom">FACT #1</h3>
</div></div></div></div>
<a class="step2"></a>
</section>
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
<section id="fact-2" class="fact-2 cd-section fillinside parallax-window" data-parallax="scroll" data-image-src="images/stockholm_skyline_grey.jpg"><a class="step3"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="step3"></a>
<h2>Stockholm ranks alongside Silicon Valley in billion-dollar listed companies per capita.</h2>
<h3 class="nom">FACT #2</h3>
</div></div></div></div>
<a class="step3"></a>
</section>
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
<section id="fact-3" class="fact-3 cd-section fillinside snap parallax-window" data-parallax="scroll" data-image-src="images/1920x1080px_thenordics.jpg"><a class="step4"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="step4"></a>
<h2>The Nordics represent 3% of Europe's population, but 33% of its billion dollar exits.</h2>
<h3 class="nom">FACT #3</h3>
<div class="test"></div>
</div></div></div></div>
<a class="step4"></a>
</section>
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
<section id="conclusion" class="conclusion cd-section fillinside parallax-window" data-parallax="scroll" data-image-src="images/symposium_gradient_2_high.jpg"><a class="step5"></a>
<div class="image-overlay">
<div class="splash-content">
<div class="fade-left">
<div class="maxbredd">
<a class="step5"></a>
<h3>This is not just another music and tech event.</h3>
<h2>Join us in the Creative Capital of the World.</h2>
<p class="nom">SYMPOSIUM STOCKHOLM<br/>June 6-12 2016</p>
</div></div></div></div>
<a class="step5"></a>
</section>
<!-- *************************************************************************************************************************************** -->
<!-- *************************************************************************************************************************************** -->
</div>
</div>
<link href="css/navdots.css" rel="stylesheet" type="text/css" />
<script src="js/navdots.js"></script>
<!-- Preloader -->
<script type="text/javascript">
//<![CDATA[
$(window).load(function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(550).fadeOut('slow'); // will fade out the white DIV that covers the website.
$('body').delay(550).css({'overflow':'visible'});
})
//]]>
</script>
<script type="text/javascript">
//event listener: DOM ready
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
//call plugin function after DOM ready
addLoadEvent(function(){
outdatedBrowser({
bgColor: '#f25648',
color: '#ffffff'
})
});
</script>
<script src="vendors/jquery.slicknav.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#menu').slicknav();
});
</script>
<script src="vendors/jquery.waypoints.min.js"></script>
<script type="text/javascript">
$('.step1').waypoint(function() {
$( "body" ).addClass( "dark" );
$( "body" ).removeClass( "light" );
});
$('.videocolor').waypoint(function() {
$( "body" ).addClass( "dark" );
$( "body" ).removeClass( "light" );
});
$('.step2').waypoint(function() {
$( "body" ).addClass( "light" );
$( "body" ).removeClass( "dark" );
});
$('.step3').waypoint(function() {
$( "body" ).addClass( "dark" );
$( "body" ).removeClass( "light" );
});
$('.step4').waypoint(function() {
$( "body" ).addClass( "light" );
$( "body" ).removeClass( "dark" );
});
$('.step5').waypoint(function() {
$( "body" ).addClass( "dark" );
$( "body" ).removeClass( "light" );
});
</script>
</body>
</html>