-
Notifications
You must be signed in to change notification settings - Fork 2
/
prizes.html
667 lines (579 loc) · 27.3 KB
/
prizes.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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<style>
.footer-content {
margin-left: auto;
margin-right: auto;
max-width: 1230px;
padding: 40px 15px 350px;
position: relative;
}
.footer-social-link.linkedin {
height: 42px;
left: 3px;
top: 12px;
width: 42px;
}
.footer-social-link.twitter {
height: 50px;
left: 60px;
top: 4px;
width: 50px;
}
.footer-social-link.youtube {
height: 45px;
left: 123px;
top: 10px;
width: 45px;
}
.footer-social-link.github {
height: 50px;
left: 173px;
top: 10px;
width: 50px;
}
.navbarr {
display: grid;
grid-template-columns: 0.4fr 0.7fr 0.07fr;
background-color: #ffffff;
position: fixed;
top: 0;
width: 100%;
z-index: 2;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#logoimg {
margin-left: 20px;
width: 95px;
}
.navlogo {
text-align: start;
padding-left: 50px;
margin: 6% 0% 7% 0%;
color: rgb(0, 0, 0);
}
.navlogo h2 {
display: inline;
font-weight: 700;
font-size: 1.0rem;
}
.toggle-btn {
position: absolute;
top: 30px;
right: 4%;
display: none;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 19px;
}
.toggle-btn .bar {
height: 1.7px;
width: 100%;
background-color: #000000;
border-radius: 7px;
}
.nav-items ul {
margin-top: 3.7%;
text-align: end;
}
.nav-items ul li {
display: inline;
}
.nav-items ul li a {
margin: 7% 1.5%;
text-decoration: none;
color: rgb(0, 0, 0);
font-weight: 400;
font-size: 1.1rem;
}
@media (max-width: 1250px) {
.lessopacitycont {
top: 200px;
}
.navbarr {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.toggle-btn {
display: flex;
top: 15px;
}
.navlogo {
margin: 2% 0% 2% 4%;
padding: 0;
}
.nav-items {
width: 100%;
display: none;
}
.nav-items ul {
width: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.nav-items ul li {
text-align: center;
margin: 0.7% 0%;
}
.nav-items ul li a {
margin: 0;
padding: 0;
}
.nav-items.active {
display: flex;
}
}
.main_div {
display: grid;
grid-template-columns: 1fr 1fr;
background-color: #d0c2db;
text-align: center;
}
.main_div img {
width: 55%;
margin-left: 30%;
}
.main_div h1 {
margin-top: 20%;
}
#winnerimgmain {
margin-top: 100px;
width: 1400px;
}
@media screen and (max-width : 1250px) {
#winnerimgmain {
margin-top: 100px;
width: 1000px;
}
}
@media screen and (max-width : 1000px) {
#winnerimgmain {
margin-top: 100px;
width: 700px;
}
#winnerimgmain {
margin-top: 80px;
}
}
@media screen and (max-width : 700px) {
#winnerimgmain {
margin-top: 100px;
width: 500px;
}
#winnerimgmain {
margin-top: 70px;
}
}
@media screen and (max-width : 760px) {
.footer-content {
padding: 40px 15px 750px;
}
}
@media screen and (max-width : 500px) {
#winnerimgmain {
margin-top: 100px;
width: 450px;
}
#winnerimgmain {
margin-top: 70px;
}
}
@media screen and (max-width : 450px) {
#winnerimgmain {
margin-top: 100px;
width: 400px;
}
#winnerimgmain {
margin-top: 60px;
}
}
@media screen and (max-width : 400px) {
#winnerimgmain {
margin-top: 100px;
width: 350px;
}
#winnerimgmain {
margin-top: 50px;
}
}
@media screen and (max-width : 350px) {
#winnerimgmain {
margin-top: 100px;
width: 300px;
}
#winnerimgmain {
margin-top: 50px;
}
}
#prizehead {
font-size: 30px;
margin-top: 150px;
margin-bottom: 00px;
}
#prizehead2 {
font-size: 30px;
margin-top: 80px;
margin-bottom: 00px;
}
#prizemain1 {
display: flex;
}
#main11 {
width: 50%;
font-size: 25px;
}
#main12 {
width: 50%;
font-size: 25px;
}
.onimgsins {
width: 45%;
height: 400px;
margin: 1%;
}
#awards {
display: flex;
margin-top: 50px;
}
.awardsin {
width: 27%;
margin: 1%;
}
.awardsin1 {
width: 35%;
margin: 2%;
}
@media screen and (max-width : 900px) {
.onimgsins {
height: 250px;
}
}
@media screen and (max-width : 700px) {
.onimgsins {
height: 200px;
}
}
@media screen and (max-width : 600px) {
.onimgsins {
height: 150px;
}
}
@media screen and (max-width : 450px) {
#logoimg {
margin-left: 00px;
width: 80px;
}
}
@media screen and (max-width : 370px) {
#logoimg {
margin-left: 00px;
width: 60px;
}
}
</style>
<title>Winners</title>
</head>
<body>
<!-- HTML code for the navbar -->
<nav class="navbarr">
<div class="navlogo">
<span>
<img src="https://static.wixstatic.com/media/b21544_d39286c28cd542fcac93cdc1f227d9c3~mv2.png/v1/fill/w_174,h_80,al_c,lg_1,q_85,enc_auto/b21544_d39286c28cd542fcac93cdc1f227d9c3~mv2.png"
id="logoimg">
</span>
<span>
<h2>Hack The Mountains 3.0</h2>
</span>
</div>
<a href="#" class="toggle-btn">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="nav-items">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Sponsors</a></li>
<li><a href="judges.html">Judges</a></li>
<li><a href="winners.html">Winners</a></li>
<li><a href="prizes.html">Prizes</a></li>
<li><a href="https://www.hackthemountain.tech/items-1">Blogs</a></li>
<li><a href="meetups.html">Meetups</a></li>
</ul>
</div>
</nav>
<div class="navbar-line"></div>
<div>
<center> <b>
<p id="prizehead"> HTM PRIZES </p>
</b>
<hr style="height:3px;border-width:3px;color:#fec023;background-color:#fec023;width:250px;padding: 00px;">
</center>
<center>
<div id="prizemain1">
<div id="main11">
<b>
<p> Online Mode </p>
</b>
<b>
<hr
style="height:3px;border-width:3px;color:#fec023;background-color:#fec023;width:100px;padding: 00px;">
</b>
<div id="onimgs">
<center> <img src="Prizesimg/Screenshot 2023-07-26 at 2.49.33 AM.png" alt="" srcset=""
class="onimgsins">
<img src="Prizesimg/Screenshot 2023-07-26 at 2.49.20 AM.png" alt="" srcset=""
class="onimgsins">
</center>
</div>
<div id="onimgs">
<center>
<img src="Prizesimg/Screenshot 2023-07-26 at 5.08.56 PM.png" alt="" srcset=""
class="onimgsins">
</center>
</div>
</div>
<div id="main12">
<b>
<p> Offline Mode </p>
</b>
<b>
<hr
style="height:3px;border-width:3px;color:#fec023;background-color:#fec023;width:100px;padding: 00px;">
</b>
<div id="onimgs">
<center> <img src="Prizesimg/Screenshot 2023-07-26 at 2.49.10 AM.png" alt="" srcset=""
class="onimgsins">
<img src="Prizesimg/Screenshot 2023-07-26 at 2.49.42 AM.png" alt="" srcset=""
class="onimgsins">
</center>
</div>
<div id="onimgs">
<center>
<img src="Prizesimg/Screenshot 2023-07-26 at 5.08.41 PM.png" alt="" srcset=""
class="onimgsins">
</center>
</div>
</div>
</div>
</center>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-07-26 at 5.19.11 PM.png" alt="" srcset="" class="awardsin">
<img src="Prizesimg/Screenshot 2023-07-26 at 5.19.20 PM.png" alt="" srcset="" class="awardsin">
<img src="Prizesimg/Screenshot 2023-07-26 at 5.19.29 PM.png" alt="" srcset="" class="awardsin">
</center>
</div>
<div>
<center> <b>
<p id="prizehead2"> MLH PRIZES </p>
</b>
<hr style="height:3px;border-width:3px;color:#fec023;background-color:#fec023;width:250px;padding: 00px;">
</center>
<center>
<div id="mlh">
<div id="awards">
<center>
<a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.29.48 PM.png" alt="" srcset="" class="awardsin"> </a>
<a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.29.58 PM.png" alt="" srcset="" class="awardsin"> </a>
<a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.30.10 PM.png" alt="" srcset="" class="awardsin"> </a>
</center>
</div>
<div id="awards">
<center> <a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.30.55 PM.png" alt="" srcset="" class="awardsin"> </a>
<a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.31.05 PM.png" alt="" srcset="" class="awardsin"> </a>
<a href="https://hack.mlh.io/prizes"> <img src="Prizesimg/Screenshot 2023-08-08 at 11.31.21 PM.png" alt="" srcset="" class="awardsin"> </a>
</center>
</div>
</div>
</center>
<center> <b>
<p id="prizehead2"> SPONSOR PRIZES / BOUNTY </p>
</b>
<hr style="height:3px;border-width:3px;color:#fec023;background-color:#fec023;width:250px;padding: 00px;">
</center>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 1.59.24 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 1.59.36 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 1.59.49 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 1.59.59 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.00.14 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.00.23 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.00.38 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.00.53 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.01.05 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.01.19 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.02.02 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.02.39 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.03.12 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.03.25 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
<div id="awards">
<center> <img src="Prizesimg/Screenshot 2023-08-09 at 2.03.47 AM.png" alt="" srcset="" class="awardsin1">
<img src="Prizesimg/Screenshot 2023-08-09 at 2.03.58 AM.png" alt="" srcset="" class="awardsin1">
</center>
</div>
</div>
</div>
<section>
<div class="pg-footer">
<footer class="footer">
<svg class="footer-wave-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100"
preserveAspectRatio="none">
<path class="footer-wave-path"
d="M851.8,100c125,0,288.3-45,348.2-64V0H0v44c3.7-1,7.3-1.9,11-2.9C80.7,22,151.7,10.8,223.5,6.3C276.7,2.9,330,4,383,9.8 c52.2,5.7,103.3,16.2,153.4,32.8C623.9,71.3,726.8,100,851.8,100z">
</path>
</svg>
<div class="footer-content">
<div class="footer-content-column">
<div class="footer-logo">
<a class="footer-logo-link" href="#">
<span class="hidden-link-text">LOGO</span>
<img src="https://static.wixstatic.com/media/b21544_e279f3bad4be4c2b85033e1893ae4bd2~mv2.png/v1/crop/x_12,y_36,w_3704,h_2031/fill/w_614,h_338,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/HTM.png"
alt="" srcset="" width="250px" height="150px">
</a>
</div>
</div>
<div class="footer-content-column">
<div class="footer-menu">
<h2 class="footer-menu-name"> Contact</h2>
<ul id="menu-company" class="footer-menu-list">
<li class="menu-item menu-item-type-post_type menu-item-object-page">
<a>Mail Us :</a>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category">
<a href="mailto:[email protected]">[email protected]
</a>
</li>
</ul>
</div>
</div>
<div class="footer-content-column">
<div class="footer-menu">
<h2 class="footer-menu-name"> Quick Links</h2>
<ul id="menu-quick-links" class="footer-menu-list">
<li class="menu-item menu-item-type-custom menu-item-object-custom">
<a target="_blank" rel="noopener noreferrer" href="#">Contact Us </a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom">
<a target="_blank" rel="noopener noreferrer" href="#">Team</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="#">Sudans Tech</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="#">Sponsor Us</a>
</li>
<li class="menu-item menu-item-type-post_type_archive menu-item-object-customer">
<a href="#">MLH Code of Conduct</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="#">Reviews</a>
</li>
</ul>
</div>
</div>
<div class="footer-content-column">
<div class="footer-call-to-action">
<h2 class="footer-call-to-action-title"> Let's Chat</h2>
<p class="footer-call-to-action-description"> Have a support question?</p>
<a class="footer-call-to-action-button button" href="#" target="_self"> Get in Touch
</a>
</div>
</div>
<div class="footer-social-links"> <svg class="footer-social-amoeba-svg"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 236 54">
<path class="footer-social-amoeba-path"
d="M223.06,43.32c-.77-7.2,1.87-28.47-20-32.53C187.78,8,180.41,18,178.32,20.7s-5.63,10.1-4.07,16.7-.13,15.23-4.06,15.91-8.75-2.9-6.89-7S167.41,36,167.15,33a18.93,18.93,0,0,0-2.64-8.53c-3.44-5.5-8-11.19-19.12-11.19a21.64,21.64,0,0,0-18.31,9.18c-2.08,2.7-5.66,9.6-4.07,16.69s.64,14.32-6.11,13.9S108.35,46.5,112,36.54s-1.89-21.24-4-23.94S96.34,0,85.23,0,57.46,8.84,56.49,24.56s6.92,20.79,7,24.59c.07,2.75-6.43,4.16-12.92,2.38s-4-10.75-3.46-12.38c1.85-6.6-2-14-4.08-16.69a21.62,21.62,0,0,0-18.3-9.18C13.62,13.28,9.06,19,5.62,24.47A18.81,18.81,0,0,0,3,33a21.85,21.85,0,0,0,1.58,9.08,16.58,16.58,0,0,1,1.06,5A6.75,6.75,0,0,1,0,54H236C235.47,54,223.83,50.52,223.06,43.32Z">
</path>
</svg>
<a class="footer-social-link linkedin" href="https://www.linkedin.com/company/hackmountains/"
target="_blank">
<span class="hidden-link-text">Linkedin</span>
<svg class="footer-social-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path class="footer-social-icon-path"
d="M9,25H4V10h5V25z M6.501,8C5.118,8,4,6.879,4,5.499S5.12,3,6.501,3C7.879,3,9,4.121,9,5.499C9,6.879,7.879,8,6.501,8z M27,25h-4.807v-7.3c0-1.741-0.033-3.98-2.499-3.98c-2.503,0-2.888,1.896-2.888,3.854V25H12V9.989h4.614v2.051h0.065 c0.642-1.18,2.211-2.424,4.551-2.424c4.87,0,5.77,3.109,5.77,7.151C27,16.767,27,25,27,25z">
</path>
</svg>
</a>
<a class="footer-social-link twitter" href="https://twitter.com/HackMountains" target="_blank">
<span class="hidden-link-text">Twitter</span>
<svg class="footer-social-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26">
<path class="footer-social-icon-path"
d="M 25.855469 5.574219 C 24.914063 5.992188 23.902344 6.273438 22.839844 6.402344 C 23.921875 5.75 24.757813 4.722656 25.148438 3.496094 C 24.132813 4.097656 23.007813 4.535156 21.8125 4.769531 C 20.855469 3.75 19.492188 3.113281 17.980469 3.113281 C 15.082031 3.113281 12.730469 5.464844 12.730469 8.363281 C 12.730469 8.773438 12.777344 9.175781 12.867188 9.558594 C 8.503906 9.339844 4.636719 7.246094 2.046875 4.070313 C 1.59375 4.847656 1.335938 5.75 1.335938 6.714844 C 1.335938 8.535156 2.261719 10.140625 3.671875 11.082031 C 2.808594 11.054688 2 10.820313 1.292969 10.425781 C 1.292969 10.449219 1.292969 10.46875 1.292969 10.492188 C 1.292969 13.035156 3.101563 15.15625 5.503906 15.640625 C 5.0625 15.761719 4.601563 15.824219 4.121094 15.824219 C 3.78125 15.824219 3.453125 15.792969 3.132813 15.730469 C 3.800781 17.8125 5.738281 19.335938 8.035156 19.375 C 6.242188 20.785156 3.976563 21.621094 1.515625 21.621094 C 1.089844 21.621094 0.675781 21.597656 0.265625 21.550781 C 2.585938 23.039063 5.347656 23.90625 8.3125 23.90625 C 17.96875 23.90625 23.25 15.90625 23.25 8.972656 C 23.25 8.742188 23.246094 8.515625 23.234375 8.289063 C 24.261719 7.554688 25.152344 6.628906 25.855469 5.574219 ">
</path>
</svg>
</a>
<a class="footer-social-link youtube" href="https://www.youtube.com/c/HackTheMountains"
target="_blank">
<span class="hidden-link-text">Youtube</span>
<svg class="footer-social-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
<path class="footer-social-icon-path"
d="M 15 4 C 10.814 4 5.3808594 5.0488281 5.3808594 5.0488281 L 5.3671875 5.0644531 C 3.4606632 5.3693645 2 7.0076245 2 9 L 2 15 L 2 15.001953 L 2 21 L 2 21.001953 A 4 4 0 0 0 5.3769531 24.945312 L 5.3808594 24.951172 C 5.3808594 24.951172 10.814 26.001953 15 26.001953 C 19.186 26.001953 24.619141 24.951172 24.619141 24.951172 L 24.621094 24.949219 A 4 4 0 0 0 28 21.001953 L 28 21 L 28 15.001953 L 28 15 L 28 9 A 4 4 0 0 0 24.623047 5.0546875 L 24.619141 5.0488281 C 24.619141 5.0488281 19.186 4 15 4 z M 12 10.398438 L 20 15 L 12 19.601562 L 12 10.398438 z">
</path>
</svg>
</a>
<a class="footer-social-link github" href="#" target="_blank">
<span class="hidden-link-text">Github</span>
<svg class="footer-social-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path class="footer-social-icon-path"
d="M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z ">
</path>
</svg>
</a>
</div>
</div>
<div class="footer-copyright">
<div class="footer-copyright-wrapper">
<p class="footer-copyright-text">
<a class="footer-copyright-link" href="#" target="_self"> Website is Made & Maintained
by <a href="https://www.sudanstech.com/" target="_blank">Sudans Technocarts
Foundation</a> ©2020.
</a>
</p>
</div>
</div>
</footer>
</div>
</section>
<div>
<!-- <center> <img src="Images/winners.png" alt="" srcset="" id="winnerimg"></center> -->
</div>
<script src="script.js"></script>
</body>
</html>