-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
576 lines (520 loc) · 38.7 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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Olympiad 2081 | BMC IT Club Bhairahawa | Coding Competition</title>
<link rel="shortcut icon" href="./assets/images/bmc-it-club-circle-logo.ico" type="image/x-icon">
<meta name="keyword"
content="codeolympiad,Code Olympiad 2081, BMC IT Club, coding competition Bhairahawa, coding skills championship, Arun Neupane, arundada9000" />
<meta name="description"
content="Join the BMC IT Club's Code Olympiad 2081 in Bhairahawa. Test your coding skills, compete for amazing prizes, and enhance your expertise in a dynamic competition!" />
<link rel="stylesheet" href="./assets/css/preloader.css">
<link rel="stylesheet" href="./assets/css/landing-page.css">
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<div class="preloader-wrapper">
<div class="preloader">
<svg width="80" height="40" xmlns="http://www.w3.org/2000/svg" class="ribbon-left">
<!-- Left Ribbon -->
<polygon points="0,0 60,0 60,32 0,32 16,16" fill="#0049af" />
<text x="20" y="20" fill="white" font-family="Arial" font-size="14" font-weight="bold">Estd</text>
</svg>
<svg width="200" height="200">
<defs>
<clipPath id="inner-circle-clip">
<circle cx="100" cy="100" r="50" />
</clipPath>
</defs>
<!-- Outer Circle -->
<circle cx="100" cy="100" r="75" fill="none" stroke="#0649ab" stroke-width="3" class="circle-outer" />
<!-- Inner Circle -->
<circle cx="100" cy="100" r="50" fill="none" stroke="#0649ab" stroke-width="3" class="circle-inner" />
<!-- Image clipped to the innermost circle -->
<image href="./assets/images/inside-people.png" x="50" y="50" width="100" height="100"
class="animated-image" clip-path="url(#inner-circle-clip)" />
<!-- igniting the nation -->
<svg width="200" height="200" class="bmc-text">
<path id="curve" d="M 45 100 A 50 50 0 0 1 155 100" fill="transparent" />
<text class="text" text-anchor="middle">
<textPath class="text__path" xlink:href="#curve" startOffset="50%">BMC IT Club</textPath>
</text>
</svg>
<svg width="200" height="200" class="igniting">
<path id="curved" d="M 35 100 A 50 50 0 0 0 165 100" fill="transparent" />
<text class="text" text-anchor="middle">
<textPath class="text__path" xlink:href="#curved" startOffset="50%">Igniting technological
excellence</textPath>
</text>
</svg>
</svg>
<svg width="80" height="40" xmlns="http://www.w3.org/2000/svg" class="ribbon-right">
<!-- Right Ribbon -->
<polygon points="80,0 20,0 20,32 80,32 64,16" fill="#0049af" />
<text x="28" y="20" fill="white" font-family="Arial" font-size="14" font-weight="bold">2080</text>
</svg>
</div>
<div class="text-preloader-wrapper">
<svg width="100%" height="200" viewBox="0 0 800 100" class="text-preloader">
<g fill="#000000" transform="translate(0, 0)"></g>
<path class="text-preloader-text"
d="M26.90 32.71L31.64 33.91Q30.15 39.75 26.28 42.81Q22.41 45.87 16.82 45.87Q11.04 45.87 7.41 43.52Q3.78 41.16 1.89 36.69Q0 32.23 0 27.10Q0 21.51 2.14 17.35Q4.27 13.18 8.22 11.02Q12.16 8.86 16.89 8.86Q22.27 8.86 25.93 11.60Q29.59 14.33 31.03 19.29L26.37 20.39Q25.12 16.48 22.75 14.70Q20.39 12.92 16.80 12.92Q12.67 12.92 9.90 14.89Q7.13 16.87 6.01 20.20Q4.88 23.54 4.88 27.08Q4.88 31.64 6.21 35.05Q7.54 38.45 10.35 40.14Q13.16 41.82 16.43 41.82Q20.41 41.82 23.17 39.53Q25.93 37.23 26.90 32.71ZM35.28 32.30Q35.28 25.10 39.28 21.63Q42.63 18.75 47.44 18.75Q52.78 18.75 56.18 22.25Q59.57 25.76 59.57 31.93Q59.57 36.94 58.07 39.81Q56.57 42.68 53.70 44.26Q50.83 45.85 47.44 45.85Q41.99 45.85 38.64 42.36Q35.28 38.87 35.28 32.30M39.79 32.30Q39.79 37.28 41.97 39.76Q44.14 42.24 47.44 42.24Q50.71 42.24 52.88 39.75Q55.05 37.26 55.05 32.15Q55.05 27.34 52.87 24.87Q50.68 22.39 47.44 22.39Q44.14 22.39 41.97 24.85Q39.79 27.32 39.79 32.30ZM81.54 45.26L81.54 41.99Q79.08 45.85 74.29 45.85Q71.19 45.85 68.59 44.14Q65.99 42.43 64.56 39.37Q63.13 36.30 63.13 32.32Q63.13 28.44 64.43 25.28Q65.72 22.12 68.31 20.43Q70.90 18.75 74.10 18.75Q76.44 18.75 78.27 19.74Q80.10 20.73 81.25 22.31L81.25 9.47L85.62 9.47L85.62 45.26L81.54 45.26M67.65 32.32Q67.65 37.30 69.75 39.77Q71.85 42.24 74.71 42.24Q77.59 42.24 79.60 39.88Q81.62 37.52 81.62 32.69Q81.62 27.37 79.57 24.88Q77.51 22.39 74.51 22.39Q71.58 22.39 69.62 24.78Q67.65 27.17 67.65 32.32ZM110.28 36.91L114.82 37.48Q113.75 41.46 110.84 43.65Q107.93 45.85 103.42 45.85Q97.73 45.85 94.40 42.35Q91.06 38.84 91.06 32.52Q91.06 25.98 94.43 22.36Q97.80 18.75 103.17 18.75Q108.37 18.75 111.67 22.29Q114.97 25.83 114.97 32.25Q114.97 32.64 114.94 33.42L95.61 33.42Q95.85 37.70 98.02 39.97Q100.20 42.24 103.44 42.24Q105.86 42.24 107.57 40.97Q109.28 39.70 110.28 36.91M95.85 29.81L110.33 29.81Q110.03 26.54 108.67 24.90Q106.57 22.36 103.22 22.36Q100.20 22.36 98.13 24.39Q96.07 26.42 95.85 29.81ZM133.35 27.83Q133.35 18.92 138.13 13.88Q142.92 8.84 150.49 8.84Q155.44 8.84 159.42 11.21Q163.40 13.57 165.49 17.81Q167.58 22.05 167.58 27.42Q167.58 32.86 165.38 37.16Q163.18 41.46 159.16 43.66Q155.13 45.87 150.46 45.87Q145.41 45.87 141.43 43.43Q137.45 40.99 135.40 36.77Q133.35 32.54 133.35 27.83M138.23 27.91Q138.23 34.38 141.71 38.10Q145.19 41.82 150.44 41.82Q155.79 41.82 159.24 38.06Q162.70 34.30 162.70 27.39Q162.70 23.02 161.22 19.76Q159.74 16.50 156.90 14.71Q154.05 12.92 150.51 12.92Q145.48 12.92 141.86 16.37Q138.23 19.82 138.23 27.91ZM173.02 45.26L173.02 9.47L177.42 9.47L177.42 45.26L173.02 45.26ZM184.03 55.25L183.54 51.12Q184.99 51.51 186.06 51.51Q187.52 51.51 188.40 51.03Q189.28 50.54 189.84 49.66Q190.26 49.00 191.19 46.39Q191.31 46.02 191.58 45.31L181.74 19.34L186.47 19.34L191.87 34.35Q192.92 37.21 193.75 40.36Q194.51 37.33 195.56 34.45L201.10 19.34L205.49 19.34L195.63 45.70Q194.04 49.98 193.16 51.59Q191.99 53.76 190.48 54.77Q188.96 55.79 186.87 55.79Q185.60 55.79 184.03 55.25ZM209.23 45.26L209.23 19.34L213.16 19.34L213.16 22.97Q214.38 21.07 216.41 19.91Q218.43 18.75 221.02 18.75Q223.90 18.75 225.74 19.95Q227.59 21.14 228.34 23.29Q231.42 18.75 236.35 18.75Q240.21 18.75 242.29 20.89Q244.36 23.02 244.36 27.47L244.36 45.26L239.99 45.26L239.99 28.93Q239.99 26.29 239.56 25.13Q239.14 23.97 238.01 23.27Q236.89 22.56 235.38 22.56Q232.64 22.56 230.83 24.38Q229.03 26.20 229.03 30.20L229.03 45.26L224.63 45.26L224.63 28.42Q224.63 25.49 223.56 24.02Q222.49 22.56 220.04 22.56Q218.19 22.56 216.61 23.54Q215.04 24.51 214.33 26.39Q213.62 28.27 213.62 31.81L213.62 45.26L209.23 45.26ZM250.88 55.20L250.88 19.34L254.88 19.34L254.88 22.71Q256.30 20.73 258.08 19.74Q259.86 18.75 262.40 18.75Q265.72 18.75 268.26 20.46Q270.80 22.17 272.09 25.28Q273.39 28.39 273.39 32.10Q273.39 36.08 271.96 39.27Q270.53 42.46 267.81 44.15Q265.09 45.85 262.08 45.85Q259.89 45.85 258.14 44.92Q256.40 43.99 255.27 42.58L255.27 55.20L250.88 55.20M254.86 32.45Q254.86 37.45 256.88 39.84Q258.91 42.24 261.79 42.24Q264.72 42.24 266.81 39.76Q268.90 37.28 268.90 32.08Q268.90 27.12 266.86 24.66Q264.82 22.19 261.99 22.19Q259.18 22.19 257.02 24.82Q254.86 27.44 254.86 32.45ZM278.71 14.53L278.71 9.47L283.11 9.47L283.11 14.53L278.71 14.53M278.71 45.26L278.71 19.34L283.11 19.34L283.11 45.26L278.71 45.26ZM306.71 42.07Q304.27 44.14 302.01 45.00Q299.76 45.85 297.17 45.85Q292.90 45.85 290.60 43.76Q288.31 41.67 288.31 38.43Q288.31 36.52 289.17 34.95Q290.04 33.37 291.44 32.42Q292.85 31.47 294.60 30.98Q295.90 30.64 298.51 30.32Q303.83 29.69 306.35 28.81Q306.37 27.91 306.37 27.66Q306.37 24.98 305.13 23.88Q303.44 22.39 300.12 22.39Q297.02 22.39 295.54 23.47Q294.07 24.56 293.36 27.32L289.06 26.73Q289.65 23.97 290.99 22.28Q292.33 20.58 294.87 19.67Q297.41 18.75 300.76 18.75Q304.08 18.75 306.15 19.53Q308.23 20.31 309.20 21.50Q310.18 22.68 310.57 24.49Q310.79 25.61 310.79 28.54L310.79 34.40Q310.79 40.53 311.07 42.15Q311.35 43.77 312.18 45.26L307.59 45.26Q306.91 43.90 306.71 42.07M306.35 32.25Q303.96 33.23 299.17 33.91Q296.46 34.30 295.34 34.79Q294.21 35.28 293.60 36.22Q292.99 37.16 292.99 38.31Q292.99 40.06 294.32 41.24Q295.65 42.41 298.22 42.41Q300.76 42.41 302.73 41.30Q304.71 40.19 305.64 38.26Q306.35 36.77 306.35 33.86L306.35 32.25ZM334.42 45.26L334.42 41.99Q331.96 45.85 327.17 45.85Q324.07 45.85 321.47 44.14Q318.87 42.43 317.44 39.37Q316.02 36.30 316.02 32.32Q316.02 28.44 317.31 25.28Q318.60 22.12 321.19 20.43Q323.78 18.75 326.98 18.75Q329.32 18.75 331.15 19.74Q332.98 20.73 334.13 22.31L334.13 9.47L338.50 9.47L338.50 45.26L334.42 45.26M320.53 32.32Q320.53 37.30 322.63 39.77Q324.73 42.24 327.59 42.24Q330.47 42.24 332.48 39.88Q334.50 37.52 334.50 32.69Q334.50 27.37 332.45 24.88Q330.40 22.39 327.39 22.39Q324.46 22.39 322.50 24.78Q320.53 27.17 320.53 32.32ZM381.18 41.04L381.18 45.26L357.52 45.26Q357.47 43.68 358.03 42.21Q358.94 39.79 360.93 37.45Q362.92 35.11 366.67 32.03Q372.51 27.25 374.56 24.45Q376.61 21.66 376.61 19.17Q376.61 16.55 374.74 14.76Q372.88 12.96 369.87 12.96Q366.70 12.96 364.79 14.87Q362.89 16.77 362.87 20.14L358.35 19.68Q358.81 14.62 361.84 11.98Q364.87 9.33 369.97 9.33Q375.12 9.33 378.13 12.18Q381.13 15.04 381.13 19.26Q381.13 21.41 380.25 23.49Q379.37 25.56 377.33 27.86Q375.29 30.15 370.56 34.16Q366.60 37.48 365.48 38.66Q364.36 39.84 363.62 41.04L381.18 41.04ZM385.89 27.61Q385.89 21.26 387.19 17.40Q388.50 13.53 391.08 11.43Q393.65 9.33 397.56 9.33Q400.44 9.33 402.61 10.49Q404.79 11.65 406.20 13.83Q407.62 16.02 408.42 19.15Q409.23 22.29 409.23 27.61Q409.23 33.91 407.93 37.78Q406.64 41.65 404.06 43.76Q401.49 45.87 397.56 45.87Q392.38 45.87 389.43 42.16Q385.89 37.70 385.89 27.61M390.41 27.61Q390.41 36.43 392.47 39.34Q394.53 42.26 397.56 42.26Q400.59 42.26 402.65 39.33Q404.71 36.40 404.71 27.61Q404.71 18.77 402.65 15.87Q400.59 12.96 397.51 12.96Q394.48 12.96 392.68 15.53Q390.41 18.80 390.41 27.61ZM420.46 25.85Q417.72 24.85 416.41 23.00Q415.09 21.14 415.09 18.55Q415.09 14.65 417.90 11.99Q420.70 9.33 425.37 9.33Q430.05 9.33 432.91 12.05Q435.77 14.77 435.77 18.68Q435.77 21.17 434.46 23.01Q433.15 24.85 430.49 25.85Q433.79 26.93 435.51 29.32Q437.23 31.71 437.23 35.03Q437.23 39.62 433.98 42.75Q430.74 45.87 425.44 45.87Q420.14 45.87 416.89 42.74Q413.65 39.60 413.65 34.91Q413.65 31.42 415.42 29.06Q417.19 26.71 420.46 25.85M419.58 18.41Q419.58 20.95 421.22 22.56Q422.85 24.17 425.46 24.17Q428.00 24.17 429.63 22.57Q431.25 20.97 431.25 18.65Q431.25 16.24 429.58 14.59Q427.91 12.94 425.42 12.94Q422.90 12.94 421.24 14.55Q419.58 16.16 419.58 18.41M418.16 34.94Q418.16 36.82 419.06 38.57Q419.95 40.33 421.70 41.30Q423.46 42.26 425.49 42.26Q428.64 42.26 430.69 40.23Q432.74 38.21 432.74 35.08Q432.74 31.91 430.63 29.83Q428.52 27.76 425.34 27.76Q422.24 27.76 420.20 29.81Q418.16 31.86 418.16 34.94ZM458.06 45.26L453.66 45.26L453.66 17.26Q452.08 18.77 449.50 20.29Q446.92 21.80 444.87 22.56L444.87 18.31Q448.56 16.58 451.32 14.11Q454.08 11.65 455.22 9.33L458.06 9.33L458.06 45.26Z"
transform="translate(200, 0)" />
</svg>
</div>
</div>
<div class="main-content">
<div class="landing-page-container">
<div class="background">
<div class="marquee-container">
<div class="marquee" id="marquee">
🌟 Welcome to Code Olympiad 2081! 🌟 Join us for an epic coding adventure and exciting prizes!🚀
BMC Information Technology Club <span class="marquee-logo"><img
src="./assets/images/bmc-it-club-circle-logo.png" alt="BMC IT Club"></span> | Bhairahawa
Multiple Campus
</div>
</div>
</div>
<div class="landing-page">
<!-- Left Section -->
<header class="header-section left">
<h1 class="main-title highlight">Step up for</h1>
<h1 class="main-title highlight1">Code Olympiad 2081</h1>
<p class="tagline"> <span class="compete">Compete </span> <span class="conquer">| Conquer | </span>
<span class="code">Code</span>
</p>
<p class="linus">Talk is cheap, Show me the <strong>Code</strong>. -<strong>Linus Torvalds</strong>
</p>
<div class="club-logo">
<img class="ribbon" src="./assets/images/transparent1.png" alt="BMC IT Club">
</div>
</header>
<!-- Right Section -->
<div class="right">
<div class="vscode-container">
<!-- Title Bar -->
<div class="title-bar">
<span class="title">Code Olympiad 2081 - Visual Studio Code</span>
<div class="window-controls">
<span class="control minimize"></span>
<span class="control maximize"></span>
<span class="control close"></span>
</div>
</div>
<div class="code-main-area-wrapper">
<!-- Sidebar -->
<div class="sidebar">
<ul>
<li>Explorer</li>
<li>Search</li>
<li>Source Control</li>
<li>Run and Debug</li>
<li>Extensions</li>
</ul>
</div>
<div class="code-content-wrapper">
<!-- Tabs -->
<div class="tabs">
<span class="tab active" id="main-tab">main.c</span>
<span class="tab" id="readme-tab">README.md</span>
</div>
<!-- Code Editor -->
<div class="code-editor-wrapper">
<div class="code-editor">
<pre id="code"></pre>
</div>
<div class="click-hint" id="click-hint">
<p>Click here to add custom text!</p>
<div class="hint-arrow"></div>
</div>
</div>
</div>
</div>
<!-- Main Content (Code Editor) -->
<div class="editor-main-content">
<!-- Terminal -->
<div class="terminal-container">
<div class="terminal">
<div class="terminal-header">Terminal</div>
<div class="terminal-body">
<p>
<span class="terminal-path">C:\Bhairahawa\BMC It Club></span>
<span id="terminal-output"></span>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="fight-club-container ">
<div class="fight-club-controls">
<span class="minimize-fight-club control minimize"></span>
<span class="maximize-fight-club control maximize"></span>
<span class="close-fight-club control close"></span>
</div>
<h1><a href="./assets/html/fight-club.html" target="_blank" rel="noopener"
title="You Do Not talk about the Fight Club">BMC IT Club</a></h1>
<h2>The first rule of BMC IT Club is: you talk about BMC IT Club.</h2>
<p class="rule">"It's only after we've lost everything that we're free to do anything."</p>
<audio loop hidden src="./assets/music/The Pixies - Where Is My Mind (Fight Club song).mp3"
type="audio/mpeg" id="fight-club-audio"></audio>
</div>
</div>
</div>
</div>
<div class="container">
<aside class="navigation-aside scroll-animate">
<div class="terminal-bar">
<div class="buttons">
<span class="close"></span>
<span class="minimize"></span>
<span class="maximize"></span>
</div>
</div>
<nav>
<h2>🚀 Quick Navigation</h2>
<ul>
<li class="nav-item scroll-animate" data-target="syllabus">📝 Syllabus.html</li>
<li class="nav-item scroll-animate" data-target="questions">📝 Questions.bmcitclub</li>
<li class="nav-item scroll-animate" data-target="date-and-time">⏰ Date&Time.css
</li>
<li class="nav-item scroll-animate" data-target="participants">👥 Participants.js</li>
<li class="nav-item scroll-animate" data-target="prizes">🏆 Prizes.c</li>
<li class="nav-item scroll-animate" data-target="demo-questions">❓ DemoQuestions.cpp</li>
<li class="nav-item scroll-animate" data-target="submission-form">🖋️ Register.cs</li>
<li class="nav-item scroll-animate" data-target="query">💬 Query.php</li>
</ul>
</nav>
</aside>
<main>
<!-- Event Details Section -->
<section id="event-details">
<h1 class="scroll-animate">Event Details</h1>
<div class="syllabus-container" id="syllabus">
<h2 class="scroll-animate">📚 Code Olympiad Syllabus</h2>
<p class="scroll-animate">Prepare for the competition with a focused syllabus covering
fundamental programming
concepts,
data structures, algorithms, and web development. Here’s what to expect:</p>
<div class="syllabus-section">
<h3 class="scroll-animate">1️⃣ Core Programming Fundamentals</h3>
<ul>
<li class="scroll-animate">Variables, Data Types, Loops, Conditional Statements</li>
<li class="scroll-animate">Arrays, Strings, Integers, Matrices</li>
<li class="scroll-animate">Functions and Recursion</li>
</ul>
<p class="scroll-animate"><strong>Focus:</strong> Logical thinking and problem-solving
basics.</p>
</div>
<div class="syllabus-section">
<h3 class="scroll-animate">2️⃣ Data Structures & Algorithms</h3>
<ul>
<li class="scroll-animate">Basic Data Structures: Stack, Queue</li>
<li class="scroll-animate">Sorting: Bubble Sort, Selection Sort, Merge Sort</li>
<li class="scroll-animate">Searching: Linear Search, Binary Search</li>
<li class="scroll-animate">Basic Dynamic Programming: Fibonacci, Subset Sum</li>
</ul>
<p class="scroll-animate"><strong>Focus:</strong> Understanding and implementing efficient
algorithms.</p>
</div>
<div class="syllabus-section">
<h3 class="scroll-animate">3️⃣ Web Development Essentials</h3>
<ul>
<li class="scroll-animate"><strong>HTML:</strong> Semantics (e.g.nav, header), Forms,
Tables</li>
<li class="scroll-animate"><strong>CSS:</strong> Box Model, Flexbox, Grid, Media Queries
</li>
<li class="scroll-animate"><strong>Styling:</strong> Typography, Colors, Transitions,
Pseudo-classes</li>
</ul>
<p class="scroll-animate"><strong>Focus:</strong> Designing visually appealing and
responsive web pages.</p>
</div>
<div class="syllabus-section bonus-section">
<h3 class="scroll-animate">✨ Discrete Math</h3>
<ul>
<li class="scroll-animate">Number Theory, Graph Theory, MST</li>
<li class="scroll-animate">Binary Tree, Avial Tree</li>
</ul>
<p class="scroll-animate"><strong>Note:</strong> Don't be afraid of the syllabus, build a
team and challenge yourself for a thrilling coding competition.</p>
</div>
</div>
</section>
<section id="questions">
<h2>Questions?</h2>
<h3>Group A Questions</h3>
<div class="question-container">
<a class="scroll-animate" href="./assets/html/groupACore.html" target="_blank">Core
Programming</a>
<a class="scroll-animate" href="./assets/html/groupAoutput.html" target="_blank">
Output Prediction</a>
<a class="scroll-animate" href="./assets/html/written.html" target="_blank">Written
Questions</a>
<a class="scroll-animate" href="./assets/html/groupAdesign.html" target="_blank">Design</a>
</div>
<h3>Group B Questions</h3>
<div class="question-container">
<a class="scroll-animate" href="./assets/html/groupBCore.html" target="_blank">Core
Programming</a>
<a class="scroll-animate" href="./assets/html/groupBOutput.html" target="_blank">Output
Prediction</a>
<a class="scroll-animate" href="./assets/html/groupBwritten.html" target="_blank">Written
Questions</a>
<a class="scroll-animate" href="./assets/html/groupBdesign.html" target="_blank">Design</a>
</div>
<h3>Final Day Questions</h3>
<div class="question-container">
<a class="scroll-animate" href="./assets/html/FinalCore.html" target="_blank">Core
Programming</a>
<a class="scroll-animate" href="./assets/html/finaldayoutput.html" target="_blank">Output
Prediction</a>
<a class="scroll-animate" href="./assets/html/finalwritten.html" target="_blank">Written
Questions</a>
<a class="scroll-animate" href="./assets/html/design.html" target="_blank">Design</a>
</div>
</section>
<section id="date-and-time">
<h2 class="scroll-animate">Date | Time | Place</h2>
<p class="scroll-animate"> Magh 3 (January 16) | 10:00 AM - 4:00 PM</p>
<p class="scroll-animate">Place : Bhairahawa Multiple Campus</p>
<div class="countdown-section scroll-animate"
onclick="window.location.href = './assets/html/remaining-days.html'">
<div class="countdown-wrapper" id="countdown1">
<div class="time-block">
<span class="number" id="days">00</span>
<span class="label">Days</span>
</div>
<div class="time-block">
<span class="number" id="hours">00</span>
<span class="label">Hours</span>
</div>
<div class="time-block">
<span class="number" id="minutes">00</span>
<span class="label">Minutes</span>
</div>
<div class="time-block">
<span class="number" id="seconds">00</span>
<span class="label">Seconds</span>
</div>
</div>
</div>
</section>
<!-- Participant Information Section -->
<section id="participants">
<h2 class="scroll-animate">Participants</h2>
<p class="scroll-animate">Maximum Participants Per Team : <strong>4</strong></p>
<p class="scroll-animate">Registration fee per team for other Colleges : Rs.500</p>
</section>
<!-- Prizes Section -->
<section id="prizes">
<h2 class="scroll-animate">🏆 Prizes</h2>
<div class="prize-cards">
<div class="card scroll-animate first">
<h3>🥇 1st Prize</h3>
<h3>Normies</h3>
<p>Rs 16,000</p>
</div>
<div class="card scroll-animate">
<h3>🥈 2nd Prize</h3>
<h3>CodeRed</h3>
<p>Rs 8,000</p>
</div>
<div class="card scroll-animate">
<h3>🥉 3rd Prize</h3>
<h3>GGCoder</h3>
<p>Rs 4,000</p>
</div>
</div>
</section>
<!-- Demo Questions Section -->
<section id="demo-questions">
<h2 class="scroll-animate">Demo Questions</h2>
<div class="question">
<h3 class="scroll-animate">Question 1</h3>
<p class="scroll-animate">Write a program to check if a given string is a palindrome.</p>
</div>
<div class="question">
<h3 class="scroll-animate">Question 2</h3>
<p class="scroll-animate">Swap two integer variables without using a third variable.</p>
</div>
<a href="./assets/html/demo-questions.html">Explore More Demo Questions</a>
</section>
<!-- Submission Form Section -->
<section id="submission-form" class="scroll-animate">
<h2 class="scroll-animate">Register Now</h2>
<p>Ready to break the loop of ordinary?</p>
<p>Registration fee per team for other Colleges : Rs.500</p>
<p>Registration has Ended.</p>
<div class="countdown-section scroll-animate"
onclick="window.location.href = './assets/html/register.html'">
<div class="countdown-wrapper" id="countdown2">
<div class="time-block">
<span class="number" id="days">00</span>
<span class="label">Days</span>
</div>
<div class="time-block">
<span class="number" id="hours">00</span>
<span class="label">Hours</span>
</div>
<div class="time-block">
<span class="number" id="minutes">00</span>
<span class="label">Minutes</span>
</div>
<div class="time-block">
<span class="number" id="seconds">00</span>
<span class="label">Seconds</span>
</div>
</div>
</div>
<!-- <a href="./assets/html/Register.html" rel="noopener" target="_blank" class="register">Register</a> -->
</section>
<section id="query">
<div class="contact-section">
<h2 class="contact-title">For Any Queries, Contact Us</h2>
<p class="contact-description">You can reach out to our team members for assistance. Here are
the contact details:</p>
<div class="contact-cards">
<!-- Contact Card 1 -->
<div class="contact-card scroll-animate">
<div class="card-header">
<h3 class="card-name">Shishir Gaire</h3>
<p class="card-post">President</p>
</div>
<div class="card-body">
<p class="card-number"> <a href="tel:+9779843879136"
class="social-icon scroll-animate">📱
9843879136</a>
</p>
<div class="social-links">
<a href="https://www.facebook.com/shishir.gaire.16" class="social-icon"
target="_blank" rel="noopener">🟦
Facebook</a>
<a href="https://www.instagram.com/" class="social-icon" target="_blank"
rel="noopener">📸
Instagram</a>
</div>
</div>
</div>
<div class="contact-card scroll-animate">
<div class="card-header">
<h3 class="card-name">Sudhir Aryal</h3>
<p class="card-post">Secretory</p>
</div>
<div class="card-body">
<p class="card-number"> <a href="tel:+9779848244615" class="social-icon">📱
9848244615</a>
</p>
<div class="social-links">
<a href="https://www.facebook.com/sudhir.aryal.969" class="social-icon"
target="_blank" rel="noopener">🟦
Facebook</a>
<a href="https://www.instagram.com/aryalsudhir353/" class="social-icon"
target="_blank" rel="noopener">📸
Instagram</a>
</div>
</div>
</div>
<!-- Contact Card 2 -->
<div class="contact-card scroll-animate">
<div class="card-header">
<h3 class="card-name">Arun Neupane</h3>
<p class="card-post">Lead Programmer</p>
</div>
<div class="card-body">
<p class="card-number"><a href="tel:+9779811420975" class="social-icon">📱
9811420975</a></p>
<div class="social-links">
<a href="https://www.facebook.com/arunneupane9000" class="social-icon"
target="_blank" rel="noopener">🟦
Facebook</a>
<a href="https://www.instagram.com/arundada9000/" class="social-icon"
target="_blank" rel="noopener">📸
Instagram</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="video-container">
<iframe class="video" src="https://www.youtube.com/embed/J3uykAXSP28"
title="Code Olympiad 2081 Promo Video 2" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
<iframe class="video" src="https://www.youtube.com/embed/LLTM4K3CB-I"
title="Code Olympiad 2081 Promo video" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</section>
<section class="form-container-wrapper">
<div class="form-container">
<form id="team-registration-form" action="https://api.web3forms.com/submit" method="post"
autocomplete="off">
<input type="hidden" name="access_key" value="683c630a-19ea-426c-a560-3148bd42d8dd">
<input type="hidden" name="from_name" value="Code Olympiad Feedback Form Submission">
<input type="text" name="honeypot" id="honeypot" title="Spam detection" />
<legend class="legend">Feedback Form</legend>
<div class="form-group">
<input type="text" placeholder=" " id="name" name="Name" required>
<label for="name">Name</label>
</div>
<div class="form-group">
<input type="email" name="Email" id="email" placeholder=" ">
<label for="email">Email</label>
</div>
<div class="form-group">
<input type="text" placeholder=" " name="Good-Part" id="good" required>
<label for="good">What was Good</label>
</div>
<div class="form-group">
<input type="text" placeholder=" " name="Improvement" id="improvement" required>
<label for="improvement">What could have been better</label>
</div>
<input type="submit" class="btn submit" id="submit-btn">
<input type="reset" class="btn clear">
</form>
</div>
</section>
</main>
</div>
<footer class="footer">
<div class="footer-container">
<div class="footer-about">
<h2 class="scroll-animate">About Us</h2>
<p class="scroll-animate">We want to push Nepal into a more Technological Advanced Country. Lets
build our country
together.</p>
</div>
<div class="footer-links">
<h2 class="scroll-animate">Quick Links</h2>
<ul>
<li class="scroll-animate"><a href="./assets/html/members.html">Our Team</a></li>
<li class="scroll-animate"><a href="./assets/html/demo-questions.html">Demo Questions</a></li>
<!-- <li class="scroll-animate"><a href="./assets/html/participants.html">Participants</a></li> -->
<li class="scroll-animate"><a href="#questions">Questions</a></li>
</ul>
</div>
<div class="footer-social">
<h2 class="scroll-animate">Follow Us</h2>
<ul class="social-icons">
<li class="scroll-animate"><a
href="https://www.facebook.com/profile.php?id=100094504922018"><img
src="./assets/icons/facebook-icon.png" alt="Facebook"></a></li>
<li class="scroll-animate"><a href="https://www.github.com/arundada9000/"><img
src="./assets/icons/github-icon.png" alt="Github"></a></li>
<li class="scroll-animate"><a href="https://www.instagram.com/arundada9000"><img
src="./assets/icons/instagram-icon.png" alt="Instagram"></a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="scroll-animate">© 2025 BMC IT Club. All Rights Reserved.</p>
</div>
</footer>
</div>
<script src="./assets/js/main.js"></script>
</body>
</html>