-
Notifications
You must be signed in to change notification settings - Fork 2
/
techEvents.html
456 lines (394 loc) · 16.2 KB
/
techEvents.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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Purv</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layoutEvents.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="p.png" >
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #790D00;
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #b30000;
}
</style>
</head>
<body>
<!-- Preloader
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="loading"><img src = "images/preloader1.gif"></div>
<style>
#loading{
position: fixed;
height: 100%;
top:0;
left:0;
right:0;
bottom:0;
background-color: #000;
color: white;
transition: 0.5s;
z-index: 999999;
}
#loading img{
height: 350px;
width: 350px;
display: block;
margin-left: auto;
margin-right: auto;
top: 35%;
left: 45%;
position: absolute;
margin: -100px 0 0 -100px;
}
#loading.hidden{
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 480px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 767px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 900px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 45%;
}
}
@media only screen and (max-width: 1024px){
#loading img{
height: 250px;
width: 250px;
top: 45%;
left: 47%;
}
}
</style>
<script>
setTimeout(function() {
$('#loading').addClass('hidden');
}, 2000);
</script>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="index.php">Home</a></li>
<li><a href="index.php#about">About</a></li>
<li><a href="index.php#theme">Theme</a></li>
<li><a href="index.php#stats">Stats</a></li>
<li><a href="index.php#events">Events</a></li>
<li><a href="index.php#contact">Contact</a></li>
<li><a href="register.php">Register</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="app" >
<h1><span>Technical Events</span></h1>
<div class = "hs">
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/robowar.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Robowar</h1>
<p style = "text-align: center;">Various robots will fight with each other. Predefined track will be given to the participants.</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 30X30 inches</span></li>
<li class="cardLi" type="circle"><span>> Weight of robot should not be more than 2 kgs</span></li>
<li class="cardLi" type="circle"><span>> Power supply limits to 12 volts.</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
</ul>
<a href = "EventReg/robowar.php"><Button class = "eventReg" id="myBtn" name = "robowar">Register</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/robosoccer.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Robosoccer</h1>
<p style = "text-align: center;">Are you a lover of both football and bots? Then this is the right place for you to combine these two and showcase your talent. *Robo Soccer* is a game of soccer played by bots between two teams, where you can score a goal like Ronaldo or Messi, or defend like Ramos or Cellini. Step into the arena and show us what you got.
</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 15X15 inches</span></li>
<li class="cardLi" type="circle"><span>> Weight of robot should not be more than 2 kgs</span></li>
<li class="cardLi" type="circle"><span>> Power supply limits to 12 volts.</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
</ul>
<a href = "EventReg/robosoccer.php"><Button class = "eventReg" id="myBtn1" name = "robosoccer">Register</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/roborace.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Roborace</h1>
<p style = "text-align: center;">Robots will race with each other crossing many hurdles.</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 15X15 inches</span></li>
<li class="cardLi" type="circle"><span>> Speed as well as troubles in the track should be considered by any team
participating. </span></li>
<li class="cardLi" type="circle"><span>> The team scoring maximum points will be the winner</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
</ul>
<a href = "EventReg/roborace.php"><Button class = "eventReg" id="myBtn2" name = "roborace">Register</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/lightfollower.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Light Follower</h1>
<p style = "text-align: center;">There will be a race of autonomous robot which has to complete a track with difficult
turnings. Participants need to make a robot which should follow a particular light which
would be laid on the floor
</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 30X30 inches</span></li>
<li class="cardLi" type="circle"><span>> Weight of robot should not be more than 2 kgs</span></li>
<li class="cardLi" type="circle"><span>> Power supply limits to 12 volts.</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
<li class="cardLi" type="circle"><span>> No toy car is allowed.</span></li>
</ul>
<a href = "EventReg/lightfollower.php"><Button class = "eventReg" id="myBtn3" name = "lightfollower">Register</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/linefollower.png" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Line Follower</h1>
<p style = "text-align: center;">There will be a race of autonomous robot which has to complete a track with difficult
turnings. Participants need to make a robot which should follow a particular line which
would be laid on the floor
</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 30X30 inches</span></li>
<li class="cardLi" type="circle"><span>> Weight of robot should not be more than 2 kgs</span></li>
<li class="cardLi" type="circle"><span>> Power supply limits to 12 volts.</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
<li class="cardLi" type="circle"><span>> No toy car is allowed.</span></li>
</ul>
<a href = "EventReg/linefollower.php"><Button class = "eventReg" id="myBtn4" name = "linefollower">Register</Button></a>
</div>
</div>
</div>
</div>
<div class = "itemsEvents">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/tugofwar.jpg" alt="Avatar" style="width:100%;height:100%; border-radius: 8px;;">
</div>
<div class="flip-card-back">
<h1>Tug of War</h1>
<p style = "text-align: center;">The robots face each other on a track with a string
attaching one to the other. The winning robot, the one
with the best adjustments, pulls the other across the line
</p>
<p class = "rule">Rules and Regulations:</p>
<ul class = "rule1">
<li class="cardLi" type="circle"><span>> Dimension of robots should be maximum of 30X30 inches</span></li>
<li class="cardLi" type="circle"><span>> Weight of robot should not be more than 2 kgs</span></li>
<li class="cardLi" type="circle"><span>> Power supply limits to 12 volts.</span></li>
<li class="cardLi" type="circle"><span>> Participants need to carry their identity card.</span></li>
</ul>
<a href = "EventReg/tugofwar.php"><Button class = "eventReg" id="myBtn5" name = "tugofwar">Register</Button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">Please feel free to leave a message at the given contact details. We'd love to hear it from you!
</p>
</div>
</div>
<div class="row">
<div class="two columns">
<div>
<h4>Contact Us</h4>
<p class="address">
IIITK<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>000-0054241</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="two columns">
<div>
<h4>Marketing</h4>
<p class="address">
Abc Soni<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>+91-6387363138</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="two columns">
<div>
<h4>Publicity</h4>
<p class="address">
Def Soni<br>
IIITK Campus<br>Jhalana gram,
Jaipur, India <br><br>
<span>+91-6387363138</span><br>
<span>[email protected]</span>
</p>
</div>
</div>
<div class="one columns">
<div>
<h3><a href = "register.php">Register</a></h3>
<h3><a href = "#home">Home</a></h3>
<h3><a href = "#about">About</a></h3>
<h3><a href = "#theme">Theme</a></h3>
<h3><a href = "#">Team</a></h3>
</div>
</div>
<div class="one columns">
<div>
<h3><a href = "login.php">Login</a></h3>
<h3><a href = "#events">Events</a></h3>
<h3><a href = "#contact">Contact</a></h3>
<h3><a href = "#">Sponsors</a></h3>
<h3><a href = "#">FAQ</a></h3>
</div>
</div>
<div class="four columns">
<div class = "contMed">
<video controls>
<source src="images/teaser.mp4" type="video/mp4">
<source src="images/teaser.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.facebook.com/profile.php?id=100029288597566" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/satyam-soni-332522172/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC7bYDBd9XNo9MNQPC25pwMg?view_as=subscribe" target="_blank"><i class="fa fa-youtube-play"></i></a></li>
<li><a href="https://twitter.com/SatyamS10969618" target="_blank"><i class="fa fa-twitter"></i></a></li>
<ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
<p class = "copyright" style = "color: #bfb8b8;"><strong>© Copyright 2020 Satyam Soni</strong></p>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
<script src="js/eventsModel.js"></script>
</body>
</html>