-
Notifications
You must be signed in to change notification settings - Fork 1
/
tasks.html
546 lines (468 loc) · 21.1 KB
/
tasks.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
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
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Aaruush'20 Campus Ambassador</title>
<meta content="" name="descriptison" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/aaruush'20 header black - Copy.png" rel="icon" />
<link href="assets/aaruush'20 header black - Copy.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link
href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<h1 class="text-light">
<a href="index.html"><span><img style="max-width: 100%;" src="assets/aaruush'21 header black.png"></span></a>
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<!-- <li><a href="#services">Services</a></li> -->
<!-- <li><a href="#portfolio">Highlights</a></li> -->
<li><a href="inner-page.html">Leaderboard</a></li>
<!-- <li class="drop-down">
<a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down">
<a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="index.html#contact">Contact Us</a></li>
<li class="get-started"><a href="https://forms.gle/LkAjafsvN95Q3kReA" target="_blank" rel="noopener noreferrer" >Apply Now</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<!-- <section id="hero" class="d-flex align-items-center" style="display: flex">
<div class="container" style="margin: auto">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1">
<h1>Build yourself by being a Campus Ambassador</h1>
<h2>We are multidisciplinary organisation of SRM.</h2>
<a href="#about" class="btn-get-started scrollto">Apply</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img
src="assets/img/hero-img.svg"
class="img-fluid animated"
alt=""
/>
</div>
</div>
</div>
</section> -->
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<!-- <section id="about" class="about" style="display: flex">
<div class="container" style="margin: auto">
<div class="row justify-content-between">
<div
class="col-lg-5 d-flex align-items-center justify-content-center about-img"
>
<img
src="assets/img/about-img.svg"
class="img-fluid"
alt=""
data-aos="zoom-in"
/>
</div>
<div class="col-lg-6 pt-5 pt-lg-0">
<h3 data-aos="fade-up">About Us</h3>
<p
data-aos="fade-up"
data-aos-delay="100"
style="text-align: justify; color: black !important"
>
<br />
Aaruush is the Annual National Level Techno-Management Fest of
SRM Institute of Science and Technology, Kattankulathur. Since
its inception in 2007, the motto of Aaruush has been "Rising in
the spirit of Innovation", to keep striving to change the world
with the power of innovation and give students a platform to
showcase their skills on a national level. With an average
annual footfall of over 75,000 and over 60 events, Aaruush has
become one of the largest Techno-Management Fests in Asia, with
colleges from all over India taking part in it. With an
abundance of workshops, summits, interviews, expos, conferences,
lectures, and the Aaruush Nites flowing with performances by
artists from all around the world, Aaruush leaves a mark on all
students alike, a memory to be revered for years to come!
</p>
<div class="row">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>Corporis voluptates sit</h4>
<p>
Consequuntur sunt aut quasi enim aliquam quae harum pariatur
laboris nisi ut aliquip
</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Ullamco laboris nisi</h4>
<p>
Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt
</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End About Section -->
<style>
.section-title p::after {
left: calc(30px);
}
</style>
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg" style="display: flex">
<div class="container" style="margin: auto;">
<div
class="section-title"
data-aos="fade-up"
style="text-align: left !important"
>
<h2>Tasks</h2>
<p>Complete the tasks</p>
</div>
<div class="row">
<div
class="col-md-12 col-lg-12 d-flex align-items-stretch"
data-aos="zoom-in"
data-aos-delay="100"
style="margin-bottom: 50px"
>
<p class="description">
Welcome, Campus Ambassadors. Its time to gear up and prove that actions speak way louder than words.
The underlying task-bar contains the responsibilities of an Aaruush Campus Ambassador. You not only have to fulfil them rationally on time but also upload all necessary proof of doing so (in the form of screenshots). Your active participation in the fulfilment of these tasks will allow you to gain points, hence determining your position on the leaderboard.
</p>
<br />
</div>
<style>
.st {
font-size: 18px !important;
}
.head {
margin-bottom: 10px;
}
.link {
color: #e8505b;
}
.link:hover {
color: white;
}
.bt {
border-color: #e8505b;
color: white;
}
.bt:hover {
background: #e8505b;
color: white;
}
.btn-primary{
background: #e8505b !important;
border: #e8505b;
color: white;
}
.btn-primary:hover{
color: white;
}
</style>
<!-- <div
class="row col-md-12 col-lg-12 d-flex align-items-stretch icon-box"
data-aos="zoom-in"
data-aos-delay="100"
style="margin-bottom: 50px"
>
<div class="col-12" style="text-align: left">
<h2 class="head"><b>Task 1 : Hello World!</b></h2>
<p class="description st">
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla
</p>
<br />
<button type="button" class="btn btn-light btn-lg bt">
Points : 25
</button>
<button
type="button"
href="www.google.com"
class="btn btn-primary btn-lg"
>
<a class="link" href="www.google.com"> Upload Task</a>
</button>
</div>
<br />
</div> -->
<div style="width: 100%;" id="root"></div>
<div
class="section-title"
data-aos="fade-up"
style="text-align:left; margin-bottom: 0px; padding-bottom: 0px ; padding-left:20px;width: 100%;"
>
<br><br><br><br> <p> Terms & Conditions</p>
</div>
<div
class="col-md-12 col-lg-12 d-flex align-items-stretch"
data-aos="zoom-in"
data-aos-delay="100"
>
<ol class="description">
<li> Proof of tasks submitted should be authentic to the best of your knowledge.</li>
<li> The Certificate and Letter of Recommendation will only be provided on successfully completing the tenure.</li>
<li> A minimum of ‘x’ points need to be gained in order to be eligible to receive the incentives. Each incentive also has a separate points total that you need to gain in order to avail it.</li>
<li> If any attempt is made to take undue advantage of the programme it will result in the immediate termination of the ambassadorship.</li>
<li> Aaruush retains all rights to withdraw your ambassadorship or appoint additional ambassadors at any given point if your performance is deemed unsatisfactory.</li>
<li> Any action that defames or attempts to tarnish the Aaruush name or its subsidiaries will lead to strict action and/or termination.</li>
<li> Any violation of the aforementioned terms and conditions will also result in immediate termination.</li>
<li> Aaruush has complete and final discretionary authority over decisions pertaining to the validity of any claim. Any and all decisions made by Aaruush are final and binding to all parties involved.</li>
</ol>
<!--
<p >
Welcome, Campus Ambassadors. Its time to gear up and prove that actions speak way louder than words.
The underlying task-bar contains the responsibilities of an Aaruush Campus Ambassador. You not only have to fulfil them rationally on time but also upload all necessary proof of doing so (in the form of screenshots). Your active participation in the fulfilment of these tasks will allow you to gain points, hence determining your position on the leaderboard.
</p> -->
</div>
</div>
</div>
</section>
<script
type="text/javascript"
src="/assets/js/jquery-3.3.1.min.js"
></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="/assets/js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="/assets/js/mdb.min.js"></script>
<script type="text/javascript">
$.getJSON(
"https://spreadsheets.google.com/feeds/list/1ta5k6iW__P69uLKYWld6YXj-DEJUJzYY6gIUq0Ex5Ck/od6/public/values?alt=json",
function (data) {
var sheetData = data.feed.entry;
var i;
for (i = 0; i < sheetData.length; i++) {
var task_name = data.feed.entry[i]["gsx$taskname"]["$t"];
var desc=data.feed.entry[i]["gsx$description"]["$t"];
var point= data.feed.entry[i]["gsx$points"]["$t"];
var links = data.feed.entry[i]["gsx$link"]["$t"];
var twitter= data.feed.entry[i]["gsx$twitter"]["$t"];
var facebook= data.feed.entry[i]["gsx$facebook"]["$t"];
var instagram= data.feed.entry[i]["gsx$instagram"]["$t"];
var youtube= data.feed.entry[i]["gsx$youtube"]["$t"];
var linkedin= data.feed.entry[i]["gsx$linkedin"]["$t"];
document.getElementById("root").innerHTML +='<div style="width:100%;" class="row col-md-12 col-lg-12 d-flex align-items-stretch icon-box" data-aos="zoom-in" data-aos-delay="100" style="margin-bottom: 50px"><div class="col-12" style="text-align: left"><h2 class="head"><b>'+task_name+'</b></h2><p class="description st">'+desc+'</p><br /><button type="button" class="btn btn-primary btn-lg ">Points : '+point+'</button> <button type="button" class="btn btn-light btn-lg bt"><a class="link" target="_blank" rel="noopener noreferrer" href="'+links+'"> Upload Task</a></button> <button type="button" class="btn btn-light btn-lg bt"> <a target="_blank" href="'+twitter+'" class="twitter" style="margin-top:2px;"><i class="bx bxl-twitter"></i></a></button> <button type="button" class="btn btn-light btn-lg bt"><a target="_blank" href="'+facebook+'" class="facebook" style="margin-top:2px;"><i class="bx bxl-facebook"></i></a></button> <button type="button" class="btn btn-light btn-lg bt"><a target="_blank" href="'+instagram+'" class="instagram"><i class="bx bxl-instagram"></i></a></button> <button type="button" class="btn btn-light btn-lg bt"><a target="_blank" href="'+youtube+'" class="youtube"><i class="bx bxl-youtube"></i></a></button> <button type="button" class="btn btn-light btn-lg bt"><a target="_blank" href="'+linkedin+'" class="linkedin"><i class="bx bxl-linkedin"></i></a></button></div><br /></div>';
}
}
);
</script>
<!-- ======= Footer ======= -->
<footer id="footer">
<!-- <div class="footer-top">
<div class="container">
<div class="row">
<div
class="col-lg-3 col-md-6 footer-contacst"
data-aos="fade-up"
data-aos-delay="100"
>
<h3>Aaruush 20</h3>
<p>
A108 Adam Street <br />
New York, NY 535022<br />
United States <br /><br />
<strong>Phone:</strong> +1 5589 55488 55<br />
<strong>Email:</strong> [email protected]<br />
</p>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="200"
>
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Terms of service</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Privacy policy</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="300"
>
<h4>Our Services</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Web Design</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Product Management</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Marketing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Graphic Design</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="400"
>
<h4>Our Social Networks</h4>
<p>
Cras fermentum odio eu feugiat lide par naso tierra videa magna
derita valies
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"
><i class="bx bxl-instagram"></i
></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div> -->
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Aaruush 20</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/Aaruush 20-free-bootstrap-3-theme-for-creative/ -->
Designed by <a href="https://envision.aaruush.org/">Team Envision</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<script
type="text/javascript"
src="/assets/js/jquery-3.3.1.min.js"
></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="/assets/js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="/assets/js/mdb.min.js"></script>
<script type="text/javascript">
$.getJSON(
"https://spreadsheets.google.com/feeds/list/1c9UTIqn2IjqCmfVmJgtw1QUx5aUzRPn3933OHQgDChk/od6/public/values?alt=json",
function (data) {
var sheetData = data.feed.entry;
var i;
for (i = 0; i < sheetData.length; i++) {
var name = data.feed.entry[i]["gsx$_cn6ca"]["$t"];
var age = data.feed.entry[i]["gsx$_cokwr"]["$t"];
var email = data.feed.entry[i]["gsx$_cpzh4"]["$t"];
document.getElementById("demo").innerHTML +=
"<tr>" +
"<td>" +
(i + 1) +
"</td>" +
"<td>" +
name +
"</td>" +
"<td>" +
email +
"</td>" +
"</td>" +
"<td>" +
age +
"</td>" +
"</tr>";
}
}
);
</script>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>