-
Notifications
You must be signed in to change notification settings - Fork 3
/
music.html
418 lines (354 loc) · 21.4 KB
/
music.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Music Club · 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/music.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/sidenavMobile.css">
<link rel="stylesheet" href="css/loader.css">
<link rel="stylesheet" href="css/sidnav.css">
<link rel="shortcut icon" type="image/x-icon" href="img/MnC.png">
<script src="js/sidenavMobile.js"></script>
<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: #73F6C4;">
<!-- <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'>Services</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 id="mySidenav" class="sidenav2">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" style="color:#73F6C4 ;"" >×</a>
<div><a key='Anime'>Anime Society</a></div>
<div><a key='book'>Book Club</a></div>
<div><a key='Dance' >Dance Club</a></div>
<div><a key='DebSoc'>Debate and Discussion Society</a></div>
<div><a key='DNA'>Design And Animation Club</a></div>
<div><a key='Dramatics'>Dramatics Club</a></div>
<div><a key='ELS'>English Literary Society</a></div>
<div><a key='fac'>Fine Arts Club</a></div>
<div><a key='film'>Film Club</a></div>
<div><a key="HSS">Hindi Sahitya Sabha</a></div>
<div><a key="hh">Humour House</a></div>
<div><a key='music'>Music Club</a></div>
<div><a key='photo'>Photography Club</a></div>
<div><a key='quiz'>Quiz Club</a></div>
<div><a key='sfs'>Student Film Society</a></div>
</div>
<div class="mega">
<header class="resize" >
<img class="container" src="img/cover/music.svg" >
</header>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Find all the clubs here</button>
<div id="myDropdown" class="dropdown-content">
<ul>
<li><a key='Anime'>Anime Society</a></li>
<li><a key='book'>Book Club</a></li>
<li ><a key='Dance' >Dance Club</a></li>
<li><a key='DebSoc'>Debate and Discussion Society</a></li>
<li><a key='DNA'>Design And Animation Club</a></li>
<li><a key='Dramatics'>Dramatics Club</a></li>
<li><a key='ELS'>English Literary Society</a></li>
<li><a key='fac'>Fine Arts Club</a></li>
<li><a key='film'>Film Club</a></li>
<li><a key='HSS'>Hindi Sahitya Sabha</a></li>
<li><a key='hh'>Humour House</a></li>
<li><a key='music'>Music Club</a></li>
<li><a key='photo'>Photography Club</a></li>
<li><a key='quiz'>Quiz Club</a></li>
<li><a key='sfs'>Student Film Society</a></li>
</ul>
</div>
</div>
<div class="sid" style="background-color: #73F6C4;">
<a onclick="openNav()" data-target="slide-out" class="sidenav-trigger hoverable"><i class="fa fa-bars sidham" aria-hidden="true" style="font-size: 1.25rem;"></i></a>
</div>
<main>
<section id="section-4">
<div class="aboutu-container">
<div class="aboutu">
<div class="aboutu-info">
<h2>ABOUT US</h2>
<p>“Sometimes, music is the only medicine that the heart and the soul needs.”<br>
The Music Club of IIT Kanpur, endearingly called as the M-Club, is a hub for those melomaniacs who desire to express themselves through this art. At the Music Club, we aim to be the fulcrum where the people can explore and enjoy the various genres of music ranging from jazz, blues, classic Indian to rock, metal and pop. A place to share this passion and perform and jam together to showcase their skills and mesmerize the campus junta, while maintaining the rich legacy of musical prowess, is the vision that this club upholds. <br>
The Musical Extravaganza is the flagship event of the club where the students perform songs from various genres. As a run-up to the Musical Extravaganza, we also organise Hall performances (which are intended to be flash-mobs during mess timings in various Halls of Residences), as well as No-Filters (a more formalised version of ‘Hall performances’, intended for a wider audience). The other major events that we organise include the warm bonfire that incorporates the annual Acoustic Night, where acoustic and feel-good songs are played in the backdrop of a bonfire on a pleasant winter night. The members of this club have composed many original songs, and many student-members of the club often take up music as a career after graduation; which adds to the rich legacy that the club tries to envision.
</p>
</div>
</div>
</div>
<div class="section-header text-center">
<h2>OUR EVENTS</h2>
</div>
<div class="list-type">
<div class="divider1">
<!--<li>Harry Potter trivia quiz for freshers (freshers� week).</li>
<li>Orthodox or Cinematic (January second week).</li>
<li>Ha Me (along with Know Your Genre).</li> -->
<div class="list-type5">
<ol>
<li><span><b> Musical Extravaganza</b> <br>
It is our flagship event, held once each semester. It is our grandest event in which members of the club perform covers of songs from a variety of genres, as well as some original compositions</span></li>
<li><span><b>Summer Workshops</b><br>
They are organised for the campus community to learn an instrument or work on their vocals</span></li>
</ol>
</div>
</div>
<div class="divider2">
<!-- <li>Know Your Genre (October in line with Odyssey).</li>
<li>Crypto Crossword (September first week).</li>
<li>Comic Without Text (Galaxy).</li> -->
<div class="list-type6">
<ol start="5">
<li><span><b>Acoustic Night </b><br>
It's a more chilled out affair. We aim to create a more intimate experience. Grab something to eat, relax beside the bonfire and enjoy our performances :')</p> </span></li>
<li><span><b>College Fests PArticipation</b><br>
We participate in college festivals like Mood Indigo and also our very own Antaragni. We've won
laurels at various platforms and are ready to win them again!</span></li>
</ol>
</div>
</div>
</div>
<!-- Section header -->
<div class="section-header text-center section-performance">
<h2>RECENT PERFORMANCES</h2>
</div>
<!-- /Section header -->
<!-- /blog -->
<div class="video-container">
<div class="row">
<div class="column" >
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/CaUoPYhJk9E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Original Composition:Chemical Cherry</p>
</div>
<div class="column" >
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/uUsVeVww2NM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Original Composition:Gyal</p>
</div>
</div>
<div class="row">
<div class="column" >
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/9-VIinyucls" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">InterIIT Cult Meet:Alan’s Anecdote</p>
</div>
<div class="column">
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/UMI6a_YEENY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘19 I:Firth of Fifth </p>
</div>
</div>
<div class="row">
<div class="column" >
<div>
<iframe width="380" height="300" src=" https://www.youtube.com/embed/lNuFeo77BVY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘19 II:Muntazir</p>
</div>
<div class="column">
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/OJVjuzo4DR8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘19 II:Don’t Stop Me Now</p>
</div>
</div>
<div class="row">
<div class="column" >
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/5ziA2N-a4XY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘19 II:Eternal Rains</p>
</div>
<div class="column">
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/HJgpRgFhY_Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘18 II:Comfortably Numb</p>
</div>
</div>
<div class="row">
<div class="column" >
<div>
<iframe width="380" height="300" src="https://www.youtube.com/embed/tQee8xTCgLQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Musical Extravaganza ‘18 II:E Major Blues</p>
</div>
<div class="column">
<div>
<iframe width="380" height="300" src=" https://www.youtube.com/embed/eUDY0FWZQKY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p font size = "4" color = "white">Afreen afreen</p>
</div>
</div>
</div>
<div class="section-header text-center section-team">
<h2>MEET THE TEAM</h2>
</div>
<div class="container">
<div class="row ">
<div class="col-md-6 col-sm-6 col-lg-3">
<div class="our-team">
<div class="pic">
<img src="" width="380" height="300" style='object-fit: contain; width: 100%; height: 100%;'>
</div>
<div class="team-content">
<h3 class="title">Anushka Panda</h3>
<span class="post">Coordinator</span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/profile.php?id=100056660419992" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/apandasan/" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-3">
<div class="our-team">
<div class="pic">
<img src="img/Coordie pics/music/Photo.jpeg" width="380" height="300" style='object-fit: contain; width: 100%; height: 100%;'>
</div>
<div class="team-content">
<h3 class="title">Shivang Pandey</h3>
<span class="post">Coordinator</span>
</div>
<ul class="social">
<li><a href="" class="fab fa-facebook"></a></li>
<li><a href="" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-3">
<div class="our-team">
<div class="pic">
<img src="img/Coordie pics/music/Shivang_Jaiswal_MClub.jpg" width="380" height="300" style='object-fit: contain; width: 100%; height: 100%;'>
</div>
<div class="team-content">
<h3 class="title">Shivang Jaiswal</h3>
<span class="post">Coordinator</span>
</div>
<ul class="social">
<li><a href="https://m.facebook.com/shivang.jaiswal.75" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/shvngj/" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-6 col-lg-3">
<div class="our-team">
<div class="pic">
<img src="img/Coordie pics/music/RakshitYash_Mclub.JPG" width="380" height="300" style='object-fit: contain; width: 100%; height: 100%;'>
</div>
<div class="team-content">
<h3 class="title">Rakshit Yash</h3>
<span class="post">Coordinator</span>
</div>
<ul class="social">
<li><a href="https://www.facebook.com/rakshit.yash.142" class="fab fa-facebook"></a></li>
<li><a href="https://www.instagram.com/rxk_shit/" class="fab fa-instagram"></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Section-header -->
<div class="section-header text-center get-touch">
<h2 >GET IN TOUCH</h2>
</div>
<!-- /Section-header -->
<!-- contact -->
<div class="column-contact">
<div class="row">
<div class="col-sm-12 col-md-4 music-info">
<div class="text-center">
<a href="https://www.facebook.com/MEIITK/"><i class="fab fa-facebook-f" aria-hidden="true" style="transform: scale(2);"></i></a>
<h3>Facebook</h3>
<p>Like and Follow our facebook page for regular updates.</p>
</div>
</div>
<div class="col-sm-12 col-md-4 music-info">
<div class="text-center">
<a href="https://instagram.com/mclubiitk?igshid=3qn2nyz2i8iq"><i class="fab fa-instagram" aria-hidden="true" style="transform: scale(2);"></i></a>
<h3>Instagram</h3>
<p>Follow us on Instagram.</p>
</div>
</div>
<div class="col-sm-12 col-md-4 music-info">
<div class="text-center">
<a href="https://www.youtube.com/channel/UCruim7KPbCjF1UIUXc217BA"><i class="fab fa-youtube" aria-hidden="true" style="transform: scale(2);"></i></a>
<h3>Youtube</h3>
<p>Subscribe The Official Channel Of The Club For Videos Of Our Productions.</p>
</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>
</html>