-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
535 lines (530 loc) · 34 KB
/
index.html
File metadata and controls
535 lines (530 loc) · 34 KB
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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rhapsody Club Mathematica</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/Rhapsody.png" rel="icon">
<link href="assets/img/Rhapsody.png" rel="apple-touch-icon">
<!-- Bootstrap Files -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
<!-- Font Icons -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/1383030fe5.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ruda:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> -->
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/leaderboard.css">
</head>
<body>
<div id="preloader"></div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-lg-between">
<div class="row">
<div class="rhapsody-logo">
<a href="#" class="logo rhapsody-icon" target="blank"><img src="assets/img/Rhapsody.png" alt="" class="img-fluid"></a>
</div>
<div class="cm-logo-1">
<a href="#" class="logo rhapsody-icon" target="blank"><img src="assets/img/favicon1.png" alt="" class="img-fluid"></a>
</div>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<i style = "top: 29px;"
class="fas fa-bars mobile-nav-toggle menu-mobile menu-icon"></i>
<ul>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto " href="https://www.clubmathematica.com/team/teams" target="blank">Team</a></li>
<li><a class="nav-link scrollto " href="#leader-board">Leader board</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
</nav>
<div class="cm-logo">
<a href="https://www.clubmathematica.com/" class="logo cm-icon d-none d-md-block" target="blank"><img src="assets/img/favicon1.png" alt="" class="img-fluid"></a>
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="150">
<div class="col-xl-6 col-lg-8">
<h1>Rhapsody<span>.</span></h1>
<h2>Club Mathematica</h2>
</div>
</div>
<div class="row gy-4 mt-5 justify-content-center" data-aos="zoom-in" data-aos-delay="250">
<div class="col-xl-2 col-md-4">
<a href="#sherlocked">
<div class="icon-box">
<i class="fas fa-search"></i>
<h3>Sherlocked</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4">
<a href="#off-the-clock">
<div class="icon-box">
<i class="far fa-clock"></i>
<h3>Off The clock</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4">
<a href="#third-eye">
<div class="icon-box">
<i class="fas fa-camera-retro"></i>
<h3>Third Eye</h3>
</div>
</a>
</div>
<div class="col-xl-2 col-md-4">
<a href="#square-up">
<div class="icon-box">
<i class="fas fa-brain"></i>
<h3>Square up</h3>
</div>
</a>
</div>
<!-- <div class="col-xl-2 col-md-4">
<div class="icon-box">
<i class="ri-database-2-line"></i>
<h3><a href="">Nemos Enimade</a></h3>
</div>
</div> -->
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2 align-content-center" data-aos="fade-left" data-aos-delay="100">
<img src="assets/img/about.jpg" class="img-fluid about-img" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right" data-aos-delay="100">
<h3>About Us</h3>
<br>
<p class="font-italic event-text">
The first thing that pops up when we hear "Club Mathematica" is Teamwork!
The impact it has left in each one of us is overwhelming!
Club Mathematica is one of the non-technical clubs of NIT Calicut. Be it conducting events for first years or conducting mock competitive exams, Club Mathematica has undoubtedly raised its performance bar each time.
Infinitum, Speranza and every other events we have conducted are the trademarks of our integrity and pride.
We believe in ourselves and all those who support us along our journey without whom we wouldn't have come so far. We believe in learning together, working together and rising together!
So what are you waiting for? Club Mathematica is already knocking at your door step! Come and join in the exciting events for an experience of a lifetime!
Stay Tuned..
</p>
</div>
</div>
<div class="d-flex flex-row">
<div class="cm-link-button">
<a class="btn btn-outline-secondary " href="https://www.clubmathematica.com" target="blank">Website</a>
<button id="view" class="btn btn-outline-secondary rounded shadow-none " type="button" data-toggle="collapse" data-target="#collapseVideo" aria-expanded="false" aria-controls="collapseVideo">Trailer</button>
</div>
</div>
</section><!-- End About Section -->
<div class="iframe text-center">
<div class="collapse" id="collapseVideo">
<div class="p-4 ratio ratio-16x9">
<iframe title="YouTube video" src="https://www.youtube.com/embed/0AwIrx1q7dQ" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe>
</div>
</div>
</div>
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div id="sherlocked" class="event-container p-lg-5 p-4 my-10 row" data-aos="zoom-in">
<div class="text-left col-xs-12 col-lg-8 align-content-center">
<h3 class="event-headline">Sherlocked</h3>
<p class="event-text"> A dead body lies on the dirt covered floor, a burning cigarette on the table, no signs of a struggle. If only Sherlock was here to unveil the truth. But you are. Yes you!. <br> Dust those fingerprints, clear those alibis, find those footprints, and follow those tracks. Club Math brings to you, Sherlocked, a chance for you to be the Baker Street boy you always admired. Unveil the truth like a potential sleuth. The crime awaits...
</p>
<div class='row my-3 mx-1'>
<a class="col-xs-12 col-lg-5 cta-btn my-2" href="./assets/guidelines/Sherlocked_Guidlines.pdf" download>Download Guidelines<i class="ri-download-2-fill px-3"></i></a>
<button class="col-xs-12 col-lg-3 btn cta-btn mx-lg-3 my-2 shadow-none " data-toggle="collapse" data-target="#collapseExample" aria-controls="collapseExample">Clues</a>
<a class=" col-xs-12 col-lg-3 my-2" href="https://script.google.com/a/macros/nitc.ac.in/s/AKfycbwYP9kIBpYrxezKK9ftd-IR4a0l9jDyDZxvRQlGSrlBz6-1c8hgQhDf2ihi_U5ljKXP/exec"><button class="btn cta-btn-submit" >
Submit<i class="ri-upload-cloud-2-line px-3"></i>
</button></a>
</div>
<div class="collapse" id="collapseExample">
<p class="event-text border rounded p-3 my-3">
Get the crime scene and the character sketches <a href="./assets/guidelines/SHERLOCKED.pdf" target="_blank" download>here</a>
</p>
<p class="event-text border rounded p-3 my-3">
Get sherlocked phase 2 clues <a href="./assets/guidelines/sherlocked_phase_2.png" target="_blank" download>here</a>
</p>
<p class="event-text border rounded p-3 my-3">
Get sherlocked phase 3 clues <a href="./assets/guidelines/sherlocked_phase_3.pdf" target="_blank" download>here</a>
</p>
<p class="event-text border rounded p-3 my-3">
Get sherlocked phase 4 clues <a href="./assets/guidelines/sherlocked_phase_4.pdf" target="_blank" download>here</a>
</p>
</div>
</div>
<div class="poster col-xs-12 col-lg-4 d-flex align-items-center justify-content-center">
<img src="assets/img/sherlocked_poster.jpeg" class="card img-responsive" alt="">
</div>
</div>
<div id="off-the-clock" class="event-container p-lg-5 p-4 my-10 row" data-aos="zoom-in">
<div class="text-left col-xs-12 col-lg-8 align-content-center">
<h3 class="event-headline">Off The Clock</h3>
<p class="event-text"> <b>Get Set Search!</b>
Brace yourselves for an enthralling experience of adrenaline rush as Club Mathematica presents 'Off The Clock'.
This round has been designed to test participants for their quick deciphering abilities and demands 'out of the box' thinking for drawing links between objects in a given set of data. <br>
Split into 2 subrounds, namely 'Brainomania' and 'Wikispeedia', coupled with a grand total of 100 points up for grabs, Off The Clock is set to keep you on the edge of your seats.
</p>
<div class='row my-3 mx-1'>
<a class="col-xs-12 col-lg-5 btn cta-btn my-2 disabled">Download Guidlines<i class="ri-download-2-fill px-3"></i></a>
<a class=" col-xs-12 col-lg-3 my-2" href="https://script.google.com/a/macros/nitc.ac.in/s/AKfycbwYP9kIBpYrxezKK9ftd-IR4a0l9jDyDZxvRQlGSrlBz6-1c8hgQhDf2ihi_U5ljKXP/exec"><button class="btn cta-btn-submit" >
Submit<i class="ri-upload-cloud-2-line px-3"></i>
</button></a>
</div>
</div>
<div class="poster col-xs-12 col-lg-4 d-flex align-items-center justify-content-center">
<img src="assets/guidelines/off_the_clock.jpg" class="card img-responsive" alt="">
</div>
</div>
<div id="third-eye" class="event-container p-lg-5 p-4 my-10 row" data-aos="zoom-in">
<div class="text-left col-xs-12 col-lg-8 align-content-center">
<h3 class="event-headline">Third Eye</h3>
<p class="event-text"> Do you like to look at things from a different angle? Its time to dust your photography skills. <br>
Grab your mobiles and cameras. Put your brains together. Crack the challenges. Beat the Time!
Club Mathematica presents, Third Eye, a live photography event. Buckle up! You're in for a ride!
</p>
<div class='row my-3 mx-1'>
<a class="col-xs-12 col-lg-5 cta-btn my-2 btn disabled">Download Guidlines<i class="ri-download-2-fill px-3"></i></a>
<a class=" col-xs-12 col-lg-3 my-2" href="https://script.google.com/a/macros/nitc.ac.in/s/AKfycbwYP9kIBpYrxezKK9ftd-IR4a0l9jDyDZxvRQlGSrlBz6-1c8hgQhDf2ihi_U5ljKXP/exec"><button class="btn cta-btn-submit" >
Submit<i class="ri-upload-cloud-2-line px-3"></i>
</button></a>
</div>
</div>
<div class="poster col-xs-12 col-lg-4 d-flex align-items-center justify-content-center">
<img src="assets/guidelines/third_eye_Recovered.png" class="card img-responsive" alt="">
</div>
</div>
<div id="square-up" class="event-container p-lg-5 p-4 my-10 row" data-aos="zoom-in">
<div class="text-left col-xs-12 col-lg-8 align-content-center">
<h3 class="event-headline">Square Up</h3>
<p class="event-text">Refresh your brains for some out of the box thinking as we present Square Up. <br>
Here you will come across bizarre tasks which will test your wits and instinct to the threshold. <br>
Buckle up and get ready to showcase your uncanny skills. <br>
The more you explore Square up, the diverting it becomes.
</p>
<div class='row my-3 mx-1'>
<a class="col-xs-12 col-lg-5 btn cta-btn my-2 disabled">Download Guidlines<i class="ri-download-2-fill px-3"></i></a>
<a class=" col-xs-12 col-lg-3 my-2" href="https://script.google.com/a/macros/nitc.ac.in/s/AKfycbwYP9kIBpYrxezKK9ftd-IR4a0l9jDyDZxvRQlGSrlBz6-1c8hgQhDf2ihi_U5ljKXP/exec"><button class="btn cta-btn-submit" >
Submit<i class="ri-upload-cloud-2-line px-3"></i>
</button></a>
</div>
</div>
<div class="poster col-xs-12 col-lg-4 d-flex align-items-center justify-content-center">
<img src="assets/guidelines/square_up_poster.jpeg" class="card img-responsive" alt="">
</div>
</div>
</section>
<div class="modal fade" id="submission-third-eye" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header text-center">
<h4 class="modal-title">Third Eye</h4>
<button type="button" class="close btn btn-danger" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Full Name</label>
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Name" required="true">
</div>
<br>
<div class="form-group">
<label class="mr-sm-2 sr-only" for="inlineFormCustomSelect">Branch</label>
<select class="custom-select mr-sm-2" id="inlineFormCustomSelect" required="true">
<option value=""> </option>
<option value="CHEMPRO"> CHEMPRO </option>
<option value="CIVIL"> CIVIL </option>
<option value="CSE"> CSE </option>
<option value="ECE"> ECE </option>
<option value="EEE "> EEE </option>
<option value="MECH"> MECH </option>
<option value="PAMB"> PAMB </option>
</select>
</div>
<br>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email" required="true">
<small id="emailHelp" class="form-text text-muted">submissions through NITC mail will only be evaluated.</small>
</div>
<br>
<div class="form-group">
<label for="exampleFormControlFile1">Upload File</label>
<input type="file" class="form-control-file" id="exampleFormControlFile1" required="true">
</div>
<br>
<button id="submit" type="submit" class="btn btn-primary col-12" data-toggle="modal" data-dismiss="modal" data-trget="#succesful">
Submit
</button>
<br>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="succesful" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header text-center">
<h4 class="modal-title">Submission Succesful</h4>
</div>
</div>
</div>
</div>
<!-- End Cta Section -->
<!-- Leader Board Section -->
<section id="leader-board" class="leaderboard-section">
<div class="event-leaderboard-heading">
<h1 id="event-title">Rhapsody leaderboard</h1>
</div>
<div class="leaderboard">
<div class="inside-leaderboard-points">
<h1>
<svg class="ico-cup">
<use xlink:href="#cup"></use>
</svg>
Branch
</h1>
<h1 class="medal-icons-gold"><img src="assets/img/medal_gold_32.png" alt=""></h1>
<h1 class="medal-icons-silver"><img src="assets/img/medal_silver_32.png" alt=""></h1>
<h1 class="medal-icons"><img src="assets/img/medal_bronze_32.png" alt=""></h1>
<h1 class="points_text">Score</h1>
</div>
<ol>
<li>
<div class="inside-leaderboard-points">
<mark>CSE</mark>
<small></small>
<small class="d1">7</small>
<small class="d2">5</small>
<small class="d3">5</small>
<small class="score">1135</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>ECE</mark>
<small></small>
<small class="d1">6</small>
<small class="d2">8</small>
<small class="d3">5</small>
<small class="score">1228</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>EEE</mark>
<small></small>
<small class="d1">2</small>
<small class="d2">8</small>
<small class="d3">5</small>
<small class="score">454</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>PAMB</mark>
<small></small>
<small class="d1">8</small>
<small class="d2">9</small>
<small class="d3">3</small>
<small class="score">1018</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>CIVIL</mark>
<small></small>
<small class="d1">5</small>
<small class="d2">3</small>
<small class="d3">4</small>
<small class="score">619</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>MECH</mark>
<small></small>
<small class="d1">3</small>
<small class="d2">2</small>
<small class="d3">2</small>
<small class="score">628</small>
</div>
</li>
<li>
<div class="inside-leaderboard-points">
<mark>CHEMPRO</mark>
<small></small>
<small class="d1">1</small>
<small class="d2">2</small>
<small class="d3">3</small>
<small class="score">388</small>
</div>
</li>
</ol>
</div>
<svg style="display: none;">
<symbol id="cup" x="0px" y="0px" width="25px" height="26px" viewBox="0 0 25 26" enable-background="new 0 0 25 26" xml:space="preserve">
<path fill="#f59f00 " d="M21.215,1.428c-0.744,0-1.438,0.213-2.024,0.579V0.865c0-0.478-0.394-0.865-0.88-0.865H6.69
C6.204,0,5.81,0.387,5.81,0.865v1.142C5.224,1.641,4.53,1.428,3.785,1.428C1.698,1.428,0,3.097,0,5.148
C0,7.2,1.698,8.869,3.785,8.869h1.453c0.315,0,0.572,0.252,0.572,0.562c0,0.311-0.257,0.563-0.572,0.563
c-0.486,0-0.88,0.388-0.88,0.865c0,0.478,0.395,0.865,0.88,0.865c0.421,0,0.816-0.111,1.158-0.303
c0.318,0.865,0.761,1.647,1.318,2.31c0.686,0.814,1.515,1.425,2.433,1.808c-0.04,0.487-0.154,1.349-0.481,2.191
c-0.591,1.519-1.564,2.257-2.975,2.257H5.238c-0.486,0-0.88,0.388-0.88,0.865v4.283c0,0.478,0.395,0.865,0.88,0.865h14.525
c0.485,0,0.88-0.388,0.88-0.865v-4.283c0-0.478-0.395-0.865-0.88-0.865h-1.452c-1.411,0-2.385-0.738-2.975-2.257
c-0.328-0.843-0.441-1.704-0.482-2.191c0.918-0.383,1.748-0.993,2.434-1.808c0.557-0.663,1-1.445,1.318-2.31
c0.342,0.192,0.736,0.303,1.157,0.303c0.486,0,0.88-0.387,0.88-0.865c0-0.478-0.394-0.865-0.88-0.865
c-0.315,0-0.572-0.252-0.572-0.563c0-0.31,0.257-0.562,0.572-0.562h1.452C23.303,8.869,25,7.2,25,5.148
C25,3.097,23.303,1.428,21.215,1.428z M5.238,7.138H3.785c-1.116,0-2.024-0.893-2.024-1.99c0-1.097,0.908-1.99,2.024-1.99
c1.117,0,2.025,0.893,2.025,1.99v2.06C5.627,7.163,5.435,7.138,5.238,7.138z M18.883,21.717v2.553H6.118v-2.553H18.883
L18.883,21.717z M13.673,18.301c0.248,0.65,0.566,1.214,0.947,1.686h-4.24c0.381-0.472,0.699-1.035,0.947-1.686
c0.33-0.865,0.479-1.723,0.545-2.327c0.207,0.021,0.416,0.033,0.627,0.033c0.211,0,0.42-0.013,0.627-0.033
C13.195,16.578,13.344,17.436,13.673,18.301z M12.5,14.276c-2.856,0-4.93-2.638-4.93-6.273V1.73h9.859v6.273
C17.43,11.638,15.357,14.276,12.5,14.276z M21.215,7.138h-1.452c-0.197,0-0.39,0.024-0.572,0.07v-2.06
c0-1.097,0.908-1.99,2.024-1.99c1.117,0,2.025,0.893,2.025,1.99C23.241,6.246,22.333,7.138,21.215,7.138z" />
</symbol>
</svg>
<div class="AV-leaderboard-link">Split or Steal Scoreboard Link<a href="https://keepthescore.co/board/bndnizybjvr/" target="blank"><button class="AV-club-button"> Split or Steal Scoreboard</button></a></div>
</section>
<!-- Leader Board Section -->
<!-- AV Leader Board -->
<!-- AV Leader Board -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<p>Contact Us </p>
</div>
<div class="row mt-5 contact-us-form">
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="https://formspree.io/f/mqkgrzpr" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row footer-center-class">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<img class="logo-footer" src="assets/img/logo.png" WIDTH=250>
<p>
Club Mathematica <br>
NIT Calicut, Kozhikode<br><br>
<strong>Email:</strong> clubmath@nitc.ac.in<br>
</p>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul class="footer-list">
<li> <a href="#about">About us</a></li>
<li> <a href="https://www.clubmathematica.com/team/teams">Team</a></li>
<li> <a href="#leader-board">Leaderboard</a></li>
<li> <a href="#contact">Contact</a></li>
<li> <a href="https://www.clubmathematica.com/">Club Mathematica</a></li>
<li> <a href="https://infinitum.clubmathematica.com/">Infinitum</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Events</h4>
<ul class="footer-list">
<li> Infinitum</a></li>
<li> Speranza</a></li>
<li> Locus</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Club Mathematica</h4>
<p>Technical Club at NIT Calicut, Since early 2000s. Provides platform in math and logical reasoning to help build student's imaginative powers. </p>
<div class="social-links mt-3">
<a href="https://www.instagram.com/clubmathematica/" class="instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/clubmathematica/" class="facebook"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.behance.net/ClubMathematicaNITC" class="behance"><i class="fab fa-behance"></i></a>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- <div class="container">
<div class="copyright">
© Copyright <strong><span>Gp</span></strong>. All Rights Reserved
</div>
<div class="credits"> -->
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div> -->
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="ri-arrow-up-s-line"></i></i></a>
<!-- Vendor JS Files -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/score.js"></script>
<script src="assets/js/read.js"></script>
</body>
</html>