-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (110 loc) · 5.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<link rel="shotcut icon" type="img/png" href="images/logo.png">
<title>Vacanza'18</title>
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="nav__logo"><a href="https://csiakgec.in/" target="_blank" class="csi">CSI</a></div>
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div class="box1">
<a href="#" class="nav__links">Home</a>
</div>
<div class="box2">
<a href="#rounds" class="nav__links">Rounds</a>
</div>
<div class="box3">
<a href="#quiz" class="nav__links">Quizzes</a>
</div>
</div>
</nav>
<div class="background">
</div>
<div class="headercontent">
<div class="headerlogobox">
<img src="images/logo.png" alt="Vacanza_logo" class="headerlogoboxicon">
</div>
<div class="headertextlogo">
<img src="images/vac.svg" alt="text-logo">
</div>
<div class="headerbuttons">
<a href="registration/index.html" class="btnheaderregister">REGISTER
</a>
<a href="quiz/quiz.html" class="btnheaderquiz">START QUIZ
</a>
</div>
</div>
</header>
<main>
<section class="round">
<div class="round1box">
<div class="round1content">
<h2 class="round1heading">round 1</h2>
<div class="round1para">
Round 1 comprises of 4 domains from which participants have to select at least 2 domains and can
choose maximum of 4 domains for more points. The more domain you opt for , the more you score.
<h3 class="round1listheading">the four domains are</h3>
vintage photography | Leaf collage | oragami art | facemask art
</div>
<a class="button round1button" id="round1" href="#">RULES</a>
</div>
<div class="round1imgbox">
<div class="round1imgboximage r1"></div>
</div>
</div>
<div class="round2box round2imgbox">
<div class="round2imgbox">
<div class="round2imgboximage r2"></div>
</div>
<div class="round2content">
<h2 class="round2heading">round 2</h2>
<div class="round2para">
Test your knowledge just by answering some basic questions and gain points easily.Round 2
contains quiz questions based on popular TV series and sports.
<h3 class="round2listheading">The field are as follows:</h3>
Football | Stranger Things | Cricket | F.r.i.e.n.d.s
</div>
<a class="button round2button" id="round2" href="#">RULES</a>
</div>
</div>
<div class="round3box round3imgbox">
<div class="round3content">
<h2 class="round3heading">round 3</h2>
<div class="round3para">
The final round consists of making an interesting and astonishing magic trick video which might
force people to say “How did you do that!”. The best and the most surprising video will be
selected as the winner.
</div>
<a class="button round3button" id="round3" href="#">RULES</a>
</div>
<div class="round3imgbox">
<div class="round3imgboximage r3"></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footericons">
<a target="_blank" href="https://www.instagram.com/csi_akgec/"><img alt="follow us on instagram"
src="https://c866088.ssl.cf3.rackcdn.com/assets/instagram30x30.png" border=0></a>
<a target="_blank" href="https://www.youtube.com/channel/UCrxGbgXygspoAIk5zhOClVQ"><img
alt="follow us on youtube" src="https://c866088.ssl.cf3.rackcdn.com/assets/youtube30x30.png"
border=0></a>
<a target="_blank" href="https://www.facebook.com/csi.akg/"><img alt="follow us on facebook"
src="https://c866088.ssl.cf3.rackcdn.com/assets/facebook30x30.png" border=0></a>
</div>
<div class="footercopy">
©csiakgec 2020
</div>
</footer>
</body>
</html>