-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
executable file
·284 lines (246 loc) · 13.1 KB
/
test.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
{% extends "bootstrap/base.html" %}
{% block title %}
Chakravyuha
{% endblock %}
{% block styles %}
{{super()}}
<link rel="stylesheet" href="{{url_for('.static', filename='starter-template.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='bootstrap.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='icomoon.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='style.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='animate.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='flexslider.css')}}">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CHAKRAVYUHA | ESYA | 2017</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="FREEHTML5.CO" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!--link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<!--link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,300,700' rel='stylesheet' type='text/css'>
<!-- Animate -->
<!--link rel="stylesheet" href="css/animate.css">
<!-- Flexslider -->
<!--link rel="stylesheet" href="css/flexslider.css">
<!-- Icomoon -->
<!--link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<!--link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<!--script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
{% endblock %}
{% block content %}
<!--nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand">Chakravyuha | Esya 2017</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="{{ url_for('login') }}">Login</a></li>
<li><a href="{{ url_for('signup') }}">Sign Up</a></li>
</ul>
</div><!--/.nav-collapse -->
<!--/div>
</nav>
<div class="container">
<div class="starter-template">
<h1>Esya</h1>
<p class="lead">Content here</p>
</div>
</div--><!-- /.container -->
<div id="fh5co-header">
<div class="container">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
<div id="fh5co-logo">
<a href="index.html">CHAKRAVYUHA<span>.</span></a>
</div>
<nav id="fh5co-main-nav">
<ul>
<li><a href="#" data-nav-section="home">Home</a></li>
<li><a href="#" data-nav-section="portfolio">About</a></li>
<li><a href="#" data-nav-section="about">Rules</a></li>
<li><a href="#" data-nav-section="contact">Event Heads</a></li>
<li><a href="#" data-nav-section="contact">Login</a></li>
</ul>
</nav>
</div>
</div>
<div id="fh5co-main">
<div class="fh5co-overlay-mobile"></div>
<div id="fh5co-home" class="js-fullheight" data-section="home">
<div class="flexslider">
<div class="fh5co-overlay"></div>
<div class="fh5co-text">
<div class="container">
<div class="row text-center">
<h1 class="animate-box">CHAKRAVYUHA | ESYA 2017</h1>
<div class="fh5co-go animate-box">
<a href="#" class="js-fh5co-next">
More Details
<span><i class="icon-arrow-down2"></i></span>
</a>
</div>
</div>
</div>
</div>
<ul class="slides">
<li style="background-image: url(images/slide_2.jpg);" data-stellar-background-ratio="0.5"></li>
<li style="background-image: url(images/slide_1.jpg);" data-stellar-background-ratio="0.5"></li>
<li style="background-image: url(images/slide_3.jpg);" data-stellar-background-ratio="0.5"></li>
</ul>
</div>
</div>
<div id="fh5co-portfolio" data-section="portfolio">
<div class="container">
<div class="row r-pb">
<div class="col-md-8 col-md-offset-2 text-center section-heading">
<!--h2 class="fh5co-section-title animate-box">Portfolio</h2-->
<p class="fh5co-lead animate-box">It’s all about clues and conundrums. Yes, it is Chakravyuha, the online hunt for cryptic clues. It consists of multiple levels, each testing your ability to put your mind to finding and cracking clues. With each right answer, you get one step deeper into the problem solving maze, and ultimately reach the destiny!</p>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6 col-xxs-12 animate-box">
<div class="img-grid">
<img src="images/d.jpg" class="img-responsive" width="500px">
<a href="portfolio-single.html" class="transition">
<div>
<h2 class="fh5co-title">LAST YEAR QUESTION BANK</h2>
<span class="fh5co-meta">Here is a LINK to last year's question bank. Have a look at the question bank of Chakravyuha 2016 so as to get a clear idea of how this year's questions are going to be.</span>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6 col-xxs-12 animate-box">
<div class="img-grid">
<img src="images/img5.jpg" class="img-responsive" width="500px">
<a href="portfolio-single.html" class="transition">
<div>
<h2 class="fh5co-title">PRIZES</h2>
<span class="fh5co-meta">Attractive Cool Cash as well as Inkind Prizes to be won, worth 30,000.<br> Prizes for top 5 scorers of the contest.</span>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6 col-xxs-12 animate-box">
<div class="img-grid">
<img src="images/img6.jpg" class="img-responsive" width="500px">
<a href="portfolio-single.html" class="transition">
<div>
<h2 class="fh5co-title">BONUS AWARDS</h2>
<span class="fh5co-meta">Separate prizes for Bonus Questions.<br>Some additional prizes for Youngest Participant, Quickest Question Solver and the Perfectionist for the one who answers the questions in least number of attempts.(Participants answering a minimum of 5 questions will be eligible for prizes)</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-about" data-section="about">
<div class="container">
<div class="row r-pb">
<div class="col-md-8 col-md-offset-2 text-center section-heading animate-box">
<h2 class="fh5co-section-title"><font size="10px" color="white">Rules of the Contest</font></h2>
<p class="fh5co-lead" align="left">
<ul>
<li>To participate, sign up at the <b>Chakravyuha Website</b>, the answers are be submitted here itself. The link to the website will be provided soon. Only individual participation is allowed.</li><br>
<li>The contest is held online and participants anywhere with a relevant email ID and currently enrolled in any kind of an educational organisation and pursuing any career can take part.</li><br>
<li>The contest lasts for a duration of <b>4 DAYS</b> and there are a total of <b>20 LEVELS</b> with increasing levels of difficulty.</li><br>
<li>The one who correctly answers all the questions or finishes with the maximum score at the end is declared as the winner.</li><br>
<li>Each question will be provided with a score which will automatically be added to the participant’s score if he/she answers the question correctly. There will also be partial score given for some special questions.</li><br>
<li>There will be some <b>Bonus Questions</b> listed on the website for which participants answering them correctly will be eligible for cool prizes.</li><br>
<li>The participants are provided with <b>last years question bank</b> for Chakravyuha 2016, for them to practise and have an idea about how are the questions going to be.</li><br>
<li>The organizer’s decision is final and binding, they have the right to change rules as they deem fit and have the right to disqualify any participant if they break any rule.</li><br>
</ul>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-contact" data-section="contact">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center section-heading">
<h2 class="fh5co-section-title animate-box"><font size="20px">EVENT HEADS</font></h2><br><br>
<p class="fh5co-lead animate-box">SHAGUN UPPAL  |   SARTHAK BHAGAT  |   ANUSHIKA VERMA</p>
<font size-"12px"> shagun16088@iiitd.ac.in  |   sarthak16189@iiitd.ac.in  |   anushika16015@iiitd.ac.in</font><br><BR><br><br>
<!--p class="animate-box">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p-->
<p class="animate-box"><a href="https://www.facebook.com/events/447532492262189/" target="_blank" class="btn btn-primary btn-lg">GO TO FACEBOOK PAGE</a></p>
</div>
</div>
</div>
</div>
<div id="fh5co-testimony" style="background-image: url(images/slide_3.jpg);" data-stellar-background-ratio="0.5">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="row">
<div class="flexslider animate-box">
<ul class="slides">
<li>
<blockquote>
<p><font size="8px">“
As you progress through the different stages of this mysterious puzzle, the mystery unfolds and the complexity progressively increases. So, the deeper you dig, the closer you reach to your destination.<br>
Every lock is a key to another lock.
”</font> </p>
</blockquote>
</li>
<li>
<blockquote>
<p>“
Chakravyuha is an online cryptic hunt, solely based on your ability to explore answer to mind-boggling questions, that not only test your ability to think deep into slight inklings but also find your way out of these crafty puzzles using the ultimate source : GOOGLE. Your ability to google and find out of solutions for the problems determines how far you reach in the contest.
” </p>
</blockquote>
</li>
<li>
<blockquote>
<p>“
It’s all about clues and conundrums. Yes, it is Chakravyuha, the online hunt for cryptic clues.It consists of multiple levels, each testing your ability to put your mind to finding and cracking clues. With each right answer, you get one step deeper into the problem solving maze, and ultimately reach the destiny!
” </p>
</blockquote>
</li>
</ul>
</div>
</div>
</div>
</div>
</div> <!-- END fh5co-page -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
{% endblock %}