-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
145 lines (121 loc) · 4.52 KB
/
sponsors.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="canonical" href="http://2013.jsconf.eu/sponsors.html" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="google-site-verification" content="H6VZ353SM0CfTqymvhQPM0eLyWffpeRfyRjFlXLwNn0" />
<!--[if IE]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
</style>
<link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" media="screen, projection" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="//use.typekit.net/xnk7rre.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body class=" tags_">
<div class="top">
<header class="header">
<div class="container">
<ul class="social_nav">
<li>
<span class="ico-twitter" aria-hidden="true"></span> <a href="https://twitter.com/jsconfeu" rel="me">@jsconfeu</a>
</li>
<li>
<span class="ico-google-plus" aria-hidden="true"></span> <a href="https://google.com/+JSConfEU"
rel="publisher me">+jsconfeu</a>
</li>
<li>
<span class="ico-youtube" aria-hidden="true"></span> <a href="https://www.youtube.com/jsconfeu" rel="me">YouTube</a>
</li>
</ul>
<div class="tickets tickets_on">
<a class="button" href="/news/2013/06/10/ticket-sale-schedule.html"><span class="ico-ticket" aria-hidden="true"></span>Tickets</a>
<p class="ticket_info">
<a href="/news/2013/06/10/ticket-sale-schedule.html">Regular sale sold out.</a>
</p>
</div>
</div>
</header>
<div class="stage">
<div class="container">
<a href="/">
<h1 class="logo">
<span class="ico-logo" aria-hidden="true"></span>
<span class="ico-circle" aria-hidden="true"></span>
<img style="display:none" src="/img/js.eu.png" alt="JSConf EU Logo">
</h1>
</a>
</div>
</div>
</div>
<div class="main">
<nav>
<div class="container">
<ul>
<li>
<a href="/news.html">News</a>
</li>
<li>
<a href="/speakers/">Speakers</a>
</li>
<li>
<a href="/schedule/">Schedule</a>
</li>
<li>
<a href="/location/">Location</a>
</li>
<!-- <li>
<a href="/news/2013/07/05/hotel-recommendation.html">Hotel</a>
</li> -->
<li>
<a href="/sponsoring.html">Sponsoring</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="main_column">
<h1>Sponsors</h1>
<p>more soon</p>
</div>
</div>
</div>
<footer>
<div class="container">
<p><a href="http://jsconf.com/" rel="me">JSConf</a> EU welcomes everyone, and defends you from harassment with our strict <a href="/code-of-conduct.html">anti-jerk policy</a></p>
</div>
</footer>
<script src="/js/make-the-website-load-slower.js" async></script>
<script>
var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-4656061-2']);
_gaq.push(['_setDomainName', 'jsconf.eu']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '50570251f5a1f57282000003');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>