forked from mnciitk/mnciitk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
350 lines (289 loc) · 16.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> About Us · Media and Cultural Council, IIT Kanpur</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" />
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/loader.css">
<link rel="shortcut icon" type="image/x-icon" href="img/MnC.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="js/events.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.4/gsap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/loader.js"></script>
<script src="js/card.js"></script>
</head>
<body>
<div class="loader-wrapper">
<span id="loader"></span>
</div>
<div class="part23" style="background-color: #e65f5c;">
<!-- <img src="img/main.png" alt="" class="aimg"> -->
</div>
<div class="cursor">
<div class="cursor__ball cursor__ball--big ">
<svg height="30" width="30">
<circle cx="15" cy="15" r="12" stroke-width="1" fill="transparent"></circle>
<circle cx="15" cy="15" r="13" stroke-width="1" fill="transparent" stroke="white"></circle>
</svg>
</div>
<div class="cursor__ball cursor__ball--small">
<svg height="10" width="10">
<circle cx="5" cy="5" r="4" stroke-width="1" fill="black"></circle>
</svg>
</div>
</div>
<div class="menu-wrap">
<input type="checkbox" class="toggler hoverable">
<div class="hamburger"><div></div></div>
<div class="menu">
<div>
<div>
<ul>
<li class="effect-1 hoverable" data-text="Text"><a href="./index.html" class='navt1'>Home</a></li>
<li class="effect-1 hoverable" data-text="Text"><a href="./about.html" class='navt2'>About Us</a></li>
<li class="effect-1 hoverable" data-text="Text"><a href="./events.html" class='navt3'>Events</a></li>
<li class="effect-1 hoverable" data-text="Text"><a href="./club.html" class='navt4'>Clubs</a></li>
<li class="effect-1 hoverable" data-text="Text"><a href="./UpEvents.html" class='navt5'>Upcoming Events</a></li>
<li class="effect-1 hoverable" data-text="Text"><a href="./services.html" class='navt6'>Facilities</a></li>
</ul>
</div>
<div class="box-container">
<img src="img/oat1.png" alt="" class="navimg navimg1">
<img src="img/aboutrhs.png" alt="" class="navimg navimg2">
<img src="img/eventrhs.png" alt="" class="navimg navimg3">
<img src="img/clubrhs.png" alt="" class="navimg navimg4">
<img src="img/calendarrhs.png" alt="" class="navimg navimg5">
<img src="img/servicesrhs.png" alt="" class="navimg navimg6">
</div>
<div class="social-nav model-1">
<div><a class="facebook hoverable" href="https://www.facebook.com/mnciitk"><i class="fab fa-facebook"></i></a></div>
<div><a class="youtube hoverable" href="https://www.youtube.com/user/fmciitkanpur/featured"><i class="fab fa-youtube"></i></a></div>
<div><a class="instagram hoverable" href="https://www.instagram.com/mnciitk/"><i class="fab fa-instagram"></i></a></div>
</div>
</div>
</div>
</div>
<div class="mega">
<header class="resize">
<img class="img-container" src="img/aboutheader.jpg" >
</header>
<main>
<section>
<div class="aboutu-container">
<div class="aboutu">
<div class="aboutu-info">
<h2>WHAT ARE WE?</h2>
<!-- <div class="logo">
<img src="img/MnC.png" height="90%" width="80%"alt="">
</div> -->
<p>The Media and Cultural Council at IITK is a hub for all activities about media and culture.
Sounds obvious, right? Obvious as it may be, the implications of that have enriched the campus experience for innumerable students.
Led by a dedicated team along with the respective clubs, the council organises a plethora of events throughout each year.
From full-fledged workshops to hour-long impromptu sessions, we do it all.</p>
</div>
</div>
</div>
<section class="team">
<div class="section-header text-center section-team">
<h2>MEET THE TEAM</h2>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-centered">
<div class="our-team">
<div class="pic">
<img src="./img/mncTeamAvtar/ghanshyam.jpg" style="width: 100%; height: auto">
</div>
<div class="team-content">
<h3 class="title">Ghanshyam Waindeshkar</h3>
<span class="post">General Secretary, Media & Culture</span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/Ghanshyam2505" target="_blank" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/ghanshyamw__/" target="_blank" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-lg-4">
<div class="our-team">
<div class="pic">
<img src="./img/mncTeamAvtar/bidhanarya.jpg">
</div>
<div class="team-content">
<h3 class="title">Bidhan Arya</h3>
<span class="post">Associate Head, Non Performing Arts</span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/bidhan.arya.16" target="_blank" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/aryabidhan/" target="_blank" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-4">
<div class="our-team">
<div class="pic">
<img src="./img/mncTeamAvtar/yatharth.jpg">
</div>
<div class="team-content">
<h3 class="title">Yatharth Gupta</h3>
<span class="post">Associate Head, Performing Arts</span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/yatharth.gupta.5011" target="_blank" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/__yatharthgupta__/" target="_blank" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-4">
<div class="our-team">
<div class="pic">
<img src="./img/mncTeamAvtar/shalvin.jpeg">
</div>
<div class="team-content">
<h3 class="title">Shalvin Saksena</h3>
<span class="post">Associate Head, Films and Media </span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/shalvin.saksena" target="_blank" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/_shalvin/" target="_blank" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="secy-heading text-center">CURRENT SECRETARIES</div>
<div class="secy-table col-sm-12">
<table class="table table-striped table-hover table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Team</th>
<th>Contact</th>
</tr>
</thead>
<tbody>
<tr>
<td>Aditya Sharma </td>
<td>Web</td>
<td><a href="https://www.instagram.com/thisisadityasharma001/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/aditya.shara.961/"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Akash kumar</td>
<td>Web</td>
<td><a href="https://www.instagram.com/akashkk_/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/profile.php?id=100010176423495"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Saksham Malhotra</td>
<td>Finance and Logistics</td>
<td><a href="https://www.instagram.com/saaxaam/?hl=en"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/profile.php?id=100075157095868"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td> Naman Mehrotra</td>
<td>Finance and Logistics</td>
<td><a href="https://www.instagram.com/_naman__m/?hl=en"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/profile.php?id=100074850605809"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Shashikant yadav</td>
<td>Design</td>
<td><a href="https://instagram.com/mortalsky351_x?igshid=YmMyMTA2M2Y="target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href=""target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Aryan Maurya</td>
<td>Design</td>
<td><a href="https://www.instagram.com/aryankm17/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/aryankowm17"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Saumya Kanchhal</td>
<td>Content</td>
<td><a href="https://instagram.com/saumii_ya"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/profile.php?id=100075330007177"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Khush Gandhi</td>
<td>Content</td>
<td><a href="https://www.instagram.com/khush_g_03/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/khush.gandhi.395"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Aman Khilani</td>
<td>Media and Publicity</td>
<td><a href="https://www.instagram.com/main.ak56/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/aman.khilani.5"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Ravija Chandel</td>
<td>Media and Publicity</td>
<td><a href="https://www.instagram.com/ravija.chandel/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href=""target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Gurudutt </td>
<td>Events and Competition</td>
<td><a href="https://www.instagram.com/guru_dutt21/"target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/profile.php?id=100075438572226"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
<tr>
<td>Lakshay Gupta </td>
<td>Events and Competition</td>
<td><a href="https://instagram.com/lakshaygupta_08?igshid=YmMyMTA2M2Y="target="_blank"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<a href="https://www.facebook.com/lakshay.gupta.52438"target="_blank"><i class="fab fa-facebook" aria-hidden="true" style="transform: scale(2);"></i></a></td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Section-header -->
<div class="section-header text-center get-touch">
<h2 >GET IN TOUCH</h2>
</div>
<!-- /Section-header -->
<!-- contact -->
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="contact">
<div class="text-center">
<a href="https://www.facebook.com/mnciitk/"><i class="fab fa-facebook-f" aria-hidden="true" style="transform: scale(1.75);"></i></a>
<h3>Facebook</h3>
<p>Like and Follow our facebook page for regular updates</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="contact">
<div class="text-center">
<a href="https://www.instagram.com/mnciitk/"><i class="fab fa-instagram " aria-hidden="true" style="transform: scale(1.75);"></i></a>
<h3>Instagram</h3>
<p>Follus us on Instagram</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <i class="fab fa-facebook-f"></i> -->
</main>
</div>
<footer>
<div class="row">
<div class="col-md-6 col-sm-6 foot-text">
Copyright © 2020 All Rights Reserved by MnC Council.
</div>
<div class="col-md-6 col-sm-6 foot-text">A Site by: <a href="https://www.facebook.com/mnciitk/">MnC Council IITK</a></div>
</div>
</footer>
</body>
</body>
</html>