forked from sameenjalal/HackRU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prizes.html
95 lines (89 loc) · 3.73 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
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
<!doctype html>
<!--
__ __ ______ ______ __ __ ______ __ __
/\ \_\ \/\ __ \/\ ___\/\ \/ / /\ == \/\ \/\ \
\ \ __ \ \ __ \ \ \___\ \ _"-. \ \ __<\ \ \_\ \
\ \_\ \_\ \_\ \_\ \_____\ \_\ \ \ \ \_\ \_\ \_____\
\/_/\/_/\/_/\/_/\/_____/\/_/\/_/ \/_/ /_/\/_____/
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>hackru - an incredible opportunity for learning and creation</title>
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<script src="javascripts/modernizr.foundation.js"></script>
<!--[if lt ie 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="row">
<h2 id="logo">
<a href="/"><img src="./images/hackru_logo.png" alt="HackRU" /></a>
</h2>
<h3 class="subheader hosted">Hosted by <a href="http://usacs.rutgers.edu">The Undergraduate Student Alliance of Computer Scientists</a></h3>
</div>
<div class="row shadow">
<div class="row panel opaque">
<div class="row">
<div class="twelve columns centered hosted">
<ul class="nav-bar">
<li><a href="index.html">Home</a></li>
<li><a href="directions.html">Directions</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="prizes.html">Prizes</a></li>
</ul>
</div>
</div>
<div class="row panel opaque">
<div class="twelve columns">
<h3>Prizes</h3>
<div class="packages">
<div class="package panel">
<h4>1st Place</h4>
<p><b>$1024 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>2nd Place</h4>
<p><b>$512 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>3rd Place</h4>
<p><b>$156 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4> Han Shot First Solo Award</h4>
<em class = "subheader hosted">For the best hack made by a one-man team</em>
<p><b>$1024 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>Better Than Bootstrap Award</h4>
<em class = "subheader hosted">For the best designed hack</em>
<p><b>$128 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>N00b in the Wild</h4>
<em class = "subheader hosted">For the best hack done by a team of all n00bs</em>
<p><b>$128 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>Best Mobile Hack</h4>
<p><b>$128 in Amazon Gift Cards</b></p>
</div>
<div class="package panel">
<h4>Best Hardware Hack</h4>
<p><b>$128 in Amazon Gift Cards</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>