-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive.html
66 lines (65 loc) · 3.15 KB
/
live.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
<?xml version="1.0" encoding="utf-8"?>
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6 ie"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="ie7 ie"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="ie8 ie"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="ie9 ie"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>RealtimeConf Europe Live Stream</title>
<script type="text/javascript">
TypekitConfig = {
kitId: 'qiz5joe',
scriptTimeout: 3000
};
(function() {
var h = document.getElementsByTagName('html')[0];
h.className += ' wf-loading';
var t = setTimeout(function() {
h.className = h.className.replace(/(\s|^)wf-loading(\s|$)/g, '');
h.className += ' wf-inactive';
}, TypekitConfig.scriptTimeout);
var tk = document.createElement('script');
tk.src = '//use.typekit.com/' + TypekitConfig.kitId + '.js';
tk.type = 'text/javascript';
tk.async = 'true';
tk.onload = tk.onreadystatechange = function() {
var rs = this.readyState;
if (rs && rs != 'complete' && rs != 'loaded') return;
clearTimeout(t);
try { Typekit.load(TypekitConfig); } catch (e) {}
};
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(tk, s);
})();
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<style type="text/css">
.no-no-ie { display: none; }
</style>
<![endif]-->
<script type="text/javascript" src="js/prefixfree.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/happy.js"></script>
<script type="text/javascript" src="js/contact.js"></script>
<link rel="stylesheet" href="css/style.css?v=3">
</head>
<body>
<header class="live" style="background: transparent; border-bottom: 0;">
<div class="banner" style="box-shadow: rgba(0,0,0,0) 0 0; height: 140px; width: 100px;">
<h1><img src="images/realtime-conf-europe.png" alt="Realtime Conference Europe" style="width: 80px; margin: 10px;"/></h1>
</div>
<div class="video" style="width: 720px; margin: 0 auto;">
<iframe width="720" height="500" src="http://www.youtube.com/embed/XCstZ81sp0E" frameborder="0" allowfullscreen></iframe>
</header>
<div style="width: 800px; margin: 0px auto;">
<a href="http://developers.google.com/"><img src="http://realtimeconf.eu/images/google.png" width="150px" style="margin: 0 30px 0 30px;"></a>
<a href="http://www.windowsazure.com/"><img src="http://realtimeconf.eu/images/azure.png" width="400px" style="margin-right: 30px"></a>
<a href="http://andbang.com"><img src="https://accounts.andbang.com/images/fluid-icon.png" width="100px"></a>
<h2 style="color: #fff">Thank you live stream sponsors</h2>
</div>
</body>
</html>