Skip to content

Commit 20d88e6

Browse files
committed
more hackathon prizes
1 parent d076fc4 commit 20d88e6

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

_less/objects/prizes.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515

1616
ul {
1717
.clearfix;
18+
margin-top: 4em;
1819
}
1920

2021
ul li {
21-
width: 50%;
22+
width: 33.333333%;
2223
float: left;
24+
h1 {
25+
font-size: 1.5em;
26+
}
2327
}
2428

2529
}

css/hackcyprus-2013.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,7 @@ p.paypal-sucks {
14271427
}
14281428
.prizes ul {
14291429
zoom: 1;
1430+
margin-top: 4em;
14301431
}
14311432
.prizes ul:before,
14321433
.prizes ul:after {
@@ -1437,9 +1438,12 @@ p.paypal-sucks {
14371438
clear: both;
14381439
}
14391440
.prizes ul li {
1440-
width: 50%;
1441+
width: 33.333333%;
14411442
float: left;
14421443
}
1444+
.prizes ul li h1 {
1445+
font-size: 1.5em;
1446+
}
14431447
.crew {
14441448
zoom: 1;
14451449
}

page-hackathon.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,30 @@ <h1 class="section-head">The awesome prizes</h1>
4747

4848

4949
<div class="prize grand">
50-
51-
<img class="animated shake" src="/images/overlords.jpg" width="640">
52-
50+
<img class="animated shake" src="/images/overlords.jpg" width="640">
5351
<h4>The Grand Prize</h4>
54-
<h1>2x Parrot AR Drones</h1>
55-
<p>Sponsored by SOFTImpact</p>
52+
<h1>2x Parrot AR Drones &amp; 150 hours mentorship</h1>
53+
<p>Sponsored by SOFTImpact &amp; Online Diktio</p>
5654
</div>
57-
<ul>
58-
<li class="prize">
59-
<h4>Best hardware</h4>
60-
<h1>5x Rasberry Pis</h1>
61-
<p>Sponsored by CCS</p>
62-
</li>
63-
64-
<li class="prize">
65-
<h4> Best mobile</h4>
66-
<h1>3-month mentorship</h1>
67-
<p>Sponsored by Cocoon Creations</p>
68-
</li>
6955

56+
<ul>
57+
<li class="prize">
58+
<h4>Hardware award</h4>
59+
<h1>5x Rasberry Pis</h1>
60+
<p>Sponsored by CCS</p>
61+
</li>
62+
63+
<li class="prize">
64+
<h4>Mobile award</h4>
65+
<h1>3-month mentorship</h1>
66+
<p>Sponsored by Cocoon Creations</p>
67+
</li>
68+
69+
<li class="prize">
70+
<h4>Web award</h4>
71+
<h1>150 hours mentorship</h1>
72+
<p>Sponsored by Online Diktio</p>
73+
</li>
7074
</ul>
7175

7276
</div>

0 commit comments

Comments
 (0)