-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
589 lines (456 loc) · 27.3 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
577
578
579
580
581
582
583
584
585
586
587
588
589
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hacktoberfest 2021</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<link rel="shortcut icon" href="images/LogoM1.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/navbar.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="footer.css">
<!-- <script type='text/javascript' src='js/jquery.js'></script> -->
<!-- <script src="js/custom.js"></script> -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link href="http://fonts.cdnfonts.com/css/wynford" rel="stylesheet">
</head>
<body>
<div class="backg">
<div class="header-bar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-10 col-lg-2 order-lg-1">
<div class="site-branding">
<div class="site-title">
<a href="https://mlsctiet.co.in/"><img src="images/LogoM1.png" class="navimg"alt="logo"></a>
</div><!-- .site-title -->
</div><!-- .site-branding -->
</div><!-- .col -->
<div class="col-2 col-lg-7 order-3 order-lg-2">
<nav class="site-navigation">
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
<span></span>
</div><!-- .hamburger-menu -->
<center>
<ul>
<li><a href="#About">About</a></li>
<li><a href="#Events">Events</a></li>
<li><a href="#Sponsors">Sponsors</a></li>
<li><a href="./OpenSource/open-source.html">Open Source</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</center>
</nav><!-- .site-navigation -->
</div><!-- .col -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container-fluid -->
</div><!-- .header-bar -->
</div>
<section class="landing">
<div class="swiper-container hero-slider">
<div class="swiper-slide" data-date="2019/10/01">
<div class="hero-content">
<div class="container">
<div class="row">
<div class="col flex flex-column justify-content-center">
<div class="entry-header"></div>
<h2 class="entry-title " style="opacity: 0;" data-wow-duration="2s"
data-wow-delay="1s" style="font-size: 48px;"><br>Hacktober Fest 2k19</h2>
</div>
<!--- .entry-header -->
</div><!-- .col -->
</div><!-- .container -->
</div><!-- .hero-content -->
</div>
<!-- Add Pagination -->
</div><!-- .swiper-container -->
<div class="back">
<div class="entry-footer">
<center>
<a class="btn1" data-wow-duration="2s" data-wow-delay="1.5s" target="_blank"
href="https://forms.gle/aRFqifQdyZ3GTzqm9">Sign Up for Our Sessions</a>
</center>
</div>
</div>
</section>
</header>
<!--.site-header -->
<div class="homepage-info-section" style="background-color: rgb(216, 208, 208);">
<a name="About"></a>
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-5">
<figure>
<img src="images/mlsclogo.png" alt="logo">
</figure>
</div>
<div class="col-12 col-md-8 col-lg-7" >
<header class="entry-header">
<h2 class="entry-title wow fadeInUp hck-heading" data-wow-delay="0.5s">ABOUT THE FEST</h2>
</header>
<div class="entry-content wow fadeInUp">
<p class="quote">"Open source is changing the world – one contribution at a time."</p c>
<p style="text-align: justify;">Hacktoberfest'21 is on a roll again, and this time it's going to be much bigger, better, and magnificent than your wildest dreams!
It is a month-long global celebration of open source software, with a strong focus on encouraging contributions to open source projects
. Here we present before you the moment of celebration of this feast with us at the Microsoft Learn Student Chapter.
Many fun events, workshops, Goodies, prizes, and other cool stuff await you as this tech bonanza begins! So let's dive into the world of open-source together and get close to technology more than ever before!
</p>
</div>
<footer class="entry-footer">
<a href="https://hacktoberfest.digitalocean.com/register" target="_blank" class="btn gradient-bg">Register Now</a>
<a href="https://bit.ly/3BdwsFm" target="_blank" class="btn gradient-bg">Guide to OpenSource</a>
</footer>
</div>
</div>
</div>
</div>
<div class="homepage-next-events">
<div class="container">
<div class="row">
<div class="next-events-section-header">
<h2 class="entry-title wow fadeInUp" style="color: white;">Upcoming Events</h2>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-md-4">
<div class="next-event-wrap">
<figure>
<img src="images/workshops.svg" alt="1">
<div class="event-rating">1</div>
</figure>
<header class="entry-header">
<h3 class="entry-title" style="color: white; font-size: 20px;">Introduction to Open Source:</h3>
<div class="posted-date" style="color: floralwhite; font-size: 15px">5th Oct <br>6 PM<span></span></div>
</header>
<div class="entry-content">
<p style="color: floralwhite; font-size: 15px;"> "Open Source: software freedom for all."</p>
<p style="color: floralwhite; font-size: 15px;text-align: justify;">
As we intensely focus on encouraging contributions to open source projects in this Hacktoberfest. So, to kick-start our first contribution to the open-source world, we have organized a workshop on Introduction to Open Source. The speakers will broadcast the perks and learnings of open source contributions.
</div>
<footer class="entry-footer">
<a href="https://tiet.zoom.us/j/95990369831?pwd=TWwvVHhVMGhxalR5SGJMM0c4SDU0dz09" target="_blank" style="font-size: 15px">Platform - Zoom</a>
</footer>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4">
<div class="next-event-wrap">
<figure>
<img src="images/psrana.png" alt="1">
<div class="event-rating">2</div>
</figure>
<header class="entry-header">
<h3 class="entry-title" style="color: white; font-size: 20px;">Machine Learning by <br>Dr. Prashant Singh Rana</h3>
<div class="posted-date" style="color: floralwhite; font-size: 15px">7th Oct <br>6 PM<span></span></div>
</header>
<div class="entry-content">
<p style="color: floralwhite; font-size: 15px;text-align: justify;">
Dave Waters once quoted, "Computers are able to see, hear and learn. Welcome to the future."
Machine learning, another pillar of the technological revolution, is a genre in which knowledge to gain has no bounds, and here we step in! On the occasion of the worldwide open source celebration of Hacktoberfest'21, we at MLSC, TIET present to you a webinar on Introduction to Machine Learning! No other than Mr. Prashant Singh Rana, one of the best ML teachers in the town, will be taking this session. He specializes in Machine Learning and Data Mining, Modelling and Simulation, and much exciting stuff.
</p>
</div>
<footer class="entry-footer">
<a href="https://tiet.zoom.us/j/97476362288?pwd=dEM1WkxsSXg3R296QXJQTGxZMGJYdz09" target="_blank" style="font-size: 15px">Platform - Zoom</a>
</footer>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4">
<div class="next-event-wrap">
<figure>
<img src="images/workshops.svg" alt="1">
<div class="event-rating">3</div>
</figure>
<header class="entry-header">
<h3 class="entry-title" style="color: white; font-size: 20px;">Git & Github:</h3>
<div class="posted-date" style="color: floralwhite; font-size: 15px">6th Oct <br>6 PM <span></span></div>
</header>
<div class="entry-content">
<p style="color: floralwhite; font-size: 15px;text-align: justify;">
The power of Open Source is the power of people. The people rule. And the most excellent platform ever hosted providing this power is Github. It is where over 65 million developers shape the future of software together and contribute to the open-source community. To give a boost to young developers about Git-Github, we are conducting a workshop for it. The speakers will introduce Git and Github and tell about the basics and some essentials of using them.
</p>
</div>
<footer class="entry-footer">
<a href="https://tiet.zoom.us/j/96298376353?pwd=T0tRaStSWGFXdHpiUmxBRWxjbnR6Zz09" target="_blank" style="font-size: 15px">Platform - Zoom</a>
</footer>
</div>
</div>
</div>
</div>
</div>
<div class="main">
<div class="top wave" style="background-image:url('images/wave-top.png')"></div>
<div class="mid wave" style="background-image:url('images/wave-mid.png')"></div>
<div class="bot wave" style="background-image:url('images/wave-bot.png')"></div>
</div>
<div class="temp-main" style="background-color:#d8d0d0; ">
<img class="picture" src="images/photo.png" style="width:100%">
</div>
<div class="homepage-featured-events">
<a name="Events"></a>
<div class="next-events-section-header">
<h2 class="entry-title wow fadeInUp" style="color: black;padding-bottom:130px">Our past events</h2>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="featured-events-wrap flex flex-wrap justify-content-between">
<div class="event-content-wrap positioning-event-1 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE1.jpeg" alt="1"></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-2 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE2.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-3 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE3.jpeg" alt=""></a>
</figure>
</div>
<!-- <div class="event-content-wrap positioning-event-4 wow fadeInUp">
<figure>
<a href="#" ><img src="images/PrevE4.jpeg" class="no" style="position:relative;right: 25%;" alt=""></a>
</figure>
</div> -->
<div class="event-content-wrap positioning-event-5 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE5.jpeg" alt="1"></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-6 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE6.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-7 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE7.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-8 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE8.jpeg" alt=""></a>
</figure>
</div>
<!-- <div class="event-content-wrap positioning-event-9 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE9.jpeg" class="no" style="" alt=""></a>
</figure>
</div> -->
<div class="event-content-wrap positioning-event-10 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE10.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-11 wow fadeInUp">
<figure>
<a href="#"><img src="images/PrevE11.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-12 wow fadeInUp">
<figure>
<a href="#"><img src="images/meet1.jpeg" alt=""></a>
</figure>
</div>
<div class="event-content-wrap positioning-event-13 wow fadeInUp">
<figure>
<a href="#"><img src="images/meet2.jpeg" alt=""></a>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="homepage-regional-events" >
<a name="Sponsors"></a>
<div class="container">
<div class="row">
<div class="col-12">
<div class="events-partners">
<header class="entry-header">
<h2 class="entry-title wow fadeInUp hck-heading">Sponsors</h2>
</header>
<div class="events-partners-logos flex flex-wrap justify-content-center align-items-center">
<!--
<div class="event-partner-logo">
<a href="#"><img src="splogo/Paytm.png" alt="Paytm"></a>
</div>
-->
<!--
<div class="event-partner-logo">
<a href="#"><img src="splogo/Coding_blocks.png" alt="Coding Block"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/Balsamiq_logo.png" alt="Balsamiq"></a>
</div>
-->
<div class="event-partner-logo">
<a href="#"><img src="splogo/digitalocean.png" alt="Digital Ocean"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/github.png" alt="Github"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/dev.png" alt="Dev"></a>
</div>
<!--
<div class="event-partner-logo">
<a href="#"><img src="splogo/hacks.png" alt="Hack Society"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/inkmonk_logo.png" alt="ink monk"></a>
</div>
-->
<!--
<div class="event-partner-logo">
<a href="#"><img src="splogo/LCO_logo.png" alt="Learn code online"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/sticker-mule.svg" alt="sticker mule"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/fab_hotels.png" alt="fab hotels"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/Fusion_logo.png" alt="Fusion software solution"></a>
</div>
-->
<div class="event-partner-logo">
<a href="#"><img src="splogo/freshworks-vector-logo.png" alt="freshworks"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/Intel_logo.svg" width="160px" height="110px"
alt="Intel"></a>
</div>
<div class="event-partner-logo" style="margin-left: 50px;">
<a href="#"><img src="splogo/gitlab-logo.png" alt="GitLab"></a>
</div>
<!--
<div class="event-partner-logo">
<a href="#"><img src="splogo/tg-gears.jpg" alt="tg gears"></a>
</div>
<div class="event-partner-logo">
<a href="#"><img src="splogo/Wolfram.png" alt="Wolfram Language"></a>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-area bg-img bg-overlay-2 section-padding-100-0 footfall">
<div class="back-to-top">
<a href="#video"><i class="fas fa-chevron-up"></i></a>
</div>
<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: rgb(255, 255, 255);"
href="https://www.instagram.com/mlsc_tiet/"><i class="fab fa-instagram"
aria-hidden="true"></i></a></li>
<li class="socials"><a style="color: rgb(248, 251, 255);"
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: rgba(255, 255, 255, 0.897);" href="https://discord.gg/4grM4hv84B"><i
class="fab fa-discord"></i></a>
</li>
<li class="socials"><a style="color: rgb(255, 255, 255);" href="https://www.facebook.com/mlsctiet"><i
class="fab fa-facebook" aria-hidden="true"></i></a></li>
<li class="socials"><a style="color: rgb(255, 255, 255);" href="https://www.facebook.com/mlsctiet"><i
class="fab fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</p>
</div>
</div>
<a name="Contact"></a>
<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="fa fa-phone" style="margin-right:5px ;"></i>Pranjal Gupta(Gen Sec)<br>+91 9034440819</p>
<p><i class="zmdi zmdi-email"></i><a href="mailto:[email protected]?subject=We Want to Sponsor"
class="contactcolor">Email:[email protected]</a></p>
</p>
<p><i class="zmdi zmdi-email"></i><a href="https://mlsctiet.co.in/"
class="contactcolor">Website:
mlsctiet.co.in</a></p>
</p>
<p><i class="zmdi zmdi-map"></i><a href="https://g.page/ThaparInstitute?share"
class="contactcolor" target="_blank"> Thapar Institute of
Engineering<br> and Technology,
Patiala</a> </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/LogoM1.png" width="220" height="190"></a>
</div>
</div>
<!-- Copyright -->
<div style="padding-top: 50px; letter-spacing: 1px; font-weight: 600; font-size: 15px;"
class="row w-100">
<div style='padding: 0;' class="col-lg-6">
COPYRIGHT ©
<script data-cfasync="false"
src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script>document.write(new Date().getFullYear());</script>
ALL RIGHTS RESERVED</p>
</div>
<div style=' padding: 0' class="col-lg-6">
<p>THIS WEBSITE IS MADE WITH
<i style="color: red;" class="fa fa-heart" aria-hidden="true"></i> BY
<a href="https://mlsctiet.co.in/" class="contactcolor">MLSC TIET</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<div class="discord-button">
<ul class="mybutton">
<li><a href="https://discord.gg/SbXDNeAgNy"><i class="fab fa-discord" id="new"></i></a></li>
</ul>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script type="text/javascript" src="js/animation.js"></script>
<script>
new WOW().init();
</script>
<script src="https://kit.fontawesome.com/4fb8928311.js" crossorigin="anonymous"></script>
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='js/jquery.collapsible.min.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/jquery.countdown.min.js'></script>
<script type='text/javascript' src='js/circle-progress.min.js'></script>
<script type='text/javascript' src='js/jquery.countTo.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
</body>
</html>