-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpartner.html
616 lines (517 loc) · 25.1 KB
/
partner.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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="icon" type="image/png" href="favicon.png" />
<title>Gothenburg Startup Hack - 2020 #GBGStartupHack</title>
<link href="http://fonts.googleapis.com/css?family=Pacifico|Open+Sans:700,300,400,600" rel="stylesheet" />
<link rel="stylesheet" href="build/css/main.min.css" />
<meta content="A day for developers, designers and innovators living in Gothenburg to meet and build things together." name="description" />
<meta content="startup, hack, hackathon, gothenburg, code, competition" name="keywords" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Gothenburg Startup Hack" property="og:title">
<meta content="website" property="og:type">
<meta itemprop="url" content="http://gbgstartuphack.com/" property="og:url">
<meta itemprop="image" content="http://www.gbgstartuphack.com/build/images/metadata-img.jpg" property="og:image">
<meta itemprop="description" content="Bring your idea into the sky with us and realize it. This hackathon is about turning great ideas into cool prototypes. You will meet the startup community, learn, create and have fun!" property="og:description">
</head>
<body>
<header role="banner">
<div class="desktopnavbar">
<ul>
<li class="desktopnavbar-li"><a class="desktopnavbar-link" href="index.html">Home</a></li>
<li class="desktopnavbar-li"><a class="desktopnavbar-link" href="partner.html"><u>Partner</u></a></li>
<li class="desktopnavbar-li"><a class="desktopnavbar-link" href="currenthack.html">This year</a></li>
<li class="desktopnavbar-li"><a class="desktopnavbar-link" href="previoushacks.html">Previous hacks</a></li>
</ul>
</div>
<div class="mobilenavbar" id="header-navbar">
<a href="#home" class="active"></a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="#news">News</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="bannernavbar-inner" class="icon" onclick="toggleNavbar()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="header">
<img class="header-logo" src="build/images/header-logo.svg">
<h2 class="header-info"><strong>Partnership Opportunities.</strong></h2>
</div>
<a href="#first"><img class="arrow" src="build/images/arrow-min.svg"></a>
</header>
<main class="all">
<section class="white-box why-sponsor">
<h1>Why become a partner?</h1>
<p><strong>Connect your brand with the best minds in the Gothenburg tech community</strong><br />
Supporting Gothenburg Startup Hack will put your company
in front of students, entrepreneurs, designers, hackers and startups
that are eager to connect with the latest opportunities and
trends. Partners to the event will inevitably increase their exposure
to the digital and creative community. <a href="mailto:[email protected]">Connect with us</a>.</p>
<p><strong>Reach the community</strong><br />
During the events we will reach directly and indirectly about <strong>130 000 people</strong>!
Enthusiastic #GBGTECH community reaches several thousands on twitter!</p>
<p><strong>Identify and recruit talent</strong><br />
Gothenburg Startup Hack is a great place to reach out to
a wide audience of people from the local community in
Gothenburg. It’s the perfect setup to find new, innovative
talent in an environment where they actually demonstrate
live how good they are at creating value.</p>
<p><strong>Support a good cause</strong><br />
Connect with startups, hackers, makers and creators in
the digital space as a supporter of Gothenburg’s tech
initiatives and play an active role in promoting the local
tech community.</p>
<img src="build/images/sponsorship/10.jpg" alt="Support the cause!" />
<blockquote><cite>"It was a well-executed event. The whole team did an excellent job, from start to finish."</cite><small> <br> // Adam, partner</small></blockquote>
</section>
<section class="a-hackathon" id="first">
<h1>The hackathon</h1>
<p class="hackathon-intro">The Gothenburg Startup Hack is about igniting the startup
community, celebrating creativity and opening up the world
of tech to more people. We want our city to be a place
where startups thrive and create the next wave of
innovation-based companies. If you want to be a part of this, feel free to <a href="mailto:[email protected]">contact us</a>.
</p>
<a class="partner-btn" href="#nature">Partner up now!</a>
<h2>Gothenburg Startup Hack 2020</h2>
<p>We're right in the middle of planning date and venue, and the official website will be launched soon. The venue of the hack will be somewhere awesome!</p>
<p>Besides the hackathon, Gothenburg Startup Hack will feature a parallel event, Startup Arena. The Startup Arena is for everyone
in the tech and startup community who is not attending the hack. It's also a tech meetup for people to learn, share toughts and be awesome.</p>
<h1>Partner opportunities</h1>
<p class="center">This year we offer four different packages for you. One is reserved for startups since we want the whole ecosystem to be able to take part. If you have any questions, send us a mail on: <a href="mailto:[email protected]">[email protected]</a>.
<br/><br/>
Please note that all prices are without VAT.
</p>
<section id="nature" class="white-box sponsor-offer">
<h1>Nature</h1>
<h2>55 000 SEK — maximum 3 slots</h2>
<div class="columns">
<ul class="column">
<li><strong>Decoration of the hacking space</strong></li>
<li><strong>2 smaller talks to the hackers</strong></li>
<li>4 guaranteed lunch and dinner to representatives</li>
<li>Large logo in the video material from the event</li>
<li>Description on the website, 50 words</li>
<li>Large logo and link on website</li>
</ul>
<ul class="column">
<li>A team in the hackathon.</li>
<li>Social Media mention on Facebook and Twitter</li>
<li>Roll-up banner (provided by partner)</li>
<li>Mention in email to hackers</li>
<li>High fives from the organizers</li>
</ul>
</div>
</section>
<section id="garden" class="white-box sponsor-offer">
<h1>Garden</h1>
<h2>35 000 SEK </h2>
<div class="columns">
<ul class="column">
<li><strong>A team in the hackathon</strong></li>
<li><strong>2 guaranteed lunch and dinner to representatives</strong></li>
<li><strong>Logo in the video material from the event</strong></li>
<li>Description on the website, 50 words</li>
<li>Large logo and link on the website</li>
</ul>
<ul class="column">
<li>Social Media mention on Facebook and Twitter</li>
<li>Mention in email to hackers</li>
<li>Roll-up banner (provided by partner)</li>
<li>High five's from the organizers</li>
</ul>
</div>
</section>
<section class="white-box seed sponsor-offer">
<h1>Flower</h1>
<h2>15 000 SEK — 50% Discount for startups</h2>
<div class="columns">
<ul class="column">
<li><strong>A team in the hackathon</strong></li>
<li><strong>2 guaranteed lunch and dinner to representatives</strong></li>
<li><strong>Logo and link on the website</strong></li>
</ul>
<ul class="column">
<li>Social Media mention on Facebook and Twitter</li>
<li>High five's from the organizers</li>
</ul>
</div>
</section>
<h2>Previous hackathons</h2>
<p>We've been hacking away since 2014 with mentions in both national and international media.
The tech community of Gothenburg is really excited about this breath of fresh air and the fact that
the city was allowed to show what it's made of.<br>
</p>
<h3 class="center list brag">5 hackathons - 700 talented applicants - 120 teams - Awesome social media reach</h3>
<br>
<img src="build/images/sponsorship/3.jpg" alt="Awesome" />
<blockquote> "Everything seemed planned to the smallest detail. The event flow was awesome! Awesome building. Awesome winning price"<br><small>//Hacker, participant</small></blockquote>
<img src="build/images/sponsorship/4.jpg" alt="Bankvault" />
<blockquote> <cite>" Staff, location, food and the schedule with focus on coding. I would recommend my developer friends to apply for new hacks "</cite><br><small> // Designer, participant</small></blockquote>
<img src="build/images/sponsorship/batfolk.jpg" alt="Professional" />
<blockquote> <cite>" Great venue and great spirit in everything! Felt really professional yet fun and easy-going."<br></cite>
<small> // Visionary, participant</small></blockquote>
<p> Gothenburg got a chance to shine to the benefit of everyone in the city as well as the rest of the country, branding Sweden as a
place where startups and entrepreneurship thrives.
As a result of the hack a few of the participants started their own companies while others put their entrepreneurial
spirit to work at other companies.</p>
<div class="sponsorship-video">
<iframe src="http://www.youtube.com/embed/TKcPd2OeGpI"></iframe>
</div>
<br>
<h3 class="center list brag">Older videos</h3>
<a class="featured-in" href="https://www.youtube.com/watch?v=KQauPzbuTko">2014</a>
<a class="featured-in" href="https://www.youtube.com/watch?v=OFOArsqS8h0">2015</a>
<a class="featured-in" href="https://www.youtube.com/watch?v=DfIfVeTFI0A">2016</a>
<a class="featured-in" href="https://www.youtube.com/watch?v=SR9Cr6t8qmY">2017</a>
<h2 class="featured-in">Featured in</h2>
<div class="group center news-articles">
<a target="_blank" title="Expressen" href="http://www.expressen.se/gt/google-sponsrar-event-i-goteborg/">
<img src="build/images/press/expressen.gif" alt="Expressen" />
</a>
<a target="_blank" title="Ny Teknik" href="http://www.nyteknik.se/nyheter/it_telekom/allmant/article3817515.ece">
<img src="build/images/press/nyteknik.gif" alt="Ny Teknik" />
</a>
<a target="_blank" title="InternetWorld" href="http://www.idg.se/2.1085/1.559073/bilden-av-goteborg-behover-forandras">
<img src="build/images/press/internetworld.png" alt="InternetWorld" />
</a>
<a target="_blank" title="Swedish Startup Space" href="http://swedishstartupspace.com/2015/03/09/the-hack-is-back-on-a-boat/">
<img src="build/images/press/SSS-Logo-dark-1080x512.png" alt="Swedish Startup Space" />
</a>
<a target="_blank" title="ArcticStartup" href="http://www.arcticstartup.com/2014/05/06/hackathon-brings-together-gothenbergs-tech-community">
<img src="build/images/press/ArcticStartup banner.png" alt="ArcticStartup" />
</a>
<a target="_blank" title="Kodsnack" href="http://kodsnack.se/98/">
<img src="build/images/partnershiplogos/kodsnack3.png" alt="Kodsnack">
</a>
<a target="_blank" title="Breakit" href="http://www.breakit.se/artikel/598/hundra-hackare-pa-havet-en-rapport-fran-gothenburg-startup-hack">
<img src="build/images/press/breakit-logo.png" alt="Breakit" >
</a>
</div>
</div>
<h2 class="featured-in">Launched (and still running) products</h2>
<section class="column third gp">
<a target="_blank" title="Picone" href="http://picone.se">
<img src="build/images/picone.png" alt="Picone" />
</a>
<p>Picone</p>
</section>
</div>
<div class="group">
</div>
</section>
<section class="white-box sponsor-us" id="partner">
<h1>Partner up with us!</h1>
<h2>We are open for discussion. Pop us an email
at <a href="mailto:[email protected]">[email protected]</a></h2>
</section>
<section class="the-sponsors content">
<h1>Previous partners</h1>
<h2>
<a title="Spotify" href="http://www.spotify.com/">
<img src="build/images/sponsors/spotify.png" alt="Spotify" />
</a>
</h2>
<h2>
<a title="Dropbox" href="http://dropbox.com/">
<img src="build/images/sponsors/dropbox.png" alt="Dropbox" />
</a>
</h2>
<h2>
<a title="Oddwork" href="http://www.oddwork.se/">
<img src="build/images/sponsors/oddwork.svg" alt="Oddwork">
</a>
</h2>
<h2>
<a title="Antura" href="http://www.antura.se/">
<img src="build/images/sponsors/antura.png" alt="Antura" />
</a>
</h2>
<h2>
<a title="The Techno Creatives" href="http://www.technocreatives.com/">
<img src="build/images/partnershiplogos/thetechnocreatives.png" alt="The Techno Creatives">
</a>
</h2>
<h2>
<a title="Burt" href="http://www.burtcorp.com/">
<img src="build/images/sponsors/burt.png" alt="Burt" />
</a>
</h2>
<h2>
<a title="Glesys" href="http://www.glesys.com/">
<img src="build/images/sponsors/glesys.jpg" alt="Glesys" />
</a>
</h2>
<h2>
<a title="Volvo Car Corporation" href="http://www.volvocars.com/">
<img src="build/images/partnershiplogos/volvocars.png" alt="Volvo Car Corporation" />
</a>
</h2>
<h2>
<a title="BEKK" href="http://bekk.no/">
<img src="build/images/sponsors/bekk.svg" alt="BEKK">
</a>
</h2>
<h2>
<a title="Monocl" href="http://www.monocl.com/?page_id=66">
<img src="build/images/sponsors/monocl.png" alt="Monocl" />
</a>
</h2>
<h2>
<a title="Ottoboni" href="http://www.ottoboni.se/">
<img src="build/images/sponsors/ottoboni.png" alt="Ottoboni">
</a>
</h2>
<h2>
<a title="Knowit Systems Development Göteborg" href="https://www.knowit.se">
<img src="build/images/partnershiplogos/knowit-green.png" alt="Knowit Systems Development Göteborg" />
</a>
</h2>
<h2>
<a title="Almi" href="http://www.almi.se/">
<img src="build/images/sponsors/almi.png" alt="Almi" />
</a>
</h2>
<h2>
<a title="MyNewsDesk" href="http://www.mynewsdesk.com/">
<img src="build/images/sponsors/mynewsdesk.png" alt="MyNewsDesk" />
</a>
</h2>
<h2>
<a title="Consid" href="https://www.consid.se/">
<img src="build/images/partnershiplogos/consid.png" alt="Consid" />
</a>
</h2>
<h2>
<a title="Perfectbanner" href="https://perfectbanner.com/">
<img src="build/images/sponsors/perfectbanner.png" alt="Perfectbanner">
</a>
</h2>
<h2>
<a title="Goteborg&co" href="http://goteborg.com/">
<img src="build/images/sponsors/goteborg.png" alt="Goteborg&co" />
</a>
</h2>
<h2>
<a title="Proleads" href="http://proleads.io/">
<img src="build/images/sponsors/proleads.png" alt="Proleads" />
</a>
</h2>
<h2>
<a title="Recorded Future" href="https://www.recordedfuture.com/">
<img src="build/images/sponsors/recordedfuture.png" alt="Recorded Future" />
</a>
</h2>
<h2>
<a title="Varvet" href="http://www.varvet.com/">
<img src="build/images/partnershiplogos/varvet.png" alt="Varvet" />
</a>
</h2>
<h2>
<a title="TrueFlow" href="http://elabs.se/">
<img src="build/images/sponsors/trueflow.png" alt="TrueFlow" />
</a>
</h2>
<h2>
<a title="MyInternship" href="http://myinternship.se/">
<img src="build/images/sponsors/myinternship.png" alt="MyInternship" />
</a>
</h2>
<h2>
<a title="Lumens" href="http://lumens.se/">
<img src="build/images/sponsors/lumens-logo.svg" alt="Lumens" />
</a>
</h2>
<h2>
<a title="Jansson & Norin" href="http://janssonnorin.se/">
<img src="build/images/sponsors/janssonnorin.png" class="square" alt="jansson & Norin" />
</a>
</h2>
<h2>
<a title="Svenska Form" href="http://svenskaform.se/">
<img src="build/images/sponsors/svenskaform.png" alt="Svenska Form" />
</a>
</h2>
<h2>
<a title="Skyltmax" href="http://skyltmax.se/">
<img src="build/images/sponsors/skyltmax.png" alt="Skyltmax" />
</a>
</h2>
<h2>
<a title="Knowly" href="http://www.knowly.com/">
<img src="build/images/sponsors/knowly.png" alt="Knowly" />
</a>
</h2>
<h2>
<a title="Software Skills" href="http://softwareskills.se/">
<img src="build/images/sponsors/sws.png" alt="Software Skills" />
</a>
</h2>
<h2>
<a title="Chalmers Innovation" href="http://www.chalmersinnovation.com/">
<img src="build/images/sponsors/ci.png" alt="Chalmers Innovation" />
</a>
</h2>
<h2>
<a title="Raket Webbyrå" href="http://www.raketwebbyra.se/">
<img src="build/images/sponsors/raket.png" class="square" alt="Raket Webbyrå" />
</a>
</h2>
<h2>
<a title="Remente" href="http://www.remente.com/">
<img src="build/images/sponsors/remente.png" alt="Remente" />
</a>
</h2>
<h2>
<a title="Giphy" href="http://giphy.com/">
<img src="build/images/sponsors/giphy.gif" alt="Giphy" />
</a>
</h2>
<h2>
<a title="Fishbrain" href="http://www.fishbrain.com/">
<img src="build/images/sponsors/fishbrain.png" alt="Fishbrain" />
</a>
</h2>
<h2>
<a title="YRGO" href="http://yrgo.se/">
<img src="build/images/sponsors/yrgo-logo.png" alt="YRGO" />
</a>
</h2>
<h2>
<a href="http://google.com">
<img src="build/images/sponsors/google.png" alt="Google" />
</a>
</h2>
<h2>
<a href="http://facebook.com">
<img src="build/images/sponsors/facebook.png" alt="Facebook" />
</a>
</h2>
<h2>
<a title="Vinnova" href="http://www.vinnova.se/">
<img src="build/images/sponsors/vinnova.jpg" alt="Vinnova" />
</a>
</h2>
<h2>
<a href="http://humblebee.se/">
<img src="build/images/sponsors/humblebee.png" class="square" alt="Humblebee" />
</a>
</h2>
<h2>
<a title="MacForum" href="https://www.macforum.se/">
<img src="build/images/sponsors/macforum.png" alt="MacForum" />
</a>
</h2>
<h2>
<a title="Square One" href="http://www.squareone.se/">
<img src="build/images/sponsors/squareone.png" alt="Square One" />
</a>
</h2>
<h2>
<a title="Brewhouse" href="http://www.brewhouse.se/">
<img src="build/images/sponsors/brewhouse.png" alt="Brewhouse" />
</a>
</h2>
<h2>
<a title="Framtidens Företag" href="http://www.framtidensforetag.se/">
<img src="build/images/sponsors/ff.png" class="square" alt="Framtidens Företag" />
</a>
</h2>
<h2>
<a title="Startup Grind" href="http://startupgrind.se/">
<img src="build/images/sponsors/startupgrind.png" class="square" alt="Startup Grind" />
</a>
</h2>
<h2>
<a title="Swedish Startup Space" href="http://swedishstartupspace.com/">
<img src="build/images/sponsors/swedishstartupspace.png" class="square" alt="Swedish Startup Space" />
</a>
</h2>
<h2>
<a title="YEOS" href="http://www.yeos.se/">
<img src="build/images/sponsors/yeos.png" alt="YEOS" />
</a>
</h2>
<h2>
<a title="Business Region Göteborg" href="http://www.businessregion.se/">
<img src="build/images/sponsors/brg.png" class="square" alt="Business Region Göteborg" />
</a>
</h2>
<h2>
<a title="Drivhuset" href="http://www.drivhuset.se/">
<img src="build/images/sponsors/drivhuset.png" alt="Drivhuset" />
</a>
</h2>
<h2>
<a title="Collaboratory" href="http://www.collaboratory.se/">
<img src="build/images/sponsors/collaboratory.png" alt="Collaboratory" />
</a>
</h2>
<h2>
<a title="Nätverkstan" href="http://www.natverkstan.net/">
<img src="build/images/sponsors/nv.png" alt="Nätverkstan" />
</a>
</h2>
<h2>
<a title="Chalmers School of Entrepreneurship" href="http://www.entrepreneur.chalmers.se/">
<img src="build/images/sponsors/chl.png" class="square" alt="Chalmers School of Entrepreneurship" />
</a>
</h2>
<h2>
<a title="Geek Girl Meetup" href="http://geekgirlmeetup.com/goteborg/">
<img src="build/images/sponsors/geekgirls.png" class="square" alt="Geek Girl Meetup" />
</a>
</h2>
<h2>
<a title="Guerrilla Office" href="http://guerillaoffice.com/gothenburg/">
<img src="http://guerillaoffice.com/wp-content/uploads/2014/04/GO-Gothenburg.png" alt="Guerrilla Office" />
</a>
</h2>
<h2>
<a href="http://www.cloetta.se/" title="Cloetta">
<img src="build/images/sponsors/cloetta.png" alt="Cloetta" />
</a>
</h2>
<h2>
<a href="http://www.estrella.se/" title="Estrella">
<img src="build/images/sponsors/estrella.png" alt="Estrella" />
</a>
</h2>
<h2>
<a href="http://nobealoevera.com/" title="Nobe">
<img src="build/images/sponsors/nobe.png" class="square" alt="Nobe" />
</a>
</h2>
<section class="finish">
<div class="gradient-transition">
<h2 class="questions-finish"><span>Questions?</span></h2>
<h2><span><a href="mailto:[email protected]">[email protected]</a></span></h2>
</div>
<img src="build/images/GBGSH_Rollup-1.jpg">
<h2 class="questions-finish"><span>Questions?</span></h2>
<h2><span><a href="mailto:[email protected]">[email protected]</a></span></h2>
</section>
</main>
<footer class="main-footer">
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="build/scripts/main.js"></script>
<script src="https://platform.twitter.com/widgets.js"></script>
<script src="scripts/vendor/countdown.min.js"></script>
<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-47202681-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>