-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
239 lines (222 loc) · 11.2 KB
/
events.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
<!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="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<link rel="stylesheet" href="eventstyle.css">
<link rel="stylesheet" href="style.css">
<title>Sagacityⱽ¹⁶ Events</title>
</head>
<body>
<header class="sticky">
<img src="images/bg.jpg" class="banner">
<a href="#" class="smallLogo"><img src="images/Sagacity Logo.png" height="60" width="60"></a>
<div class="toggle"></div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="events.html" style="color: #ff275f; text-decoration: double underline;">Events</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><button><a href="events.html">PARTICIPATE</a></button></li>
<!-- <li><a href="#">Contact</a></li> -->
<li><span class="themeSwitch"></span></li>
</ul>
</nav>
</header>
<div class="section" style="margin-top: 3%;">
<div class="leftBox">
<div class="content">
<h1>Sagacity<sup>v16</sup> Events</h1>
<p><i>Sagacityⱽ¹⁶</i> is a two-day event, to be conducted in 20<sup>th</sup> & 21<sup>st</sup> January.<br>The events of <i>Sagacityⱽ¹⁶</i> is divided into two parts, <b>LAB EVENTS</b> and <b>NON-LAB EVENTS</b>.</p>
</div>
</div>
<div class="events">
<ul>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Pictionary (Solo)</h3>
<p>Pictionary is a drawing game where one person draws and other players try to guess what is being drawn.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>CodeCombat</h3>
<p>Are you good at coding? Here is the best opputunity to win the race & be a Coder Of The Day!</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Sudoku (Solo)</h3>
<p>It is the most famous Japanese mathematical puzzle game.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>TheLoBuilder</h3>
<p>Love to build Logos? Show the creativeness to make a logo on the given theme with the help of Photoshop or CorelDraw.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Change the Look (Solo)</h3>
<p>Prove your artistic skills by making the given picture look alive. The most attractive person will be awarded.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Blind Typo Master</h3>
<p style="font-size: 12px;">Blind Typo Master is a typing competition to identify the fastest typer. The content to type will be available in English Script but having different language. Participants have to type while the screen will be switched off.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Survey Says (Team of Two)</h3>
<p>In this game, 2 teams compete to name the most popular response to a survey in order to win the game.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Spin-a-web</h3>
<p>So, are you a web designer? Enter the thrilling world and make the best website using HTML, CSS, JavaScript and on the spot theme or concept.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Name It! (Solo)</h3>
<p>The game which challenges participants to recognize various abbreviations, acronyms, symbols, apps & logos.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Debug_Thugs</h3>
<p style="font-size: 12px;">Detect the thugs out of the code, beat the bugs and get rid of them! Here, participants will be provided with C/C++ programs with errors. They have to find those errors and make code executable. *Compilers won't be provided!</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Funk from Junk (Team of two)</h3>
<p>Participants will be given 45 minutes to create a sellable product from waste.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>TechTalash</h3>
<p style="font-size: 12px;">Are you good at guessing? Let's have fun predicting the Programming concepts. TechTalash is a quiz competition having indirected riddles where the participants have to guess the correct technical word.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Wordsworth (Solo)</h3>
<p>In this game, the players will be given a word and they have to make small words out of it. One with the most wins.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Logical Masters</h3>
<p style="font-size: 10px;">Let's select * from brain & crack the code! Logical Masters will have two levels. In 1st level, participants have to solve SQL queries as fast as possible as this will be an elimination round. In the next round, participants will be provided by half-program & output. The one who completes the program & reaches the desired given output will win as the master!</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Non-Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>Debate (Team of Three)</h3>
<p style="font-size: 13px;">A debate is a discussion about a subject on which people have different view. Each team will support the topics given to them and counter-support the opposite teams' topic.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>Lab<br><span>Event</span></h2>
</div>
<div class="details">
<h3>PicsMania</h3>
<p>Love editing? Using Photoshop, edit the given picture and make it more attractive.</p>
<a style="cursor: pointer;" class="revealNon">Participate</a>
</div>
<div style="clear: both;"></div>
</li>
</ul>
</div>
</div>
<script type="text/javascript" src="darkmode.js"></script>
</body>
</html>