-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
409 lines (344 loc) · 17.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Added Favicon -->
<link rel="shortcut icon" href="Assets/Favicon.png" type="image/x-icon">
<title>School Carnival 2K24</title>
<!-- Linked CSS files -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="Responsive_T.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"
integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Added Font Awesome Icons Version to render the X logo icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Added Poppins font -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
</style>
<!-- Add font style -->
<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=Bree+Serif&family=Rubik+Wet+Paint&display=swap"
rel="stylesheet">
<!-- add next font style -->
<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=Bree+Serif&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Wet+Paint&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Page Loader -->
<div id="loading-screen">
<img src="Assets/Favicon.png" alt="College Logo">
<h1>School Carnival 2K24</h1>
<h2>organized by</h2>
<h2>Hooghly Engineering & Technology College</h2>
<div class="loader"></div>
<p class="loading-text">Get Ready for the Fun!</p>
</div>
<div id="hero">
<video autoplay muted loop id="myVideo">
<source src="Assets/background.mp4.mp4" type="video/mp4">
</video>
<!-- Navbar -->
<nav id="navber">
<ul id="nave_menu">
<a href="https://www.hetc.ac.in/" target="_blank">
<img src="/Assets/Favicon.png" alt="loding image " class="logo_1">
</a>
<li class="nav_element"><a href="index.html">Home</a></li>
<li class="nav_element"><a href="#about">About</a></li>
<li class="nav_element"><a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf">Rules</a></li>
<li class="nav_element"><a href="#games">Activities</a></li>
</ul>
</nav>
<!-- Hero Section -->
<section>
<div id="s_hero">
<!-- <h3 id="h_1" class="h">organized by</h3> -->
<h3 id="h_2">HOOGHLY ENGINEERING & TECHNOLOGY COLLEGE</h3>
<div id="college_d">
<h6 id="college_1">Approved By AICTE | Recognized By UGC | Affiliated to MAKAUT</h6>
<h6>An ISO 9001:2015,ISO 14001:2015 & ISO 45001:2018 certified institute</h6>
</div>
<h1 id="h_5">School Carnival 2K24</h1>
<h1 id="h_3" class="h">21st December, 2024</h1>
<img src="/Assets/QR CODE.png" alt="loding image" class="Q_code">
<p id="para" class="h">
Scan to Register or Visit the link below
</p>
<button id="btn_2"><a href="http://surl.li/kwqrfc">Register</a></button>
<p id="para_1" class="h">
All the participants will be provided with a pariticipation certificate. Besides, the winners will
be acknowledged with prizes and certificates of appreciation.
</p>
</div>
</section>
<!-- PopUp Section -->
<div class="popup">
<div class="popup_element">
<img src="/Assets/closer.jpg" alt="loding image" class="closer">
<h3>pritam tung</h3>
<p> cupiditate magnam sed corporis alias saepe perferendis? Cupiditate reiciendis sequi porro nemo ex
soluta
magnam iste numquam.</p>
<img src="/Assets/popup_image.jpg" alt="loding image" class="popup_image">
<button id="btn_1">Register</button>
</div>
</div>
</div>
<!-- About Section -->
<section id="about" class="about-section">
<h2>About</h2>
<p>
School Carnival 2K24 is a celebration of creativity, talent, and camaraderie, offering an unforgettable
experience filled with exciting games, engaging activities, and opportunities for students to shine. It's a
vibrant event where fun meets learning, and imaginations come alive. Join us to create lasting memories,
foster friendships, and explore endless possibilities.
</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=2"><button id="card_back_btn">General
Rules</button></a>
</section>
<!-- Games/Activities Section -->
<section id="games" class="games">
<h2 class="game">Activities</h2>
<div class="card-container">
<div class="card" onclick="this.classList.toggle('flip')">
<div class="card-inner">
<div class="card-front Quiz">
<h1>Quiz</h1>
</div>
<div class="card-back">
<h3>Quiz Competition</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 </p>
<p>[Divided into Junior & Senior]</p><br>
<p><strong>Coordinator:</strong> Mr. Manab Kumar Saha (<a href="tel:9433565643">+91 94335
65643</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=8"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')">
<div class="card-inner">
<div class="card-front Carrom">
<h1>Carrom</h1>
</div>
<div class="card-back">
<h3>Carrom Tournament</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 </p>
<p>[Divided into Junior & Senior]</p><br>
<p><strong>Coordinator:</strong> Mr. Tathagata Mallick (<a href="tel:7003568228">+91 70035
68228</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=5"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')">
<div class="card-inner">
<div class="card-front Dance">
<h1>Dance</h1>
</div>
<div class="card-back">
<h3>Dance Competition</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 </p>
<p>[Divided into Junior/Senior & Category]</p><br>
<p><strong>Coordinator:</strong> Mrs. Arpita Chattopadhyay (<a href="tel:9831396937">+91 98313
96937</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=6"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')">
<div class="card-inner">
<div class="card-front Model">
<h1>Model Display</h1>
</div>
<div class="card-back">
<h3>Model Display Competition</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 </p>
<p>[Divided into Junior & Senior]</p><br>
<p><strong>Coordinator:</strong> Dr. Tanumoy Ghosh (<a href="tel:8961115386">+91 89611
15386</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=9"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')" id="side">
<div class="card-inner">
<div class="card-front SaD">
<h1>Sit & Draw</h1>
</div>
<div class="card-back">
<h3>Sit & Draw Competition</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 </p>
<p>[Divided into Junior & Senior]</p><br>
<p><strong>Coordinator:</strong> Mr. Shantabrata Paul (<a href="tel:8336944091">+91 83369
44091</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=7"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')"id="side">
<div class="card-inner">
<div class="card-front Chess">
<h1>Chess</h1>
</div>
<div class="card-back">
<h3>State Level Chess Tournament</h3>
<p><strong>Eligibility:</strong> Class 5 to 12 (divided in groups)</p>
<p>[Separate events for Boys & Girls]</p><br>
<p><strong>Coordinator:</strong> Mrs. Dipanwita Biswas (<a href="tel:9830657450">+91 98306
57450</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=4"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
<div class="card" onclick="this.classList.toggle('flip')" id="card_cricket" id="side">
<div class="card-inner">
<div class="card-front Cricket">
<h1>Cricket</h1>
</div>
<div class="card-back">
<h3>Inter School Cricket Tournament</h3>
<p><strong>Eligibility:</strong> Class 5 to 12</p>
<p>[9 Players per Team + (2 as Substitute)]</p><br>
<p><strong>Coordinator:</strong> Mr. Dibyendu Samanta (<a href="tel:8145606944">+91 81456
06944</a>)</p>
<a target="_blank" href="/Assets/Rules_SchoolCarnival2024.pdf#page=3"><button
id="card_back_btn_1">Rules</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team-section">
<h2>Designed by</h2>
<br>
<div class="team-container">
<div class="team-member">
<!-- <img src="Assets/Rajdeep Chakraborty.jpg" alt="Team Member 1"> -->
<h3>Rajdeep Chakraborty</h3>
<p>2nd year, CSE</p>
<a href="https://github.com/rajdeepchakraborty-rc" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/rajdeepchakraborty69/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="team-member">
<!-- <img src="Assets/Pritam Tung.jpg" alt="Team Member 2"> -->
<h3>Pritam Tung</h3>
<p>2nd year, CSE</p>
<a href="https://github.com/PRITAM-TU" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/pritam-t-545866266/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</section>
<footer>
<div class="container">
<a href="https://www.hetc.ac.in/" target="_blank">
<img class="logo" src="Assets/Favicon.png" alt="College Logo">
</a>
<div class="footer-content">
<h3 id="school">School Carnival 2K24</h3>
<p>Unleashing Creativity, Fun, and Learning - Together!</p>
</div>
<div class="footer-content">
<h3>Contact Us</h3>
<div id="contact">
<h4><i class="fas fa-map-marker-alt"></i>Address</h4>
<a target="_blank"
href="https://www.google.com/maps?ll=22.900211,88.392222&z=15&t=m&hl=en-US&gl=US&mapclient=embed&cid=8238768032324192169">
<p class="contactpara">
Vivekananda Road, Pipulpati <br>
P.O. & Dist. Hooghly,Pin 712103 <br>
West Bengal
</p>
</a>
<h4><i class="fas fa-phone"></i>Phone</h4>
<a class="tele" href="tel:8981108944">+91 98306 57450</a>
<a class="tele" href="tel:9433307616">/ +91 98367 82239</a>
<h4><i class="fas fa-envelope"></i>Email</h4>
<a href="mailto:mail@hetc.ac.in" class="tele">schoolcarnival@hetc.ac.in</a>
</div>
</div>
<div class="footer-content">
<h3>Follow Us</h3>
<ul class="social-icons">
<li><a href="https://www.hetc.ac.in/" target="_blank"><i class="fas fa-globe"></i></a></li>
<li><a href="https://www.facebook.com/hooghlyengineeringandtechnologycollege" target="_blank"><i
class="fab fa-facebook"></i></a></li>
<li><a href="https://x.com/nsshetc" target="_blank"><i class="fab fa-x-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/hooghly-engineering-technology-college/"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/@youtubehetc582" target="_blank"><i
class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- Add Scroll to top button -->
<button id="scrollToTopBtn" class="scrollToTopBtn" onclick="scrollToTop()">
<i class="fas fa-arrow-up"></i>
</button>
<div class="bottom-bar">
<p>© Copyright Team School Carnival 2K24</p>
</div>
</footer>
<!-- JS for PopUp -->
<script>
/*
document.querySelector(".closer").addEventListener("click",function(){
document.querySelector('.popup').style.display="none";
})
setTimeout(function () {
document.querySelector(".popup").style.display = "flex";
}, 1000)
*/
</script>
<!-- JS for To the Top Button -->
<script>
//Show the button when the user scrolls down 100px from the top
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
const scrollToTopBtn = document.getElementById("scrollToTopBtn");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
scrollToTopBtn.style.display = "block";
} else {
scrollToTopBtn.style.display = "none";
}
}
// Scroll to top when the button is clicked
function scrollToTop() {
window.scrollTo({
top: 0,
behavior: 'smooth' // Smooth scroll effect
});
}
</script>
<!-- JS for PreLoader -->
<script>
// Ensure the page starts at the top
window.scrollTo(0, 0);
// Show loading screen for 5 seconds
setTimeout(() => {
// Hide the loading screen
document.getElementById("loading-screen").style.display = "none";
// Show the main content
document.getElementById("hero").style.display = "block";
// Scroll to the top after showing content
window.scrollTo(0, 0);
}, 3500); // 3500 milliseconds = 3.5 seconds
</script>
</body>
</html>