-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
352 lines (325 loc) · 15.2 KB
/
index.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>InfInITy 2k19</title>
<!-- Add icon library -->
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<link href="css/infinity2k19.css" rel="stylesheet">
<link rel = "stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="js/count.js"></script>
<script src="https://kit.fontawesome.com/562e6454ba.js"></script>
<script>
var deadline = new Date(2019, 10, 20, 18);
function updateClock() {
var today = Date();
var diff = Date.parse(deadline) - Date.parse(today);
if (diff <= 0) {
clearInterval(interval);
}
else {
var seconds = Math.floor((diff / 1000) % 60);
var minutes = Math.floor((diff / 1000 / 60) % 60);
var hours = Math.floor((diff / 1000 / 60 / 60) % 24);
var days = Math.floor(diff / (1000 * 60 * 60 * 24) % 30.5);
var months = Math.floor(diff / (1000 * 60 * 60 * 24 * 30.5) % 12);
$("#months").text(('0' + months).slice(-2));
$("#days").text(('0' + days).slice(-2));
$("#hours").text(('0' + hours).slice(-2));
$("#minutes").text(('0' + minutes).slice(-2));
$("#seconds").text(('0' + seconds).slice(-2));
}//EOF ELSE
}//EOF FUNCTION
var interval = setInterval(updateClock, 1000);
</script>
<script src="js/titleicon.js"></script>
</head>
<body>
<div id="preloader" style="height:100vh; width:100vw; background-color: black; text-align: center;">
<img src="https://i.postimg.cc/Vv1Vfhhy/inf.gif" style="margin-top:40vh;">
</div>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-bottom">
<div class="container">
<a class="navbar-brand" href="#"><strong>InfInITy 2k19</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#home"><strong>Home</strong>
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#registration"><strong>Registration</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about"><strong>About</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stats"><strong>Stats</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#winners"><strong>Previous Winners</strong></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team"><strong>The Team</strong></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<section id="home">
<div class="container" style="height: 100vh;">
<div class="row">
<div class="col-lg-6">
<!-- <h1 class="mt-5">The Big Picture</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt voluptates rerum eveniet sapiente repellat esse, doloremque quod recusandae deleniti nostrum assumenda vel beatae sed aut modi nesciunt porro quisquam voluptatem.</p> -->
</div>
</div>
</div>
</section>
<!-- Registration and App advertisement - Rohan Lekhwani -->
<section id="registration">
<div class="container content">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Registration</h2>
</div>
</div>
<div class="row" style="margin-top:60px;">
<div align="center" class="col-lg-6">
<h3 style="margin-top: 60px; margin-bottom: 30px;">Register on the InfInITy 2k19 App</h3>
<h5 style="margin-bottom: 30px;"> 💰 Prizes worth INR 10,000 💰</h5>
<a href="#"><img src="img/google-play-badge.png" alt="Change to App link"
style="height:100px; width:auto; margin-bottom: 30px;"></a>
</div>
<div" style="float: right; text-align: center;" class="col-lg-4">
<img src="img/inf19pixel2.png" style="height: 400px; width: auto;"></img>
</div>
</div>
</div>
</div>
</section>
<!-- About - Rohan Lekhwani -->
<section id="about">
<div class="container content">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About</h2>
</div>
</div>
<div class="row" style="margin-top:60px; overflow: hidden;">
<p style="font-family: 'Roboto Slab', serif;">
InfInITy is IIIT Pune's annual flagship coding contest hosted every year on Codechef. A 3 hour coding contest
that's guaranteed to get your head itching and your heart wanting more. InfInITy started in 2017 and
was limited only to IIIT Pune. Last year, InfInITy was made open to everyone and witnessed more than 2000
submissions all over the globe within 3 hours. <strong>Himanshu Jaju (Google) was the global winner last
year.</strong>
</p>
<p style="font-family: 'Roboto Slab', serif;">The contest follows ACM style scoring and consists of problems
designed for particpants ranging from
beginners to experts. Anyone having a knack for coding is encouraged to participate.</p>
<p style="font-family: 'Roboto Slab', serif;"><strong>Follow us on: </strong>
<!-- Add font awesome icons -->
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-android"></i></a>
</p>
</div>
</div>
</section>
<!-- Countdown Stats - Yashodhan Agnihotri -->
<section id="stats">
<div class="container content">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Stats</h2>
</div>
</div>
<div class="row" style="margin-top:60px; text-align: center;">
<div class="col-lg-4 col-xs-12">
<h5>Contestants</h5>
<span class="c-section4">487</span>
<br>
<br>
</div>
<div class="col-lg-4 col-xs-12">
<h5>Total Submissions</h5>
<span class="c-section4">3259</span>
<br>
<br>
</div>
<div class="col-lg-4 col-xs-12">
<h5>Universities Participated</h5>
<span class="c-section4">239</span>
<br>
<br>
</div>
</div>
</div>
</section>
<!-- Previous winners (World, India and college) - Anagha Ajnadkar -->
<section id="winners" style="min-height: 93vh; color:black; margin-bottom:3px; overflow: hidden;" class="wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<b>
<h1 class="section-heading text-uppercase" style="margin-top:3px;">2k18 Winners</h1>
</b>
<div style="margin-top: 60px;">
<div class="container" style="display:flex; justify-content: center;">
<div class="row align-items-center col-lg-9">
<div class="col-lg-6 order-lg-1 pt-0 pb-0 photo">
<div class="pt-4 pb-3 pl-5 pr-5" style="margin-top:1px;">
<img class="img-fluid rounded-circle" src="img/1.webp" alt="" style="height:auto;width:200px;">
</div>
</div>
<div class="col-lg-6 order-lg-1 photo" style="padding-left:30px;">
<div class="p-3">
<h3>Himanshu Jaju</h3>
<h4><b>Google, London</b></h4>
<h3>Global Rank 1</h3>
<br>
<p>
<a href="https://www.codechef.com/users/himanshujaju"><i class="fas fa-code fa-3x"
style="margin-right: 15px;margin-bottom:15px;"></i></a>
<a href="https://github.com/himanshujaju"><i class="fab fa-github fa-3x"
style="margin-right: 5px; margin-bottom: 15px;"></i></a>
<a href="https://www.linkedin.com/in/himanshujaju/"><i class="fab fa-linkedin fa-3x"
style="margin-right: 15px;margin-bottom: 15px;margin-left: 10px;"></i></a>
<!-- <a href=""><i class="fab fa-quora fa-3x" style="margin-bottom:15px; margin-left:7px;"></i></a> -->
</p>
</div>
</div>
</div>
</div>
</div>
<div style="margin-top: 60px;">
<div class="container" style="display:flex; justify-content: center;">
<div class="row align-items-center pt-0 pb-0 col-lg-9" style="display: flex; justify-content: center;">
<div class="col-lg-6 order-lg-2 photo" style="padding-left: 30px;">
<div class="pt-3 pb-3 pl-5 pr-5">
<img class="img-fluid rounded-circle" src="img/2.jpeg" alt="" style="height:auto;width:200px;">
</div>
</div>
<div class="col-lg-6 order-lg-1 photo" style="padding-left:30px;">
<div class="p-3">
<h3>Priyanshu Kumar</h3>
<h4><b>IIIT Allahabad</b></h4>
<h3>India Rank 1</h3>
<br>
<p>
<a href="https://www.codechef.com/users/priyanshukm"><i class="fas fa-code fa-3x"
style="margin-right: 15px;margin-bottom:15px;"></i></a>
<a href="https://github.com/priyanshukm" style="font-weight: 50;"><i class="fab fa-github fa-3x"
style="margin-right: 5px; margin-bottom: 15px;"></i></a>
<a href="https://www.linkedin.com/in/priyanshukm/"><i class="fab fa-linkedin fa-3x"
style="margin-right: 15px;margin-bottom: 15px;margin-left: 10px;"></i></a>
<!-- <a href="https://www.quora.com/profile/Priyanshu-Kumar-48"><i class="fab fa-quora fa-3x" style="margin-bottom:15px; margin-left:7px;"></i></a> -->
</p>
</div>
</div>
</div>
</div>
</div>
<div style="margin-top: 60px;">
<div class="container" style="display:flex; justify-content: center;">
<div class="row align-items-center pt-0 pb-0 col-lg-9" style="display: flex; justify-content: center;">
<div class="col-lg-6 order-lg-1 photo">
<div class="pt-3 pb-4 pl-5 pr-5">
<img class="img-fluid rounded-circle" src="img/3.jpeg" alt="" style="height:auto;width:200px;">
</div>
</div>
<div class="col-lg-6 order-lg-1 photo" style="padding-left:30px;">
<div class="p-3">
<h3>Darshan Lokhande</h3>
<h4><b>IIIT Pune</b></h4>
<h3>IIIT Pune Rank 1</h3>
<br>
<p>
<a href="https://www.codechef.com/users/darshancool25"><i class="fas fa-code fa-3x"
style="margin-right: 15px;margin-bottom:15px;"></i></a>
<a href="https://github.com/darshancool25"><i class="fab fa-github fa-3x"
style="margin-right: 5px; margin-bottom: 15px;"></i></a>
<a href="https://www.linkedin.com/in/darshanlokhande/"><i class="fab fa-linkedin fa-3x"
style="margin-right: 15px;margin-bottom: 15px;margin-left: 10px;"></i></a>
<!-- <a href="https://www.quora.com/profile/Darshan-Lokhande"><i class="fab fa-quora fa-3x" style="margin-bottom:15px; margin-left:7px;"></i></a> -->
</p>
</div>
</div>
</div>
</div>
</div>
<div>
</div>
</div>
</div>
</section>
<!-- Team - Rohan Lekhwani -->
<section id="team" style="margin-bottom: 60px;">
<div class="container content">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">The Team</h2>
</div>
</div>
<div style="margin-top:60px;">
<img src="img/team/abhishek.jpeg" class="team">
<img src="img/team/raut.jpeg" class="team">
<img src="img/team/rohanlekhwani.png" class="team">
<img src="img/team/shantanu1.jpeg" class="team">
<img src="img/team/yasho.jpeg" class="team">
<img src="img/team/anagha.jpeg" class="team">
<img src="img/team/kunal2.jpeg" class="team">
<img src="img/team/joshi1.jpeg" class="team">
<img src="img/team/shubham.jpeg" class="team">
<img src="img/team/kunal1.jpeg" class="team">
<img src="img/team/darshan.jpeg" class="team">
<img src="img/team/khushi.jpeg" class="team">
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="js/confetti.js"></script>
<script src="js/loader.js"></script>
</body>
</html>
<!-- <div class = "countdown">
<div id="timer">
<div id="clock">
<div class="block">
<span class="digit" id="months" ></span>
<p style="color:white;">Months</p>
</div>
<div class="block">
<span class="digit" id="days" ></span>
<p style="color:white;">Days</p>
</div>
<div class="block">
<span class="digit" id="hours"></span>
<p style="color:white">Hours</p>
</div>
<div class="block" >
<span class="digit" id="minutes"></span>
<p style="color:white">Minutes</p>
</div>
<div class="block">
<span class="digit" id="seconds"></span>
<p style="color:white">Seconds</p>
</div>
</div>
</div>
</div> -->