-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcultural.php
executable file
·517 lines (454 loc) · 24 KB
/
cultural.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Students' Gymkhana, IIT Bhubaneswar</title>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<style type="text/css">
.g-bg-color--sky-light {
background-color: #f5f8f9 !important;
}
.g-promo-section {
position: relative;
}
@media (min-width: 34em){
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-height-400--xs {
height: 25rem;
}
@media (min-width: 48em){
.g-promo-section__img-right--md {
position: absolute;
top: 0;
right: 0;
}
.g-promo-section__img-left--md {
position: absolute;
top: 0;
left: 0;
}
.g-height-100-percent--md {
height: 100%;
}
}
.g-margin-b-30--xs {
margin-bottom: 1.875rem;
}
.g-bg-position--center {
background-size: cover !important;
background-position: center center !important;
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-padding-x-40--xs {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.g-radius--50 {
border-radius: 3.125rem !important;
}
.s-btn--primary-brd {
color: #13b1cd;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #13b1cd;
}
.s-btn--sm {
font-size: 0.875rem;
font-weight: 400;
padding: 0.75rem 1.25rem;
}
.s-btn {
display: inline-block;
text-align: center;
vertical-align: middle;
border: none;
white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
user-select: none;
transition-duration: 300ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.text-uppercase {
text-transform: uppercase;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<a href="https://iitbbs.ac.in/" style="border-left:0px; padding-right:14px;" class="logo"><img src="assets/img/logo.png" class="img-fluid"></a>
<a href="index.php" class="logo mr-auto"><img src="assets/img/SGLogo2.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.php">Home</a></li>
<li><a href="facilities.php">Facilities</a></li>
<li class="drop-down"><a href="#">Councils</a>
<ul>
<li><a href="technical.php">Technical council</a></li>
<li><a href="cultural.php">Socio-Cultural Council</a></li>
<li><a href="sports.php">Sports Council</a></li>
</ul>
</li>
<li><a href="fests.php">Fests</a></li>
<li class="drop-down"><a href="#">Meets</a>
<ul>
<li><a href="sportsmeet.php">Inter IIT Sports Meet</a></li>
<li><a href="techmeet.php">Inter IIT Tech Meet</a></li>
<li><a href="gc.php">General Championship</a></li>
<!-- <li><a href="ic.php">Innovation Challenge</a></li> -->
</ul>
</li>
<li><a href="office.php">Office</a></li>
<li><a href="assets/Constitution.pdf">Constitution</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url(./assets/img/Soc-Images/aaroh.jpg)">
<div class="carousel-container">
<div class="container">
<h3> SOCIO-CULTURAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/cinewave.jpg)">
<div class="carousel-container">
<div class="container">
<h3> SOCIO-CULTURAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/dgang.jpg)">
<div class="carousel-container">
<div class="container">
<h3> SOCIO-CULTURAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/Soc-Images/dramatics.jpg)">
<div class="carousel-container">
<div class="container">
<h3> SOCIO-CULTURAL COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- End Intro Section -->
<div class="g-bg-color--sky-light">
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Kalakriti, The Fine Arts Society</h3>
<p>
The world we live in is a colourful and majestic place, rich in culture and tradition, waiting for mankind to uncover its full beauty. The Fine Arts Society intends to inculcate a sense of appreciation for this beauty in the minds of the students. Members of the society organize workshops to nurture the artist in the students all through the year and also take up the major responsibility of decorating the campus during all special occasions including Diwali.
</p>
</div>
<a href="clubs/kalakriti.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult1.jpg);">
</div>
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">DGang, The Dance Society</h3>
<p>
Widely regarded as the pinnacle of all performing arts, dance requires the unwavering devotion of the mind, body and soul of an artist. The Dance Society provides a platform for students passionate about dance to channel their emotions into their craft. Members of the society conduct events and workshops for dance enthusiasts and also take an active part in several inter-collegiate events throughout the year. The dance production is one of the most entertaining events held in the institute, and it brilliantly showcases the rich culture and heritage of India and the institute itself.
</p>
</div>
<a href="clubs/dgang.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult2.jpg);">
</div>
</div>
<div class="g-bg-color--sky-light">
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">The Fourth Wall, The Dramatics Society </h3>
<p>
A family knit together by the love for theatre, the Dramatics Society has tirelessly worked for the last nine years to become one of the best of its kind. The objective of the Dramatics Society is to foster social and intellectual activity among the students and to create an interest in Drama and Theatre. Arguably the most active society of the institute, its members perform at almost every event held in the institute with the aim of creating awareness about various issues plaguing our society. The Fourth Wall has also represented the institute at various inter-collegiate cultural events organised throughout the country.
</p>
</div>
<a href="clubs/dramatics.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult3.jpg);">
</div>
</div>
</div>
<div class="g-promo-section">
<div class="container g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-5 offset-sm-7" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Aaroh, The Music Society</h3>
<p>
Aaroh, the Music Society of IIT Bhubaneswar aims to bring out the musical talent among the students. What sets us IITians apart from the rest is our all round development, and Aaroh contributes to this by shaping students into talented performers with their own unique identities. Not only does the society conduct various events and workshops on musical instruments for amateurs, it also takes on the responsibility of organizing a production each semester to entertain and enthral the students.
</p>
</div>
<a href="clubs/aaroh.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult4.jpg);">
</div>
</div>
<div class="g-bg-color--sky-light">
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding-right: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">The Literary Society (Panacea, Abhivyakti and Quiz Society) </h3>
<p>
The ability to express your thoughts and ideas effectively is of paramount importance to succeed in your career as well as life in general. Panacea and Abhivyakti work for the development of the communication and language skills of the students (in English and Hindi, respectively), while the Quiz Society is an open society aimed at encouraging students to expand their knowledge beyond the conventional and establishing a relationship between theory and application of the learnt concepts in a fun manner.
</p>
</div>
<a href="clubs/panacea.php" class=" cta text-uppercase s-btn s-btn--sm s-btn--primary-brd g-radius--50 g-padding-x-40--xs">
<span>PANACEA</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
<a href="clubs/quizclub.php" class=" cta ">
<span>QUIZ SOCIETY</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
<a href="clubs/abhivyakti.php" class=" cta ">
<span>ABHIVYAKTI</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult5.jpg);">
</div>
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Cinewave, The Cinematics Society </h3>
<p>
Good cinema is what results from an artistic combination of all the performing arts, brought together by the right technical expertise. Cinewave, the movie-making society of IIT Bhubaneswar, provides students with an eye for filmmaking an opportunity to enhance their cinematic talent and present their stories to the world through short-films, documentaries and advertisements. The most acclaimed society of the institute, Cinewave has participated in various national level competitions and inter-collegiate events, winning laurels for the institute and setting a benchmark in terms of filmmaking.
</p>
</div>
<a href="clubs/cinewave.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult6.jpg);">
</div>
</div>
<div class="g-bg-color--sky-light">
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">Souls for Solace, The Social Welfare Society </h3>
<p>
‘Souls for Solace’ is a platform for those who are not satisfied with merely making a living and want to contribute towards creating a better society to live in. In collaboration with various NGOs, the society believes strongly in the principles of sharing what we have with the less fortunate and has undertaken initiatives like blood donation camps, educating the poor, books and clothes donation drives, and much more. It also provides the platform to discuss and implement innovative ideas that could help create a better future.
</p>
</div>
<a href="clubs/s4s.php" class=" cta text-uppercase s-btn s-btn--sm s-btn--primary-brd g-radius--50 g-padding-x-40--xs">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult7.jpg);">
</div>
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">CLIX, The Photography Society</h3>
<p>
The Photography Society is the most elite society of IIT Bhubaneswar that takes beginners and amateur photographers under its wings and teaches them different techniques of photography by organizing workshops and competitions on photography and post-processing. CLIX captures major happenings of the institute and provides the outside world glimpses of its work through its Facebook page.
</p>
</div>
<a href="clubs/clix.php" class=" cta ">
<span>EXPLORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url(./assets/img/Soc-Images/cult8.jpg);">
</div>
</div>
<!-- Footer Section -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in">IIT Bhubaneswar</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="assets/Constitution.pdf">Gymkhana Constitution</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in/cdc/">Career Development Cell</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
IIT Bhubaneswar<br>
At Arugul, Jatani<br>
Khordha, Odisha - 752050<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Connect with us</h4>
<div class="social-links">
<a href="https://www.facebook.com/SG.IITBhubaneswar/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Developed by Web and Design Society, IIT Bhubaneswar
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="/assets/js/contact.js"></script>
</body>
</html>