-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathevents.html
More file actions
228 lines (211 loc) · 8.56 KB
/
Copy pathevents.html
File metadata and controls
228 lines (211 loc) · 8.56 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#412b69">
<link rel="icon" type="image/png" href="static/images/hub.jpg">
<link rel="apple-touch-icon" type="image/png" href="static/images/hub.jpg">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link href="static/css/events.css" rel="stylesheet">
<script src="static/js/events.js"></script>
</head>
<body>
<input type="checkbox" id="nav" class="hidden">
<label for="nav" class="nav-btn">
<i></i>
<i></i>
<i></i>
</label>
<div class="nav-wrapper">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="/faq.html">FAQ's</a></li>
<li><a href="/about.html">Team</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</div>
<!--hero container-->
<div class="hero">
<nav id="navbar">
<div class="hero--nav">
<img src="static/images/hub.jpg" class="logo">
<li class="one"><a href="/">Coding Hub</a></li>
<div class="big-menu">
<div class="left">
<a href="/">
<img src="static/images/home.svg" class="home">
</a>
<a href="/faq.html">
<li class="link two">FAQ's</li>
</a>
<a href="/contact.html">
<li class="link three">Contact Us</li>
</a>
<a href="/about.html">
<li class="link four">Team</li>
</a>
</div>
</div>
</div>
</nav>
<!-- MAIN (Center website) -->
<div class="main">
<h1>Events</h1>
<h2>Techtonic</h2>
<div id="myBtnContainer">
<button class="btn active shadow" onclick="filterSelection('cc')"> CrossCode</button>
<button class="btn shadow" onclick="filterSelection('cb')"> CodeBusters</button>
<button class="btn shadow" onclick="filterSelection('yw')"> YouOnWeb</button>
</div>
<div class="rules">
<div class="ruleslink cc hide">
<h4>
<a href="https://drive.google.com/file/d/1xgUEE0iCLmKwd7DuqoKgn0L0OBFAQnlA/view?usp=sharing"
target="_blank">Click here to read CrossCode rules</a>
</h4>
</div>
<div class="ruleslink cb hide">
<h4>
<a href="https://drive.google.com/file/d/1VV8d_eaRCM0oWi6AxgA-gV58RIkmbjx0/view?usp=sharing"
target="_blank">Click here to read CodeBusters rules</a>
</h4>
</div>
<div class="ruleslink yw hide">
<h4>
<a href="https://drive.google.com/file/d/1V8W7nIm6sG-3VqTXdEZ9iXJiz9Mex6P1/view?usp=sharing"
target="_blank">Click here to read YouOnWeb rules</a>
</h4>
</div>
</div>
<!-- Portfolio Gallery Grid -->
<div class="row">
<div class="column cc">
<div class="content">
<img src="static/images/puzzle.png" alt="puzzle" style="width:100%">
<h4>Round 1: Word-Puzzle</h4>
<p>We will provide you word puzzle which has various coding related keywords in it. The team which finds
most words in least time will qualify for next round.
(Time Limit : 10 minutes.)
</p>
</div>
</div>
<div class="column cc">
<div class="content">
<img src="static/images/coder.jpg" alt="kbc" style="width:100%">
<h4>Round 2: KBC</h4>
<p>Coding Quiz in which logical problems will be asked.
There will be multiple-choice questions with a single correct answer.
Team scoring the maximum points qualify for next round.
</p>
</div>
</div>
<div class="column cc">
<div class="content">
<img src="static/images/pattern.png" alt="pattern" style="width:100%">
<h4>Round 3: Design-Pattern</h4>
<p>Each team will be given problem statement whose output is a particular pattern.
Team has to design the pattern in minimum possible time.
Team must be able to explain their logic.
(Time Limit : 2 hours)
</p>
</div>
</div>
<div class="column cb">
<div class="content">
<img src="static/images/jumble.jfif" alt="jumbled" style="width:100%">
<h4>Round 1: Jumbled-Code</h4>
<p>You will be provided code which has all the lines jumbled.
Output of the code will be provided.
Your task is to arrange code as per the output required.
(Time Limit: 25 min.)
</p>
</div>
</div>
<div class="column cb">
<div class="content">
<img src="static/images/debug.png" alt="debugging" style="width:100%">
<h4>Round 2: Debugging</h4>
<p>Code having syntax, semantic, compile time or runtime errors will be given to participants in this round.
You will have to debug the errors to make the code work fine.
Team scoring the maximum points by debugging in minimum time qualify.
</p>
</div>
</div>
<div class="column cb">
<div class="content">
<img src="static/images/relay.jfif" alt="Coderelay" style="width:100%">
<h4>Round 3: Code-Relay</h4>
<p>There will be 3 problem-statements given to you which you have to solve within 1 hour.
You will be given problem-statements after an interval of 20 min each.
If anyone solve problem-statement before 20 min then he is eligible for solving next problem-statement.
<br>
Participants who will solve all the problem-statements in minimum time will be Winner.
</p>
</div>
</div>
<div class="column yw">
<div class="content">
<img src="static/images/web1.jpg" alt="htmlgfx" style="width:100%">
<h4>Round 1</h4>
<p>This round will consists of 30 questions on HTML and CSS. All questions will be in the format of multiple
choice questions. Duration for this will be 30 minutes max.</p>
</div>
</div>
<div class="column yw">
<div class="content">
<img src="static/images/web2.jpg" alt="htmlgfx" style="width:100%">
<h4>Round 2</h4>
<p>In this round, the selected participants from Round 1 will need to design an interactive website using
any language from HTML, CSS, JavaScript.</p>
</div>
</div>
<!-- END GRID -->
</div>
<!-- END MAIN -->
</div>
</div>
<!--footer container starts-->
<div class="footer--container">
<div class="footer">
<h3 class="footer--text">Follow us on:
</h3>
<div class="social">
<a href="https://instagram.com/coding__hub?igshid=xdyxph78e9lg">
<img src="static/images/instagram.png" class="social--svg" alt="instagram">
</a>
<a href="https://github.com/codinghubteam">
<img src="static/images/github.png" class="social--svg" alt="github">
</a>
<a href="https://www.linkedin.com/in/coding-hub-0485691a2">
<img src="static/images/linkedin.png" class="social--svg" alt="linkedin">
</a>
</div>
<p>© Coding Hub Skncoe</p>
<!--footer end-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156197264-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-156197264-1');
</script>
<script>
filterSelection("cc");
// Add active class to the current button (highlight it)
var btnContainer = document.getElementById("myBtnContainer");
var btns = btnContainer.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function () {
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace(" active", "");
this.className += " active";
});
}
</script>
</body>
</html>