Skip to content

Commit de596ba

Browse files
committed
CIIM prize
1 parent 37a4b15 commit de596ba

File tree

5 files changed

+47
-15
lines changed

5 files changed

+47
-15
lines changed

_less/objects/people.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010

1111
.judge {
12-
width: 16.666666%;
12+
width: 20%;
13+
margin: 0 2.5% 1em 2.5%;
1314
}
1415

1516
.workshop {

_less/objects/prizes.less

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
margin: 0 auto;
66
margin-bottom: 3em;
77
}
8-
.prize h1 {
9-
margin: 0 0 0.25em 0;
10-
font-weight: 600;
8+
.prize {
9+
h1 {
10+
margin: 0 0 0.25em 0;
11+
font-weight: 600;
12+
}
13+
&.grand.ciim {
14+
margin-top: 1em;
15+
padding-top: 3em;
16+
border-top: 1px solid #eee;
17+
}
1118
}
1219
p {
1320
text-align: center;

css/hackcyprus-2013.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,8 @@ p.paypal-sucks {
13291329
clear: both;
13301330
}
13311331
.people .judge {
1332-
width: 16.666666%;
1332+
width: 20%;
1333+
margin: 0 2.5% 1em 2.5%;
13331334
}
13341335
.people .workshop {
13351336
width: 25%;
@@ -1449,6 +1450,11 @@ p.paypal-sucks {
14491450
margin: 0 0 0.25em 0;
14501451
font-weight: 600;
14511452
}
1453+
.prizes .prize.grand.ciim {
1454+
margin-top: 1em;
1455+
padding-top: 3em;
1456+
border-top: 1px solid #eee;
1457+
}
14521458
.prizes p {
14531459
text-align: center;
14541460
}

images/guests/judges/theo.jpg

18.7 KB
Loading

page-hackathon.html

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ <h2 class="section-subhead">Join 80+ creative developers, designers and ideators
3939

4040
<div class="row prizes">
4141

42-
<div class="container">
43-
44-
42+
<div class="container">
4543

4644
<h1 class="section-head">The awesome prizes</h1>
4745

@@ -71,13 +69,17 @@ <h4>Web award</h4>
7169
<h1>150 hours mentorship</h1>
7270
<p>Sponsored by Online Diktio</p>
7371
</li> -->
74-
</ul>
75-
72+
</ul>
73+
<div class="prize grand ciim">
74+
<h4>The Startup Prize (Opt-in only)</h4>
75+
<h1>Participation in CIIM's Accelerator Program</h1>
76+
<p>The Entrepreneurship and Innovation Centre (ENTICE) of CIIM is launching an acceleration program that will help transform bright ideas into start-up companies and ambitious people into capable entrepreneurs, arming them with knowledge, tools and networks in order to enhance the competitiveness of Cyprus, the region and beyond.</p>
77+
<p>This prize is for teams that wish to <b>bring their hackathon project to market</b>. It will be judged separately from the rest of the prizes and will favour the marketability of the idea and the proposed solution.<p>
78+
</div>
7679
</div>
7780

7881
</div>
7982

80-
8183
<div class="row cloudz">
8284
<div class="container">
8385

@@ -129,13 +131,13 @@ <h4>What the judges are looking for</h4>
129131

130132
<h1 class="section-head">Our awesome judges</h1>
131133

132-
<ul>
134+
<ul class="judges">
133135

134136
<li class="judge">
135137
<article>
136138
<img src="/images/guests/judges/rob-bishop.jpg" alt="Rob Bishop">
137139
<h1>Rob <br/>Bishop</h1>
138-
<p>Raspberry Pi Foundation</p>
140+
<p>Raspberry Pi Foundation<br></p>
139141
</article>
140142
</li>
141143

@@ -151,7 +153,7 @@ <h1>Elena <br/>Strouthos</h1>
151153
<article>
152154
<img src="/images/guests/judges/valanto.jpg" alt="Valanto Kousetti">
153155
<h1>Valanto<br/> Kousetti</h1>
154-
<p>Team Leader at SOFTimpact</p>
156+
<p>Team Leader at SOFTimpact<br></p>
155157
</article>
156158
</li>
157159

@@ -175,7 +177,7 @@ <h1>Conno Christou</h1>
175177
<article>
176178
<img src="/images/guests/judges/phanos.jpg" alt="Phanos Pitiris">
177179
<h1>Phanos<br/> Pitiris</h1>
178-
<p>Investor, Entrepreneur</p>
180+
<p>Investor, Entrepreneur<br><br></p>
179181
</article>
180182
</li>
181183

@@ -187,6 +189,22 @@ <h1>Nearchos<br/> Paspallis</h1>
187189
</article>
188190
</li>
189191

192+
<li class="judge">
193+
<article>
194+
<img src="/images/guests/judges/theo.jpg" alt="Dr. Theo Panayiotou">
195+
<h1>Dr. Theo<br/> Panayiotou</h1>
196+
<p>Director of CIIM</p>
197+
</article>
198+
</li>
199+
200+
<li class="judge" style="float:none">
201+
<article>
202+
<img src="/images/volunteers/christis.jpg" alt="Christis Plastiras">
203+
<h1>Christis<br/> Plastiras</h1>
204+
<p> Business Development Manager of CIIM</p>
205+
</article>
206+
</li>
207+
190208
</ul>
191209

192210
</div>

0 commit comments

Comments
 (0)