-
Notifications
You must be signed in to change notification settings - Fork 2
/
partner.html
740 lines (645 loc) · 28.8 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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!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 - May 14 / 2016 #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="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="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 2016</h2>
<p>The event will take place on 14th of May and the official website will be launched soon. The venue of the hack will be somewhere high in the sky.</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>
<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">2 hackathons - 450 applicants - 52 teams - 8 news articles - 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 locale 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/OFOArsqS8h0"></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>
<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="GP" href="http://www.gp.se/nyheter/goteborg/1.2360044-de-vann-gothenburg-startup-hack">
<img src="build/images/press/gp.png" alt="GP" />
</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 products</h2>
<div class="group center products">
<section class="column third gp">
<a target="_blank" title="Coindero" href="http://www.coindero.com">
<img src="build/images/coindero.png" alt="Coindero" />
</a>
<p>Coindero</p>
</section>
<section class="column third gp">
<a target="_blank" title="Hemlig" href="http://www.hemlig.co">
<img src="build/images/hemlig.png" alt="Hemlig" />
</a>
<p>Hemlig</p>
</section>
<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>
<br>
<br>
<p>And more..</p>
</div>
<div class="group">
</div>
<h1 class="works">How it works</h1>
<p>The hackers will get 10 hours to create
the best product/service. They work in teams (max five people) and can
build whatever they want as long as it can stand on its
own. We really want to encourage people to make something
out of that idea they’ve been saving for later, rather
than building something related to their job or
studies. Of course, the most important part is that it’s
fun and inspiring.</p>
<img src="build/images/sponsorship/12.jpg" alt="It works" />
<blockquote><cite>Successful Startup Hacks have been held in Gothenburg and Stockholm since 2013.</cite></blockquote>
</section>
<section>
</section>
<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>
<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>50 000 SEK</h2>
<div class="columns">
<ul class="column">
<li><strong>Decoration of the hacking space</strong></li>
<li><strong>Short interview in video material from the event</strong></li>
<li><strong>Customized stage exposure at Startup Arena</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>
<li>Mention in press release on MyNewsDesk</li>
<li>Social Media mention on Facebook and Twitter</li>
<li>Separate mention on MyNewsDesk</li>
<li>Roll-up banner (provided by partner)</li>
<li>High fives from the organizers</li>
</ul>
<div class="column">
<h4>Addons exclusive for Nature</h4>
<table>
<tr>
<td>Larger logo on the hackers' t-shirts and totebags</td>
<td><i>4.000 SEK</i></td>
</tr>
<tr>
<td>Host of the Party* – 1 slot</td>
<td><i>Pay the DJ</i></td>
</tr>
<tr>
<td>WiFi-master (you rename the venue WiFi)* – 1 slot</td>
<td><i>5.000 SEK</i></td>
</tr>
<tr>
<td>Host of the Re:Meetup incl. Stage Exposure* – 1 slot</td>
<td><i>15.000 SEK</i></td>
</tr>
</table>
<br />
<h4>Addons for any partner</h4>
<table>
<tr>
<td>Demonstration of your tech at Startup Arena</td>
<td><i>3.000 SEK</i></td>
</tr>
<tr>
<td>SWAG-material for the hackers – 5 slots</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>The branded pen and notebook – 1 slot</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>Name a drink for the Party</td>
<td><i>500 SEK</i></td>
</tr>
</table>
<br/>
<i class="fine-text">Any Addon marked with * will, if not used, be handled to Garden partners</i>
</div>
</div>
</section>
<section id="garden" class="white-box sponsor-offer">
<h1>Garden</h1>
<h2>30 000 SEK — maximum 4 slots</h2>
<div class="columns">
<ul class="column">
<li><strong>Stage exposure at Startup Arena</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>
<li>Mention in press release on MyNewsDesk</li>
<li>Social Media mention on Facebook and Twitter</li>
<li>Separate mention on MyNewsDesk</li>
<li>Roll-up banner (provided by partner)</li>
<li>High five's from the organizers</li>
</ul>
<div class="column">
<h4>Addons exclusive for Garden</h4>
<table>
<tr>
<td>Logo on the hackers' t-shirts and totebags</td>
<td><i>4.000 SEK</i></td>
</tr>
<tr>
<td>Host of the Party* – 1 slot</td>
<td><i>Pay the DJ</i></td>
</tr>
<tr>
<td>WiFi-master (you rename the venue WiFi)* – 1 slot</td>
<td><i>5.000 SEK</i></td>
</tr>
<tr>
<td>Host of the Re:Meetup incl. Stage Exposure* – 1 slot</td>
<td><i>15.000 SEK</i></td>
</tr>
</table>
<br/>
<h4>Addons for any partner</h4>
<table>
<tr>
<td>Demonstration of your tech at Startup Arena</td>
<td><i>3.000 SEK</i></td>
</tr>
<tr>
<td>SWAG-material for the hackers – 5 slots</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>The branded pen and notebook – 1 slot</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>Name a drink for the Party</td>
<td><i>500 SEK</i></td>
</tr>
</table>
<br/>
<i class="fine-text">Any Addon marked with * will be available if not used by Nature partner</i>
</div>
</div>
</section>
<section class="white-box sponsor-offer">
<h1>Flower</h1>
<h2>15 000 SEK</h2>
<div class="columns">
<ul class="column">
<li><strong>2 guaranteed lunch and dinner to representatives</strong></li>
<li><strong>Description on the website, 50 words</strong></li>
<li><strong>Large logo and link on the website</strong></li>
<li>Social Media mention on Facebook and Twitter</li>
<li>Separate mention on MyNewsDesk</li>
<li>Roll-up banner (provided by partner)</li>
<li>High five's from the organizers</li>
</ul>
<div class="column">
<h4>Addons for any partner</h4>
<table>
<tr>
<td>Demonstration of your tech at Startup Arena</td>
<td><i>3.000 SEK</i></td>
</tr>
<tr>
<td>SWAG-material – 5 slots</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>The branded pen and notebook – 1 slot</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>Name a drink for the Party</td>
<td><i>500 SEK</i></td>
</tr>
</table>
</div>
</div>
</section>
<section class="white-box seed sponsor-offer">
<h1>Seed</h1>
<h3><em>Reserved for startups</em></h3>
<h2>3 000 SEK</h2>
<div class="columns">
<ul class="column">
<li><strong>2 guaranteed lunch and dinner to representatives</strong></li>
<li><strong>Small logo and link on the website</strong></li>
<li>Social Media mention on Twitter</li>
<li>High five's from the organizers</li>
</ul>
<div class="column">
<h4>Addons</h4>
<table>
<tr>
<td>Demonstration of your tech at Startup Arena</td>
<td><i>2.000 SEK</i></td>
</tr>
<tr>
<td>SWAG-material – 5 slots</td>
<td><i>Cost price</i></td>
</tr>
<tr>
<td>Name a drink for the Party</td>
<td><i>500 SEK</i></td>
</tr>
</table>
</div>
</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="Interaktionsbyrån" href="http://www.interaktionsbyran.se/">
<img src="build/images/partnershiplogos/TheTechnoCreatives.png" alt="Interaktionsbyrån">
</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="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="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="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="Elabs" href="http://elabs.se/">
<img src="build/images/sponsors/elabs_trans.png" alt="Elabs" />
</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>