-
Notifications
You must be signed in to change notification settings - Fork 1
/
CyberSecDetails.html
81 lines (62 loc) · 4.95 KB
/
CyberSecDetails.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
<!DOCTYPE html>
<html>
<head>
<title>Cyber Security Workshop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/11cacb9a37.js" crossorigin="anonymous"></script>
<style>
h1,h2{
text-transform: uppercase;
}
body{
font-family: 'Open Sans', sans-serif;
background-image:url("background.jpg");
}
.color{
background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);}
</style>
</head>
<body>
<div class="container">
<br>
<br>
<div class="jumbotron color" >
<div class="container">
<div class="row">
<div class="col">
<img src="CyberSecPoster.jpg" style="width:100%">
</div>
<div class="col">
<h1 class="font-weight-bold">Cyber Security Workshop</h1>
<br>
<h2 class="font-weight-bold">ABOUT</h2>
<p>To protect yourself from cyber attacks or to build a future in protecting others from such attacks and to assess your knowledge in this field, ACM IGDTUW under the banner of अद्वय is bringing to you the CYBER SECURITY workshop Windows Exploit 101 and Quiz!!</p>
<h2 class="font-weight-bold">Rules for Quiz</h2>
<p>The cybersecurity quiz will be based on the trends/terminologies/tools/techniques related to the field of Information-Security. The contest will be held in three rounds – Beginner, Intermediate and Advance. </p><p class="font-weight-bold">
For all the three levels, the questions will be of MCQ (Multiple Choice Question)-type, wherein only one option will be the correct answer. Participants will have 60 seconds (1 minute) to answer each question. All the questions will carry 1000-points each. </p><p>The score of a participant will be based on two factors: </p> <p>(1) Whether the answer is correct or not</p><p> (2) How much time the participant took in answering a question. There will be no negative marking. </p>
<p>
Only one round will be hosted/played at a time in this order - (1) Beginners-Round, (2) Intermediate-Round and (3) Advance-Round.</p>
<p> After each round, only the top 50% of the participants will be eligible to play the next round.After each round, the winners will be highlighted on the Kahoot-screen itself.</p>
<p> First-round will be a screening round. </p>
<p class="font-weight-bold">
The top three winners of the second and third rounds will be awarded for their achievement. Note: The top three winners at the end of the third round will be the ultimate winners of this contest. </p>
<h2 class="font-weight-bold">Hosting Platform</h2>
<p>This quiz will be hosted through a live Zoom-session. The session ID/PW will be shared soon. Participants will be required to join the zoom session at-least 5 minutes before the quiz timing.</p>
<p class="font-weight-bold"> After that, the Kahoot id will be displayed on the zoom screen and the participants will have to open 'kahoot.it' in a different window of their browser and enter this Kahoot-ID there.</p>
<p>Once, all the participants have joined the Kahoot session from their devices, the quiz will begin and all the questions, along with the MCQ options, will be hosted on the zoom screen. </p>
<p class="font-weight-bold">It's recommended that the participants use a different device to join the Kahoot session through 'kahoot.it'</p>
<a class="btn btn-primary btn-lg" href="#" role="button" target="_blank">REGISTRATIONS CLOSED</a>
<!--href="https://docs.google.com/forms/d/10vt0o-B4R0JhdE78jggBYO_2urzbxzLokV4GeRK5iwM/edit"-->
</div>
</div>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<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.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
</body>
</html>