-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
277 lines (239 loc) · 8.99 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
<html>
<head>
<title>Mobile Era 2016</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900">
<link href="https://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/mobileera.css">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70868154-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<img src="images/logo_on_dark.png" alt="Mobile Era Logo" />
</header>
<nav id="menuToggle">
<a href="#" id="toggleMenu">☰ Menu</a>
</nav>
<nav id="menu">
<ul>
<li class="current"><a href="/">Home</a></li>
<li><a href="speaker.html">Speaker</a></li>
<li><a href="sponsor.html">Sponsor</a></li>
<li><a href="about.html">Organizers</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="actions">
<section class="button-deck">
<a href="speaker.html" class="button">Want to speak?</a></div>
<a href="sponsor.html" class="button">Want to sponsor?</a></div>
<a href="#contribute" class="button">Want to help?</a></div>
</section>
</section>
<section id="introduction" class="bright">
<h2>The Conference</h2>
<div class="content">
<p class="box-paragraph">
Mobile Era is Norway's first conference for mobile technologists.
</p>
<p>We are currently looking for speakers, sponsors and more volunteers for our organization team.</p>
<p>The planning of the conference has only just begun. Be sure to check back for more information about speakers and prices soon or sign up to the mailing list to get news as soon as possible.</p>
<p>
<a href="https://mobileera.herokuapp.com/" class="button">Join Mobile Era slack team</a>
</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://github.us12.list-manage.com/subscribe/post?u=fa5d127dc57bce862da2801bd&id=a6547c75c0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Name (Optional)</label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_fa5d127dc57bce862da2801bd_a6547c75c0" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<script type='text/javascript' src='https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
}(jQuery));
var $mcj = jQuery.noConflict(true);
</script>
<!--End mc_embed_signup-->
</div>
</section>
<section id="description" class="dark">
<h2>About the conference</h2>
<div class="content">
<figure class="splash-image">
<div class="image" style="background-image: url('images/oslo-skyview.jpg')" /></div>
<figcaption class="sr-only">Photo of the Oslo Skyline</figcaption>
</figure>
<div class="icon-deck icon-deck-sm-vertical">
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-list-ol fa-stack-1x"></i>
</span>
<h3>Agenda</h3>
<p>iOS, Android, Mobile Web, Hybrid development, Mobile Design</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-microphone fa-stack-1x"></i>
</span>
<h3>Speakers</h3>
<p>International and Norwegian technology experts and enthusiasts</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-calendar-check-o fa-stack-1x"></i>
</span>
<h3>When</h3>
<p>Fall 2016.</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-ticket fa-stack-1x"></i>
</span>
<h3>Tickets</h3>
<p>Will be made available in June 2016</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x"></i>
</span>
<h3>Where</h3>
<p>Central Oslo</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-users fa-stack-1x"></i>
</span>
<h3>Team</h3>
<p>Volunteer enthusiasts from many organizations in Oslo</p>
</section>
</div>
</div>
</section>
<section id="contribute" class="bright">
<h2>Get involved</h2>
<div class="content">
<section class="highlight-deck">
<section>
<p>
<img src="images/pic02.jpg" />
<h3><a href="speaker.html">Want to speak?</a></h3>
<p>The conference will host Norwegian and international experts on Android, iOS, mobile web and design</p>
<a href="speaker.html" class="button">Speaker info</a>
</section>
<section>
<p>
<img src="images/pic03.jpg" />
<h3><a href="sponsor.html">Want to sponsor?</a></h3>
<p>As a sponsor of the conference, you can help the mobile developer community in Oslo grow and show your commitment to the mobile era!</p>
<a href="sponsor.html" class="button">Sponsor packages</a>
</section>
<section>
<p>
<img src="images/pic04.jpg" />
<h3><a href="http://mobileera.herokuapp.com">Want to help?</a></h3>
<p>As a volunteer for the conference, you get the chance to learn, grow your network and contribute to the good of your fellow kind.</p>
<a href="http://mobileera.herokuapp.com" class="button">Join our Slack</a>
</section>
</section>
</div>
</section>
<section id="contact">
<h2>Contact us</h2>
<div class="content">
<p>
Do you have questions that weren't answered on this page? Email Johannes or Maxim and give us your input and ideas or tweet at us at <a href="http://twitter.com/mobileeraconf">@mobileeraconf</a>.
</p>
</div>
</section>
<footer>
<div class="content">
<div class="icon-deck icon-deck-sm-vertical">
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-share-alt fa-stack-1x"></i>
</span>
<h3>Social</h3>
<p>
<a href="http://twitter.com/mobileeraconf">twitter</a> |
<a href="http://facebook.com/Mobile-Era-435283576660577">facebook</a>
</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-pencil fa-stack-1x"></i>
</span>
<h3>Email</h3>
<p>
<a href="#">[email protected]</a>
</p>
</section>
<section class="icon-card">
<span class="fa-stack fa-pull-left">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-phone fa-stack-1x"></i>
</span>
<h3>Phone</h3>
<p>(+47) 901 70 176</p>
</section>
</div>
<div class="copyright">
<i class="fa fa-copyright"></i> Mobile Era Team
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
$(function() {
$('#menuToggle').on('click', function() {
$('#menu').slideToggle();
});
});
</script>
</body>
</html>