-
Notifications
You must be signed in to change notification settings - Fork 1
/
prizes.html
32 lines (31 loc) · 1.33 KB
/
prizes.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
---
layout: default
---
<!-- FAQ Section -->
<div id="prizes" class='text-content'>
<section class="container content-section text-center">
<div class="row">
<div class="col-xs-12">
<br><h2>Prizes</h2>
</div>
<div class="row">
<div class="col-md-6 text-center">
<h4>Slush Hacks Main Prize</h4>
<p>The winners of each track will get to compete in the Slush Hacks finals on the 11th of November. The best pitch selected at Slush will take home a prize of 20 000€.</p>
</div>
<div class="col-md-6 text-center">
<h4>JAL Track Prize</h4>
<p>The winners of this track will get to compete in the <a href="http://hackjunction.com"</a>Junction Hackathon in November in Finland with flight expenses by JAL.</p>
</div>
<div class="col-md-6 text-center">
<h4>??? Prize</h4>
<p>UNANNOUNCED TRACK </p>
</div>
<div class="col-md-6 text-center">
<h4>NEC x Lenovo x Intel</h4>
<p>The winners of this track will win 200,000JPY in some sweet hard earned cash!</p>
</div>
</div>
</div>
</section>
</div>