-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
481 lines (415 loc) · 23.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
<!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">
<title>Makeathon 4.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<link rel="shortcut icon" href="images/MLSC logo.png" type="image/x-icon">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/social.css">
<link rel="stylesheet" href="css/sponsors.css">
<link rel="stylesheet" href="css/button1.css">
<link rel="stylesheet" href="./css/tracks.css">
<link rel="stylesheet" href="./css/speakers.css">
<link rel="stylesheet" href="./css/judges.css">
<link rel="stylesheet" href="css/prizes.css" />
<link rel="stylesheet" href="css/bouncing.css"/>
<link rel="stylesheet" href="css/faq.css">
<link rel="stylesheet" href="css/aboutmakeathon.css">
<link rel="stylesheet" href="css/aboutmlsc.css">
</head>
<body>
<a href="https://mlsctiet.co.in/">
<img class="image" src="images/MLSC logo.png" alt=""></a>
<section id="landing">
<svg viewBox="0 0 1250 200">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%">Makeathon 5.0</text>
</symbol>
<g class="g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
<div class="date">
<center>
<h2>
February, 2023
</h2>
</center>
</div>
<div class="wrapper">
<center>
<a class="button" href="mailto:msc@thapar.edu?subject=We Want to Sponsor">
<span></span>
<span></span>
<span></span>
<span></span>
Sponsor Us
</a>
<a class="button button2" href="https://forms.gle/s8imyp3qDwtQVhS27" target="_blank">
<span></span>
<span></span>
<span></span>
<span></span>
Pre-Register
</a>
<a class="button button3" href="codeofconduct.html" target="_blank">
<span></span>
<span></span>
<span></span>
<span></span>
Code Of Conduct
</a>
</center>
</div>
<div class="icons">
<a target="_blank" href="https://www.linkedin.com/company/microsoft-learn-student-chapter/mycompany/"
class="linkedin"> <i class="fab fa-linkedin-in "></i></a>
<a href="https://discord.gg/VRRFmsge9u" class="discord" target="_blank"> <i class="fab fa-discord"></i></a>
<a href="https://www.instagram.com/mlsc_tiet/" target="_blank" class="instagram"> <i
class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/mlsctiet" class="facebook" target="_blank"> <i
class="fab fa-facebook"></i></a>
</div>
</section>
<!-- About MLSC -->
<section id="about_mlsc">
<div>
<h1 class="mlsc_heading">ABOUT MLSC</h1>
</div>
<div class="contain">
<div class="aboutmlsc"> <p style="text-align: justify;"> Microsoft Student Learn Chapter, Thapar Institute of Engineering and Technology is an eminent technical society with like-minded and driven individuals. MLSC strives to create a community of versatile enthusiasts with progressive mindsets, promoting holistic development, mentoring and motivating its students to refine their critical thinking, coding skills and soft skills. To further this, over the years we have organized various Workshops, Open Source Projects, Tech-meetups and trendsetting competitions like the Makeathon. These events are dynamic platforms that feed the participant’s curiosity and develop their technical skills.
</p>
</div>
<div class="aboutimg">
<center>
<img src="images/MLSC logo.png" alt="" >
</center>
</div>
</div>
</section>
<!-- About MAkeathon Section -->
<section id="about_makeathon">
<div>
<h1 class="about_heading">ABOUT MAKEATHON</h1>
</div>
<div class="container1">
<!-- <div class="aboutimage">
<img src="/images/MLSC logo.png" alt="" >
</div> -->
<div class="aboutmakeathon"> <p style="text-align: justify;"> MAKEATHON – the archetypal Hackathon of Thapar Institute of Engineering and Technology, is one of the unparalleled events organized by Microsoft Learn Student Chapter. The most awaited Hackathon of the year, our flagship event MAKEATHON 4.0, has indeed proved to be the groundbreaking Hackathon amongst all of North India from the past three years. This 24-hour event will put forth a forum for technology fanatics to showcase their skills and give them a chance to learn with people sharing the same taste. It will be a theme-based event consisting of pre-event workshops. The purpose of MAKEATHON 4.0 is to bring forth astute and dynamic students from various colleges for an enchanting technical journey to fabricate a working prototype of a technologically innovative and sustainable project that will focus on solving several grievous issues about our society.
</p>
</div>
</div>
</section>
<!-- Tracks Page -->
<section id="tracks">
<h1 id="tracks-heading">Tracks</h1>
<!-- Replace this -->
<div class="bouncing-box">
<div class="bouncing-text">
<div class="c dark-font">C</div>
<div class="o dark-font">O</div>
<div class="m dark-font">M</div>
<div class="i dark-font">I</div>
<div class="n dark-font">N</div>
<div class="g dark-font">G</div>
<div class="s dark-font">S</div>
<div class="o1 dark-font">O</div>
<div class="o2 dark-font">O</div>
<div class="n1 dark-font">N</div>
<div class="shadow"></div>
<div class="shadow-two"></div>
</div>
</div>
</section>
<!-- Judges Section -->
<section id="judges">
<h1 id="judges-heading">Judges</h1>
<div class="bouncing-box">
<div class="bouncing-text">
<div class="c">C</div>
<div class="o">O</div>
<div class="m">M</div>
<div class="i">I</div>
<div class="n">N</div>
<div class="g">G</div>
<div class="s">S</div>
<div class="o1">O</div>
<div class="o2">O</div>
<div class="n1">N</div>
<div class="shadow"></div>
<div class="shadow-two"></div>
</div>
</div>
</section>
<!-- Speakers Section -->
<section id="speakers">
<h1 id="speakers-heading">Speakers</h1>
<div class="bouncing-box">
<div class="bouncing-text">
<div class="c dark-font">C</div>
<div class="o dark-font">O</div>
<div class="m dark-font">M</div>
<div class="i dark-font">I</div>
<div class="n dark-font">N</div>
<div class="g dark-font">G</div>
<div class="s dark-font">S</div>
<div class="o1 dark-font">O</div>
<div class="o2 dark-font">O</div>
<div class="n1 dark-font">N</div>
<div class="shadow"></div>
<div class="shadow-two"></div>
</div>
</div>
</section>
<!-- Prizes Section -->
<section id="prizes">
<h1 id="prizes-heading">Prizes
<img src="./images/Trophy.png" class="img-fluid link" alt="" />
</h1>
<div class="bouncing-box-prizes">
<div class="bouncing-text-prizes">
<div class="t">T</div>
<div class="o3">O</div>
<div class="b">B</div>
<div class="e">E</div>
<div class="a">A</div>
<div class="n2">N</div>
<div class="n3">N</div>
<div class="o4">O</div>
<div class="u">U</div>
<div class="n4">N</div>
<div class="c1">C</div>
<div class="e1">E</div>
<div class="d">D</div>
</div>
<div class="shadow"></div>
<div class="shadow-two"></div>
</div>
<!-- For small devices ....hidden otherwise -->
<div class="small-prizes" >
<div class="d-flex row my-5">
<div class="col-sm-4"></div>
<div class="small-text-prizes col-sm-4 justify-content-center" style="margin: 0;">
<div class="t">T</div>
<div class="b1">B</div>
<div class="a1">A</div>
</div>
<div class="col-sm-4"></div>
</div>
</div>
</div>
</section>
<!-- Sponser Page -->
<section id="sponsors">
<div>
<h1 id="sponsor-heading">Our Sponsors</h1>
</div>
<div id="sponsor-list">
<div class="sponsors-box">
<div class="sponsor-img-box">
<img class="img-size fix-margin1" src="https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/ib31m8db10zbju0eunh9" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Reliance_Jio_Logo_%28October_2015%29.svg/1125px-Reliance_Jio_Logo_%28October_2015%29.svg.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size" src="https://www.xinfin.org/assets/images/brand-assets/xinfin-xdc-network-logo.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
</div>
<div class="sponsors-box">
<div class="sponsor-img-box">
<img class="img-size" src="https://cdn.iconscout.com/icon/free/png-256/matic-1649773-1399877.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size fix-margin2" src="https://camo.githubusercontent.com/3f3143aa86aa1c8aeb766de44bd6b48963e490231406c50b25aa6019f5dfb12e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f706f727469732d70726f642f6173736574732f706f727469732d6c6f676f2f6c6f676f5f776974685f6e616d655f6d656469756d2e706e67" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size fix-margin2" src="https://images.squarespace-cdn.com/content/v1/5c46ee3455b02c5aa1000539/1566970523299-C9EUJUGBTHGG5NF744R9/download.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
</div>
<div class="sponsors-box">
<div class="sponsor-img-box" style="margin-top:2.5%;">
<img class="img-size" src="https://www.logolynx.com/images/logolynx/ea/ea5dcf99df44d1bc660506d842fd9f7c.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size" src="https://upload.wikimedia.org/wikipedia/en/thumb/7/7b/Codechef%28new%29_logo.svg/1200px-Codechef%28new%29_logo.svg.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size" src="https://brandpalettes.com/wp-content/uploads/2021/05/tezos-02.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
</div>
<div class="sponsors-box">
<div class="sponsor-img-box" style="margin-top:10%;">
<img class="img-size" src="https://upload.wikimedia.org/wikipedia/commons/1/17/Google-flutter-logo.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box">
<img class="img-size fix-margin1" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/JetBrains_Logo_2016.svg/1200px-JetBrains_Logo_2016.svg.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box" style="margin-top:10%;">
<img class="img-size" src="https://logos-download.com/wp-content/uploads/2020/06/Voiceflow_Logo_full.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
</div>
<div class="sponsors-box">
<div class="sponsor-img-box-4">
<img class="img-size fix-margin1" src="https://www.codingninjas.com/assets-landing/images/CNLOGO.svg" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box-4" style="margin-top:3%;">
<img class="img-size" src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/GeeksforGeeks.svg/2560px-GeeksforGeeks.svg.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box-4" style="margin-top:2.5%;">
<img class="img-size" src="https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
<div class="sponsor-img-box-4" style="margin-top: 5%;">
<img class="img-size" src="https://cdn.discordapp.com/attachments/930798441016201226/931490673058779206/logo.png" class="img-fluid img-thumbnail mx-auto" alt="">
</div>
</div>
</div>
</section>
<section id="faq">
<div class="centerplease">FAQs</div>
<center>
<div class="faq-content">
<div class="faq-question">
<input id="q1" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q1" class="panel-title">What will be the mode of conduct of the hackathon?</label>
<div class="panel-content">The mode of conduct will be in hybrid mode.</div>
</div>
<div class="faq-question">
<input id="q2" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q2" class="panel-title">What if I have never been to a Hackathon before? Is it necessary
to know to code? What are the prerequisites for the hackathon?</label>
<div class="panel-content">Then we're so glad that Makeathon 5.0 will be your first ever! Even if
you have no prior knowledge, it’s a learning experience we hope you cherish.</div>
</div>
<div class="faq-question">
<input id="q3" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q3" class="panel-title">What is the registration fee for the Hackathon?</label>
<div class="panel-content">The hackathon is FREE of cost! Just put on your learning caps and hop on!
</div>
</div>
<div class="faq-question">
<input id="q4" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q4" class="panel-title">Can the team members be from different colleges?</label>
<div class="panel-content">Yes, we believe in a healthy team spirit which will be ensured if you are
allowed to work with the team of your choice.</div>
</div>
<div class="faq-question">
<input id="q5" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q5" class="panel-title">Will the teams be provided with any assistance during the
hackathon?</label>
<div class="panel-content">Yes. Our mentors will be available on discord throughout the hackathon to
help you if needed.</div>
</div>
<div class="faq-question">
<input id="q6" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q6" class="panel-title">Can I start working on my hack before the hackathon?/Are we
allowed to build on past projects?</label>
<div class="panel-content">No. In the interest of fairness, students should not be working on their
projects before the hackathon begins.</div>
</div>
<div class="faq-question">
<input id="q7" type="checkbox" class="panel">
<div class="plus">+</div>
<label for="q7" class="panel-title">What kind of projects can we work on?</label>
<div class="panel-content">The tracks will be disclosed soon. The hacks should cover at least one
problem statement. Hacks that do not tackle any of the problems stated will be disqualified.
</div>
</div>
</div>
<footer class="footer-area bg-img bg-overlay-2 section-padding-100-0">
<div style="margin-top: 1rem" class="main-footer-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-sm-6 col-lg-5">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<h5 class="footer_title">About Us</h5>
<p class="footer_content" style="text-align: justify"> Microsoft Learn Student Chapter is a technical society of
Thapar
Institute of Engineering and Technology striving to create a community of
versatile
enthusiasts with a progressive mindset, promoting development holistically,
mentoring
and motivating its students to refine their critical thinking, logical
reasoning, and
coding skills. MLSC is a dynamic platform that feeds their curiosity and
develops their
technical skills. MLSC effectuates it by organizing numerous technology-driven
events,
tech meetups, and Hackathons.
<ul id="social" style="font-size: 1.25rem;">
<li class="socials"><a style="color: white;"
href="https://www.instagram.com/mlsc_tiet/"><i class="fab fa-instagram"
aria-hidden="true"></i></a></li>
<li class="socials"><a style="color: white;"
href="https://www.linkedin.com/company/microsoft-learn-student-chapter/mycompany/"><i
class="fab fa-linkedin-in "></i></a></li>
<li class="socials"><a style="color: white;"
href="https://discord.gg/4grM4hv84B"><i class="fab fa-discord"></i></a>
</li>
<li class="socials"><a style="color: white;"
href="https://www.facebook.com/mlsctiet"><i class="fab fa-facebook"
aria-hidden="true"></i></a></li>
</ul>
</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-footer-widget mb-60 wow fadeInUp" data-wow-delay="300ms">
<h5 class="footer_title">Contact</h5>
<div class="footer_content">
<p><i class="zmdi zmdi-map"></i><a href="https://g.page/ThaparInstitute?share"
target="_blank"> Thapar Institute of
Engineering<br> and Technology,
Patiala</a> </p>
<p><i class="zmdi zmdi-email"></i><a href="https://mlsctiet.co.in/">Website:
mlsctiet.co.in</a></p>
</p>
<p><i class="zmdi zmdi-email"></i><a
href="mailto:msc@thapar.edu?subject=We Want to Sponsor">Email:
msc@thapar.edu</a></p>
</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3" style="margin: auto;">
<a href="https://mlsctiet.co.in/">
<img id="frontlogo" src="images/MLSC logo.png" width="220" height="190" style="margin-bottom: 20%"></a>
</div>
</div>
</div>
</div>
</footer>
</section>
<section>
</section>
<script src="https://kit.fontawesome.com/4fb8928311.js" crossorigin="anonymous"></script>-->
<!-- FOR TO BE ANNOUNCED IN PRIZES SECTION -->
<!-- Galti se bhi bootstrap mat hatana!!! -->
<!-- <script src="./js/main.js"></script> -->
</body>
</html>