-
Notifications
You must be signed in to change notification settings - Fork 0
/
prizes.php
16 lines (13 loc) · 1.17 KB
/
prizes.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
include('header.php');
echo"
<h1 class='head'>
Prizes
</h1>
<hr/>
To acknowledge the creativity and the hacks made during the hackday, the club will give following awards to each member of the team coming in top 3! <br/>
<br/>
<p>The prizes will be given on the <b>Demo Day</b> to the top three teams (judged on the basis of their ideas and execution) and to one team that has the most wacky idea (even if the team isn't able to implement it). So that means, the idea is way more important! The prizes will be in the form of cool Laptop/Mobile accesories (surprise!), so that the next time you HEAD over to your PHONE (whoops!) you will remember the awesome stuff you built in such a less amount of time.</p>
";
include('footer.php');
?>