-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathqrhunt.html
209 lines (160 loc) · 5.85 KB
/
qrhunt.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<title>QR-HUNT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!--our css files-->
<link rel="stylesheet" type="text/css" href="stylesheets/eventPage.css">
<link rel="stylesheet" type="text/css" href="stylesheets/contacts.css">
<!-- Add social media icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chelsea+Market" rel="stylesheet">
<script type="text/javascript" src="data.js"></script>
</head>
<body>
<a href="index.html">
<div id="backButton" onmouseenter="toggleNav(this)" onmouseleave="toggleNav(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</a>
<script>
function toggleNav(y)
{
var x = document.getElementById("backButton");
x.classList.toggle("change");
}
</script>
<br>
<br>
<center>
<h1>QR-HUNT</h1>
</center>
<h2>Intro:</h2>
<div class="content">Hey! Come along with your friends to discover hidden treasure. Participate as a team and solve some riddles to clear your way to treasure. The team which is able to find the treasure first will be declared as winner.
<br><br>
</div>
<h2>Theme:</h2>
<div class="content">
"Go Round Ramanujan"
</div>
<h2>Rules:</h2>
<div class="content">
<ul>
<li>You need to have a smart phone to take part in competition</li><br>
<li>You will be given a college map</li><br>
<li>You can not use mobile phones only for scaning QR code or for seeing map that we will give you.</li><br>
<li>Any other use of mobile phone will directly lead to disqualification</li><br>
<li>You can participate with a team of 3 to 5</li><br>
</ul>
</div>
<h2>Prizes:</h2>
<div class="content">
will be updated soon...
</div>
<h2>FAQ:</h2>
<div class="content">
Q. How to apply?
<br>
A. Applicable only through online registeration.
<br>
<br>
Q. What about the game ?
<br>
A. There will be three round.
<br>
<br>
Q. How will the team be choosen for the event ?
<br>
A. Team will be selected on the basis of FIFO(First In First Out) rule.
<br>
<br>
</div>
<h2>Contacts:</h2>
<div class="content">
Pooja Chauhan- <span class="special">+91 9971100972</span>
<br><br><br>
</div>
<div id="contacts">
<div id="boxContainer">
<div class="box">
<a class="quick-links" href="index.html" style="font-size: 1.5em">Turington</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#intro">Home</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="index.html#about">About</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="speakers.html">Speakers</a>
<a class="quick-links small-links" href="#speaker1">speaker1</a>
<a class="quick-links small-links" href="#speaker2">speaker1</a>
<a class="quick-links small-links" href="#speaker3">speaker1</a>
<a class="quick-links small-links" href="#speaker4">speaker1</a>
<a class="quick-links small-links" href="#speaker5">speaker1</a>
</div>
<br>
<div class="box">
<a class="quick-links" href="team.html">Team</a>
<a class="quick-links small-links" href="#president">president</a>
<a class="quick-links small-links" href="#manager">manager</a>
<a class="quick-links small-links" href="#hrHead">Human resource head</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#events">Events</a>
<a class="quick-links small-links" href="goc.html">Game of Codes</a>
<a class="quick-links small-links" href="judge.html">Judge me if you can</a>
<a class="quick-links small-links" href="qrhunt.html">QR-Hunt</a>
<a class="quick-links small-links" href="cog.html">Clash of gamers</a>
<a class="quick-links small-links" href="webiesta.html">Webiesta</a>
<a class="quick-links small-links" href="sudoku.html">Sudoku</a>
<a class="quick-links small-links" href="techtambola.html">Tech-Tambola</a>
<a class="quick-links small-links" href="cube.html">Rubix Cube</a>
</div>
<br>
<!--
<div class="box">
<a class="quick-links" href="glimpses.html">Glimpses</a>
<a class="quick-links small-links" href="#1edition">Turington 1'edition</a>
<a class="quick-links small-links" href="#2edition">Turington 2'edition</a>
<a class="quick-links small-links" href="#3edition">Turington 2'edition</a>
</div>
<br>
-->
<div class="box">
<a class="quick-links" href="index.html#sponsors">Sponsors</a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
<a class="quick-links small-links" href="#techtombola"></a>
</div>
<br>
<div class="box">
<center>
<a href="mailto:[email protected]" class="fa fa-2x fa-envelope-o mail"></a>
</center>
</div>
<br>
</div>
<div id="footer-text" >
© 2019 Turington | made with Turing Sir<!--<a href="">Policy Privacy</a> | <a href="">Terms of Use</a> | <a href="" > Contact </a> -->
</div>
<a href="https://www.youtube.com/channel/UCEJ3JccswK-90yLWip1Nf_w" class="fa fa-2x fa-youtube fa-right"></a>
<a href="https://twitter.com/Turington_" class="fa fa-2x fa-twitter fa-right"></a>
<a href="https://www.instagram.com/turington.rcdu/" class="fa fa-2x fa-instagram fa-right"></a>
<a href="https://www.facebook.com/Turingtonreboot/" class="fa fa-2x fa-facebook fa-right"></a>
<a href="https://goo.gl/maps/BLQd36xpo532" class="fa fa-2x fa-map-marker fa-right" ></a>
</div>
</body>
</html>