-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
624 lines (582 loc) · 26.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MATSOC - Materials Society</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top ">
<div class="container">
<a class="navbar-brand" href="#"><img src="https://i.postimg.cc/kMb6BncL/White-Logo.png" alt="MATSOC logo"
style="width:200px; height: auto;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Past Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blogs">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About Us Section -->
<section id="about" class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h1>Materials Society IITK (MatSoc)</h1>
<br>
<p>The Materials Society is a vibrant student community within the Department of Materials Science and
Engineering at the Indian Institute of Technology Kanpur (IIT Kanpur). Comprising of undergraduate,
graduate, and doctoral students, the society is dedicated to promoting learning, research, and
innovation in the field of materials science and engineering.
</p>
<p>
As a part of the Materials Society, students have access to a range of resources and opportunities that
help them develop a deeper understanding of the subject. They have access to cutting-edge research
facilities and state-of-the-art equipment that enable them to conduct experiments and analyze materials
in great detail.
The society also organizes a variety of events, workshops, and guest lectures throughout the year to
help students stay updated on the latest advancements in the field. These events provide students with
the opportunity to interact with experts in the field, exchange ideas, and learn from their experiences.
</p>
Apart from academic pursuits, the Materials Society also encourages students to participate in
extracurricular activities such as sports, cultural events, and community service projects. This helps
students develop a well-rounded personality and learn important life skills such as leadership, teamwork,
and communication.</p>
</div>
<div class="col-md-6">
<img src="matsoc.jpeg" class="img-fluid" alt="About Us Image">
</div>
</div>
</div>
</section>
<!-- Past Events Section -->
<section id="events" class="section bg-light">
<div class="container">
<center>
<h1>Past Events</h1><br>
</center>
<div id="eventCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">NUCLEATION</h3>
<p class="card-text">12th September 2022</p>
<p class="card-text">
The Materials Society (MatSoc) was
formally introduced to the
department students with the
objective of nurturing a cohesive
community. The event
started with conveners sharing their
goals and overview of activities
planned throughout the tenure.</p>
<center><img src="nucleation.png" class="card-image" alt="Event 1 Image"></center>
</div>
</div>
</div>
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">IITIANS IN BUREAUCRACY</h3>
<p class="card-text">30 October 2022</p>
<p class="card-text">
For the first installment of Alumni Talk
Series, MatSoc had the pleasure of hosting
Dr. Ankur Awadhiya, an esteemed alumnus of
Y5 BTech and Y9 Ph.D., currently serving as
an IFoS Officer. Dr. Awadhiya discussed
about the impact of human civilization on
wildlife and the role of wildlife
sanctuaries in preserving those species.</p>
<center><img src="beurocracy.png" class="card-image" alt="Event 2 Image"></center>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">WORKSHOP ON
MOLECULAR DYNAMICS</h3>
<p class="card-text">05 - 06 November 2022</p>
<p class="card-text">
MatSoc organized a two-day online workshop
on Zoom, with Dr. Somnath Bhowmick and his
PhD student. On the first day, Dr. Bhowmick
provided a concise overview of the
principles and applications of molecular
dynamics. The second day
featured an interactive session led by Faiz,
where he offered a hands-on demonstration of
LAMMPS software.</p>
<center><img src="molecular.png" class="card-image" alt="Event 3 Image"></center>
</div>
</div>
</div>
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">RESEARCHX TALK</h3>
<p class="card-text">02 December 2022</p>
<p class="card-text">
MatSoc organised a research awareness
session with Darshit Trevadia, a Y19
student of the department who has worked as
Research Assistant at Nanyang Technological
University (NTU Singapore). He delivered an
insightful ResearchX talk with a key focus
on creating awareness about the abundant
research opportunities available to
students in Materials Science
and Engineering (MSE).</p>
<center><img src="researchx.png" class="card-image" alt="Event 4 Image"></center>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">SUMMER INTERN PREP
SESSION: SIP-SURGE</h3>
<p class="card-text">24 December 2022</p>
<p class="card-text">
Matsoc conducted an online session, "SIP-
SURGE," providing valuable information on
the application process for the Startup
Internship Program conducted by E-Cell IITK
and the SURGE Program conducted by CCE, ITK.
The session emphasized resume building, SOP
creation, finding mentors, and highlighted
the future prospects of these internship
opportunities.</p>
<center><img src="sip.png" class="card-image" alt="Event 3 Image"></center>
</div>
</div>
</div>
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">SUMMER INTERN PREP
SESSION: INTRO TO PROFILES</h3>
<p class="card-text">25 December 2022</p>
<p class="card-text">
Matsoc organized an informative online
session, "Intro to Profiles," where Y20 MSE
students shared their interview experiences in
profiles like SDE, Data Science, Analytics,
Finance, Techno-Managerial, and Consulting.
They provided valuable insights on resume
building, potential opportunities, and
preparation techniques.</p>
<center><img src="intern.png" class="card-image" alt="Event 4 Image"></center>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">PADARTH '23</h3>
<p class="card-text">18 - 19 February 2023</p>
<p class="card-text">
MatSoc organized the fourth edition of
annual department symposium, "Padarth
(Research Scholars' Day) 2023" on 18th and
19th Feburary 2023. This event aimed to
highlight the advancements in materials
science and encourage research scholars to
share their most recent findings, exchange
ideas, and foster collaborations.As part of this
symposium, two workshops by the department
research scholars, on Basics of Machine
Learning in Materials Science by Mr. Owais
Ahmad, Mr. Nikhil Chaurasia, Mrs. Saumya
Ranjan Jha, and DFT - Hands-on tutorial by
Mr. Albert Linda were organized.</p>
<center> <img src="padarth.png" class="card-image" alt="Event 3 Image"></center>
</div>
</div>
</div>
<div class="col-md-6">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">ORIENTATION '23</h3>
<p class="card-text">29 March 2023</p>
<p class="card-text">
The Materials Society organized
Freshers' Orientation to welcome
and on-board the new members to the
department family, the MSE Y22
batch. The orientation, held at L7,
was attended by esteemed faculty
members of the department who were
delighted to meet the freshers. The
event commenced with a brief
presentation by the secretaries,
providing an overview of the
department.To entertain the
audience, various games and activities were
conducted throughout the event.</p><p></p>
<center> <img src="orientation.png" class="card-image" alt="Event 4 Image"></center>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-12">
<div class="event card">
<div class="card-body">
<h3 class="card-title text-center">FAREWELL '23</h3>
<p class="card-text">15 April 2023</p>
<p class="card-text">
MatSoc bid a cheerful farewell to the Y19
batch of MSE, IITK through a delightful
Farewell Party. The festivities began with
a warm exchange of greetings between the
faculty and the students, setting a joyful
atmosphere. The event occurred at L-16,
where faculty members shared their college
experiences and extended heartfelt wishes
to the students for their future
endeavours. An engaging award ceremony
featured spontaneous nominations and
lively polling for unique awards.
Following the ceremony, attendees savored
a delightful dinner and captured memorable
moments at the photobooth. The night came
to a close as the Y19s engaged in games,
sang songs, and danced under the vibrant
ambiance of the LH foyer.</p>
<center><img src="farewell.png" class="card-image" alt="Event 3 Image"></center>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#eventCarousel" data-bs-slide="prev"
style="margin-left: -7%;">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#eventCarousel" data-bs-slide="next"
style="margin-right: -7%;">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<!-- News Section -->
<section id="news" class="section">
<div class="container">
<center><h1>News</h1></center>
<div class="row">
<div class="col-md-6">
<div class="news-item">
<h3>MSSL-2</h3>
<h3>Material Science Sports League Season 2</h3>
<p>Matsoc is organizing MSSL 2 where students and professors take part in different sports like football, badminton, cricket, etc.</p>
</div>
</div>
<div class="col-md-6">
<div class="news-item">
<img src="mssl.jpg" alt="mssl2" class="news-image">
</div>
</div>
</div>
</div>
</section>
<!-- Blogs Section
<section id="blogs" class="section bg-light">
<div class="container">
<h2>Blogs</h2>
<div class="row">
<div class="col-md-6">
<div class="blog">
<h3>Blog Title 1</h3>
<p>Description of the blog post goes here...</p>
</div>
</div>
<div class="col-md-6">
<div class="blog">
<h3>Blog Title 2</h3>
<p>Description of another blog post...</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- Projects Section -->
<section id="projects" class="section">
<div class="container">
<h2>Projects</h2>
<div class="row">
<div class="col-md-6">
<div class="project">
<h3>Project Title 1</h3>
<p>Description of the project goes here...</p>
</div>
</div>
<div class="col-md-6">
<div class="project">
<h3>Project Title 2</h3>
<p>Description of another project...</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="section bg-light">
<div class="container">
<h2>Team</h2>
<div class="row">
<h3>Coordinators</h3>
<div class="row">
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Coordinator 1">
<h4>John Doe</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Coordinator 2">
<h4>Jane Smith</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Coordinator 3">
<h4>Alex Johnson</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Coordinator 4">
<h4>Sarah Williams</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<h3>Secretaries</h3>
<div class="row">
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Secretary 1">
<h4>Emily Lee</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Secretary 2">
<h4>Michael Brown</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Secretary 3">
<h4>Olivia Garcia</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="team-member text-center">
<img src="https://via.placeholder.com/150" class="img-fluid rounded-circle mb-2" alt="Secretary 4">
<h4>William Johnson</h4>
<div class="social-links">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us Section -->
<section id="contact" class="section">
<div class="container">
<center>
<h1>Contact</h1><br>
</center>
<p>For inquiries, please fill out the form below:</p>
<form>
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" placeholder="Your Email" required>
</div>
<div class="mb-3">
<label for="message" class="form-label">Message</label>
<textarea class="form-control" id="message" rows="4" placeholder="Your Message" required></textarea>
</div>
<center><button type="submit" class="btn btn-primary">Submit</button></center>
</form>
</div>
</section>
<!-- Footer -->
<!-- Footer -->
<div class="blockcode">
<footer class="page-footer shadow">
<div class="d-flex flex-column mx-auto py-5" style="width: 80%">
<div class="d-flex flex-wrap justify-content-between">
<div style="display: inline-block;">
<a href="/" class="d-flex align-items-center p-0 text-dark">
<img src="https://i.postimg.cc/GhjkgFJz/Black-Logo-with-full-form.png" alt="MATSOC logo"
style="width:200px; height: auto;">
</a>
<div style="padding-top:6%;">
<span class="mt-4">
<button class="btn btn-dark btn-flat p-2">
<i class="fa fa-facebook"></i>
</button>
<button class="btn btn-dark btn-flat p-2">
<i class="fa fa-twitter"></i>
</button>
<button class="btn btn-dark btn-flat p-2">
<i class="fa fa-instagram"></i>
</button>
</span>
</div>
</div>
<div>
<p class="h5 mb-4" style="font-weight: 600">Quick Links</p>
<ul class="p-0" style="list-style: none; cursor: pointer">
<li class="my-2">
<a class="text-dark" href="/">Past Events</a>
</li>
<li class="my-2">
<a class="text-dark" href="/">Projects</a>
</li>
</ul>
</div>
<div>
<p class="h5 mb-4" style="font-weight: 600">Quick Links</p>
<ul class="p-0" style="list-style: none; cursor: pointer">
<li class="my-2">
<a class="text-dark" href="/">News</a>
</li>
<li class="my-2">
<a class="text-dark" href="/">Blogs</a>
</li>
</ul>
</div>
<div>
<p class="h5 mb-4" style="font-weight: 600">Quick Links</p>
<ul class="p-0" style="list-style: none; cursor: pointer">
<li class="my-2">
<a class="text-dark" href="/">Team</a>
</li>
<li class="my-2">
<a class="text-dark" href="/">Contact US</a>
</li>
</ul>
</div>
</div>
<small class="text-center mt-5">© MATSOC, 2024. All rights reserved.</small>
</div>
</footer>
</div>
<!-- Footer -->
<!-- Bootstrap Bundle with Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
<!-- Bootstrap Bundle with Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom Script for Carousel -->
<script>
// Activate Carousel with a specified interval
$('#eventCarousel').carousel({
interval: 2000
});
// Pause carousel when clicking on left or right arrows
$('.carousel-control-prev, .carousel-control-next').click(function () {
$('#eventCarousel').carousel('pause');
});
</script>
</html>