-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
667 lines (577 loc) · 29.8 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
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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Arvo&family=Bebas+Neue&family=Cairo:wght@700&family=Chivo+Mono:wght@300&family=Dosis:wght@600&family=Edu+VIC+WA+NT+Beginner&family=Fira+Sans:ital,wght@1,500&family=Fjalla+One&family=IBM+Plex+Mono:wght@300&family=Josefin+Sans:ital,wght@1,500&family=Lato&family=Noto+Serif+NP+Hmong&family=Nova+Flat&family=Roboto&family=Roboto+Slab:wght@300&family=Rubik:wght@300&family=Secular+One&family=Source+Code+Pro&family=Unbounded&display=swap" rel="stylesheet">
<link rel="stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./CyberCup3.0/cyber-cup-logo.jpeg">
<title>CyberCup 3.0</title>
</head>
<body>
<section id="navigation-bar">
</section>
<section id="Home">
<nav class="navbar navbar-expand-lg" style="background-color: #151328;">
<a class="navbar-brand" href="#">
<img class="logo" src="./CyberCup3.0/Amity_logo.png" alt="Bootstrap">
</a>
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navi collapse navbar-collapse justify-content-end" id="navbarTogglerDemo02">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link no-hover" href="#Home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link no-hover" href="#About-Us">About</a>
</li>
<li class="nav-item">
<a class="nav-link no-hover" href="#Themes">Themes</a>
</li>
<li class="nav-item">
<a class="nav-link no-hover" href="#Rules">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link no-hover" href="#Registration">Register</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link no-hover" href="">Schedule</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link no-hover" href="#organizers">Contact</a>
</li> -->
<li class="nav-item">
<a class="nav-link no-hover" href="#faqs">FAQ</a>
</li>
</ul>
</div>
</nav>
<div class="container-home">
<h3 class="Amity-University">AMITY SCHOOL OF ENGINEERING & TECHNOLOGY</h3>
<h3 style="padding-top: 20px;" class="Amity-University">DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING</h3>
<h5 class="presents">Presents</h5>
<!-- image of cybercup 2.0 -->
<img class="home-image" src="./CyberCup3.0/laptop.png" alt="error404 image not found">
<br>
<div class="smaller-screen">
<img class="cybercup-logo" src="./CyberCup3.0/cyber-cup-logo.jpeg" alt="">
<h1 class="home-heading">CyberCup 3.0</h1> <br>
<!-- <h4 class="date-small-screen">"13th -14th October 2023"</h4> -->
</div>
</div>
</section>
<section id="misc">
<div class="misc-class container-fluid">
<div class="row">
<hr>
<div class="col-lg-4">
<h4 class="misc-heading">When</h4>
<h5 class="misc-text">13th and 14th October 2023</h5>
</div>
<div class="col-lg-4">
<h4 class="misc-heading">Where</h4>
<h5 class="misc-text">Amity University Uttar Pradesh, Noida campus</h5>
</div>
<div class="col-lg-4">
<h4 class="misc-heading" style="font-size: 30px;">Last Date for Registration: 8/10/23</h4>
<a class="misc-btn" type="button" href="https://amity.edu/nspg/CYBERCUP2023/">Register Now</a>
</div>
</div>
</div>
</section>
<section id="About-Us">
<div class="container-fluid about-us">
<h2 class="title"> ABOUT US</h2>
<div class="about-amity">
<h2 class="amity-headline">ABOUT AMITY UNIVERSITY UTTAR PRADESH, NOIDA</h2>
<p class="amity-text">At Amity we are passionate about grooming leaders who are
not only thorough professionals but also good human beings
with values and sanskars. We benchmark only against
the best institutions around the world. Our faculty and senior
team travel all over the globe to learn and imbibe the best
practices so that we can give a solid foundation for learning.</p>
<p class="amity-text">We have air-conditioned amphitheatre style classrooms that provide
the most conducive atmosphere for dynamic and focused discussions,
while the libraries at our campus are equipped with over 1,00,000
books, periodicals, national and international journals, CD-ROMS,
covering all aspects of academic studies and research material.
The hi-tech labs act as ideal training grounds for budding professionals
that allow students to experiment and bring to practice what they have learnt in theory.</p>
</div>
<br>
<div class="about-aset">
<h2 class="aset-headline">ABOUT AMITY SCHOOL OF ENGINEERING & TECHNOLOGY</h2>
<p class="aset-text">One of the best Engineering Schools in India, ASET is located in E-Block
at Amity University Uttar Pradesh, Noida Campus occupying an area of one lakh sq. feet.
The School has more than 280 faculty members, 100 support staff & over 5200 students.
Our infrastructure is supported by 118 fully equipped laboratories.
</p>
<p class="aset-text">
ASET offers more than 38 Programmes of which 7 are the B.Tech Programmes,
1 B.Tech + M.Tech Dual Degree Program, 4 B.Tech + MBA Dual Degree Programmes,
26 M.Tech Programmes. Ph.D Programmes are also offered in all subjects.
</p>
<p class="aset-text">
ASET conducts path breaking and innovative research in various spheres which has
been facilitated by various Centers of Excellence. Faculty are encouraged to write
quality research papers, books and file patents. Our research programme is also
supported by high-tech laboratories which act as ideal training ground for budding
professionals that allow students to experiment and gain practical knowledge.
</p>
</div>
<br>
<div class="about-cse">
<h2 class="cse-headline">ABOUT DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING</h2>
<p class="cse-text">Department of Computer Science & Engineering was formed in 2003 at
Amity University Uttar Pradesh, Noida. Since its inception, the department has been
recognized all over the world for excellence in research and teaching. It also
provides a supportive, friendly and challenging environment for teaching, learning
and research.</p>
<p class="cse-text">Today, the Department has a vibrant student body numbering about
2081 and almost every faculty member is PhD. The Department also offers several
attractive international exposures in terms of student exchange program, Industrial
Internship, Minor Project and Major Project for UG and PG Programs.</p>
<p class="cse-text">Department is nurtured by its clubs/committee and research groups.
These clubs offer students the chance to gain experience in their interest areas
and network with their peers. Each research group holds regular meetings and hold
seminars to discuss current research topics and results.</p>
</div>
<br>
<div class="about-cybercup">
<h2 class="cybercup-headline">ABOUT CYBERCUP 3.0</h2>
<p class="cybercup-text">After grand success of CyberCup 2.0, Department of Computer Science and Technology, is organizing its 3rd CyberCup on 13th - 14th October 2023. The event invites participants from different technical institutions throughout the
nation who shall code continously for 24 Hours & compete for exciting cash prizes. The
problems statement will be based on very exciting themes namely Blockchain & Cybersecurity, AI & Cloud Computing, IoT & Healthcare.</p>
<p class="cybercup-text">This event is going to be a once in a lifetime opportunity for
students who will get a chance to work on real life problems. Additionally, to keep
the spirit of the event more lively and vibrant, the event shall include mentoring
from industry professionals and academic experts during each round of evaluation.
To keep students motivated during the 24 Hours hackathon, flash mobs and yoga
session will be organised.</p>
</div>
</div>
</section>
<section id="Themes">
<h2 class="title">THEMES</h2>
<div class="container">
<div class="box">
<span></span>
<div class="content">
<h2>Blockchain & Cybersecurity</h2>
<p>Unlock the Future with Blockchain: Join our hackathon to explore the revolutionary world
of blockchain technology.</p>
<a href="./Blockchian_and_Cybersecurity.html">Read More</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>AI & Cloud Computing</h2>
<p>Embrace the limitless possibilities of Artificial Intelligence and witness the convergence
of human ingenuity with intelligent machines at our hackathon.</p>
<a href="./AI_and_CloudComputing.html">Read More</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>IoT & Healthcare</h2>
<p>Experience the power of interconnected devices and the transformative potential of
the Internet of Things (IoT) as we pave the way for a smarter and more connected world
in our hackathon.</p>
<a href="./IoT_and_Healthcare.html">Read More</a>
</div>
</div>
</div>
</section>
<section id="Sponsors">
<div class="container-fluid">
<h2 class="title">SPONSORS</h2>
<div class="row">
<div class="floating col-lg-6 col-md-6">
<img class="sponsor-logo" style="height: 150px; width: 150px;" src="./CyberCup3.0/essentia.jpg" alt="">
</div>
<div class="floating col-lg-6 col-md-6">
<img class="sponsor-logo" style="height: 150px; width: 487px;" src="./CyberCup3.0/quickswap.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 170px; width: 170px;" src="./CyberCup3.0/royal-enfield.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 170px; width: 170px;" src="./CyberCup3.0/bella-vita.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 170px; width: 270px;" src="./CyberCup3.0/claim-zippy.jpg" alt="">
</div>
<div class="floating col-lg-6 col-md-6">
<img class="sponsor-logo" style="height: 140px; width: 367px;" src="./CyberCup3.0/Jamboree.png" alt="">
</div>
<div class="floating col-lg-6 col-md-6">
<img class="sponsor-logo" style="height: 140px; width: 336px;" src="./CyberCup3.0/appwars.jpg" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 150px; width: 350px;" src="./CyberCup3.0/amazon-web-services-academy-oglethorpe.jpg" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 150px; width: 400px;" src="./CyberCup3.0/amity-incubator.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 150px; width: 150px;" src="./CyberCup3.0/sipnpop.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 190px; width: 170px;" src="./CyberCup3.0/pepsi.png" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 180px; width: 180px;" src="./CyberCup3.0/pjs.jpg" alt="">
</div>
<div class="floating col-lg-4 col-md-6">
<img class="sponsor-logo" style="height: 180px; width: 180px;" src="./CyberCup3.0/zeeve.webp" alt="">
</div>
</div>
</div>
</section>
<section id="Rules">
<div class="container-fluid">
<h2 class="title">RULES</h2>
<ul class="rules-list">
<li class="rule">
Each participant should be above 18 year of age.
</li>
<li class="rule">
Each participant must be present 24 Hours in the campus during the event.
</li>
<li class="rule">
Any case of misconduct/indiscipline shall directly lead to disqualification of the team.
</li>
<li class="rule">
In case of disqualification or unavailability of team in the campus, no refund will be provided to the participants.
</li>
<li class="rule">
The organizing institution shall only provide internet connectivity, i.e., no demand for additional software and hardware shall be entertained.
</li>
<li class="rule">
Participants shall bring their own devices including laptops, chargers, USB cables or stationary items.
</li>
<li class="rule">
Consumption of alcoholic/narcotics including usage of E-cigarettes is strictly not allowed during the event.
</li>
<li class="rule">
All participants shall abide by the rules of discipilne and conduct as set by Amity University Uttar Pradesh.
</li>
<li class="rule">
Organizing committee CyberCup 3.0 reserves right to cancel the event or not to declare any result in particular category/theme.
</li>
<li class="rule">
If any member of team leaves campus during the event, organizing team will disqualify the team. </li>
</ul>
<!-- <h2 class="title">GUIDANCE</h2>
<ul class="guidance">
<li class="guidance-list">
TEAM SIZE: 1-4 MEMBERS
</li>
<li class="guidance-list">
REGISTRATION FEES: INR 500/- PER TEAM, INCLUDING FOOD & LODGING
</li>
<li class="guidance-list">
ELIGIBILITY CRITEIRA: College/University student above 18 year of age.
</li>
<li class="guidance-list">
PRIZE FOR WINNER:
</li>
<li class="guidance-list">
PRIZE FOR 1ST RUNNER UP:
</li>
<li class="guidance-list">
PRIZE FOR 2ND RUNNER UP:
</li>
<li class="guidance-list">
PARTICIPATION CERTIFICATE WILL BE GIVEN TO ALL PARTICIPANTS.
</li>
<li class="guidance-list">
GOODIES AND SWAGS WILL ALSO BE PROVIDED
</li>
</ul> -->
</div>
</section>
<section id="guidance">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card card-1">
<h3>Team Size</h3>
<p>Team size of 1 to 4 members are allowed for hackathon.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-2">
<h3>Registration Fees</h3>
<p>Registration fees is INR 500/- per team for CyberCup 3.0.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-3">
<h3>Eligibility Criteria</h3>
<p>College/University student above 18 year of age are eligible for this hackathon.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-4">
<h3>Prize for Winner</h3>
<p>Prize worth of INR 25k/- for Winner,Goodies or Swags and Certificate.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-5">
<h3>Prize for 1st Runner Up</h3>
<p>Prize worth of INR 15k/- for 1st Runner Up, Swags and Certificate.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-6">
<h3>Prize for 2nd Runner Up</h3>
<p>Prize worth of INR 10k/- for 2nd Runner Up, swags, and Certificate.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-7">
<h3>Participation Certificate</h3>
<p>Certificate of Participation will be given to all participants and some cool goodies or swags</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-8">
<h3>Location for CyberCup 3.0</h3>
<p>Amity University Uttar Pradesh, Noida campus, Sector 125, Noida, Uttar Pradesh.</p>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card card-9">
<h3>Duration of CyberCup 3.0</h3>
<p>CyberCup 3.0 is 24hrs hackathon where participants build project.</p>
</div>
</div>
</div>
</div>
</section>
<section id="Previous-Event">
<div class="container-fluid">
<h2 class="title">Previous Event</h2>
<div class="row">
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/IMG_9813.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/9e35c06b-945f-4b37-9418-7963b9f8f47c.JPG" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/9cae5787-4471-441b-9789-f0547206d22c.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="/CyberCup3.0/pqy-event.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/image.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/WhatsApp Image 2023-07-28 at 17.24.39.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/IMG_6002.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/IMG_6063.jpg" alt="">
</div>
<div class="col-lg-4 col-md-6 event-image">
<img class="previous-event-image" src="./CyberCup3.0/IMG_6245.jpg" alt="">
</div>
</div>
</div>
</section>
<section id="Registration">
<div class="container-fluid">
<h2 class="title">Registration</h2>
<h1 class="registration-form">CYBERCUP 3.0 REGISTRATION FORM</h1>
<h3 class="last-date">Last Date for Registration: 8/10/23</h3>
<a class="btn" type="button" href="https://amity.edu/nspg/CYBERCUP2023/">Register Now</a>
</div>
</section>
<section id="Faculty-Remarks">
<div class="container-fluid faculty-remarks">
<h2 class="title">Faculty Remarks</h2>
<div class="row" style="text-align: center;">
<div class="col-lg-12">
<img src="./CyberCup3.0/IMG-20231001-WA0018.jpg" alt="">
</div>
<div class="col-lg-6 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0015.jpg" alt="">
</div>
<div class="col-lg-6 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0016.jpg" alt="">
</div>
<div class="col-lg-4 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0011.jpg" alt="">
</div>
<div class="col-lg-4 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0012.jpg" alt="">
</div>
<div class="col-lg-4 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0013.jpg" alt="">
</div>
<div class="col-lg-6 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0014.jpg" alt="">
</div>
<div class="col-lg-6 faculty-remark-img">
<img src="./CyberCup3.0/IMG-20231001-WA0019.jpg" alt="">
</div>
</div>
</div>
</section>
<section id="Heads">
<div class="container-fluid contacts">
<h2 class="title">For More Information</h2>
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="head-card">
<img src="./CyberCup3.0/WhatsApp Image 2023-07-31 at 15.52.25.jpg" alt="John" style="width:100%">
<h1 class="head-name">Jahanvi Joshi</h1>
<p class="head-title">Organizing Head</p>
<p class="head-title">+91 8800544614</p>
<p class="head-title">[email protected]</p>
<div style="margin: 24px 0;">
<a class="social" href="https://www.linkedin.com/in/jahanvi-joshi/"><i class="fa fa-linkedin"></i></a>
<a class="social" href="https://www.instagram.com/j.ahanvi/"><i class="fa fa-instagram"></i></a>
</div>
<a href="https://www.linkedin.com/in/jahanvi-joshi/"><button class="contact">Contact</button></a>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="head-card">
<img src="./CyberCup3.0/IMG_20230210_205118.jpg" alt="John" style="width:100%">
<h1 class="head-name">Raghav</h1>
<p class="head-title">Organizing Head</p>
<p class="head-title">+91 8800384508</p>
<p class="head-title">[email protected]</p>
<div style="margin: 24px 0;">
<a class="social" href="https://www.linkedin.com/in/raghav-kumar-3b7722218/"><i class="fa fa-linkedin"></i></a>
<a class="social" href="https://www.instagram.com/raghav._r7/"><i class="fa fa-instagram"></i></a>
</div>
<a href="https://www.linkedin.com/in/raghav-kumar-3b7722218/"><button class="contact">Contact</button></a>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="head-card">
<img src="./CyberCup3.0/yash.jpg" alt="John" style="width:100%">
<h1 class="head-name">Yash Gupta</h1>
<p class="head-title">Organizing Head</p>
<p class="head-title">+91 9935971396</p>
<p class="head-title">[email protected]</p>
<div style="margin: 24px 0;">
<a class="social" href="https://www.linkedin.com/in/yash-gupta-02a94b174/"><i class="fa fa-linkedin"></i></a>
<a class="social" href="https://www.instagram.com/its_yash_19/"><i class="fa fa-instagram"></i></a>
</div>
<a href="https://www.linkedin.com/in/yash-gupta-02a94b174/"><button class="contact">Contact</button></a>
</div>
</div>
</div>
</div>
</section>
<section id="faqs">
<h2 class="title">Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq">
<h3 class="faq-title">
When and where is CyberCup 3.0 is happening?
</h3>
<p class="faq-text">CyberCup 3.0 will be held from 9 a.m., 13th October, till 9 a.m.,
14th October, at Amity University Uttar Pradesh, Noida campus, Sector 125, Noida, Uttar Pradesh.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Who can participate in this event?
</h3>
<p class="faq-text">Students of age above 18 associated with any university/college can participate in this event.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Are there any pre-requisite skills required to be eligible for participation?
</h3>
<p class="faq-text">Basic coding and problem solving skills required.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Do I need a team?
</h3>
<p class="faq-text">Students can participate either individually or in a team of maximum size 4.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Do I need to pay anything to participate in an event?
</h3>
<p class="faq-text">A registration fee of Rs 500/- per team for CyberCup 3.0.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
Can I also join remotely? </h3>
<p class="faq-text">Students cannot participate remotely as the rounds of evaluation will be held at
Amity University Uttar Pradesh, Noida campus from 9 a.m., 13th October 2023, till 9 a.m., 14th October 2023</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
How to register for the event?
</h3>
<p class="faq-text">
Click on the register link given above or follow the given link: <a style="color: blue;" href="https://amity.edu/nspg/CYBERCUP2023/"> https://www.amity.edu/aset/CyberCup2023/</a>
</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
How do I get regular updates about the events?
</h3>
<p class="faq-text">To get regular updates follow our socials given below. Moreover, Team Leaders will be added to Whatsapp Group within 2-3 days after registering for the event.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
<div class="faq">
<h3 class="faq-title">
What's in it for me?
</h3>
<p class="faq-text">CyberCup 3.0 is a 24hr hackathon where students will have a chance to participate with other students across different universities/colleges, win exciting cash prizes, certificate of participations, awesome goodies and swags and be a part of an energizing yoga session held during the 24 hour event and work real world problems.</p>
<button class="faq-toggle">
<i class="fas fa-angle-down"></i>
</button>
</div>
</div>
</section>
<script src="https://kit.fontawesome.com/6c6d4e3ee8.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.min.js" integrity="sha512-OvBgP9A2JBgiRad/mM36mkzXSXaJE9BEIENnVEmeZdITvwT09xnxLtT4twkCa8m/loMbPHsvPl0T8lRGVBwjlQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./main.js"></script>
</body>
</html>