-
Notifications
You must be signed in to change notification settings - Fork 2
/
boca.php
365 lines (285 loc) · 16.8 KB
/
boca.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
<?php $root_path = ''; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cultural | SC IIT Ropar</title>
<?php include($root_path . 'assets/include/header-files.php'); ?>
</head>
<body>
<!-- Navbar -->
<?php
$active = "BOARDS";
$trans = 0;
include($root_path . 'assets/include/navbar.php');
?>
<!-- Header -->
<div class="container" style="margin-bottom:50px;">
<header id="home" style="height:100%;padding-bottom:50px" class="row">
<div class="container">
<div class="row">
<div class="section-header">
<h1 style="margin:20px" class="title">BOCA</h1>
</div>
</div>
<div class="row justify-content-md-center" style="max-height: 600px;">
<!-- home content -->
<div class="col-md-7">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/img/boca/img_1.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/boca/img_2.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/boca/img_3.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/boca/img_4.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/boca/img_5.jpg">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</header>
<div id="Kshitij" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1 bg-grey">
<div class="home-content">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Mission</h2>
</div>
<p class="black-text" style="text-align:justify">
Recreation is an activity of leisure, leisure being discretionary time. The "need to do something for
recreation" is an essential element of human biology and psychology. Recreational activities are often done for
enjoyment, amusement, or pleasure and are considered to be "fun". And thus is the need for cultural activities.<br>
Each IIT has its own culture and BOCA celebrates the spirit and enthusiasm of the students in a very unique way
of its own. As the name itself tells the purpose for creating this board is that it controls and supports all
kind of cultural activities happening in the campus.Under this comes two things, 'SPIC MACAY' and 'Cultural
Secretary'. <br>
SPIC MACAY stands for 'Society for Promotion of Indian Classical Music and Culture Among Youth'. From last two
years, students at IIT Ropar are organising cultural activities in collaboration with SPIC MACAY, and will be
further continuing this to promote the rich cultural heritage of india and especially make them aware of the
excitement and thrill of indian classical music.
Cultural Secretary is the person who governs different cultural clubs in activity at IIT Ropar and is also
responsible for conducting the annual cultural fest "Zeitgeist". Elections take place the same way as that of
General Secretary.</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /home content -->
</div>
</div>
</div>
<!-- /Header -->
<div id="Kshitij" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Constitutional Body</h2>
</div>
<p class="black-text" style="text-align:justify">
The section presents the Organisation of the Bodies supporting each member of the
Executive Council.
All the constitutional bodies shall meet atleast once every month pertaining issues and
new proposals for the welfare of the Students.
</p>
<p class="black"> <b> 1) Members </b></p>
<p> a. Faculty Member(max 2) Nominated by the Dean / Associate Dean of Student
Affairs, IIT Ropar (Advisory) <br>
b. General Secretary BOCA (Chairman).<br>
c. Representatives of various clubs under the Board of Cultural Activities (BOCA).</p>
<p>2) Various clubs shall be established under Board of Cultural Activities (BOCA) which
shall be funded by the BOCA account and by the Institute/Dean/Associate Dean
Students affairs. These clubs shall promote and organise extracurricular activities
related to a Arts and Culture. Each club shall have representatives leading the club.
They shall prepare a budget for the activities they plan to organise and discuss it with
the Chairman and Head of the BOCA.</p>
<p> 3) The clubs can be created at any time of the year with the consent of the Board of
Cultural Activities. Regular evaluation of the clubs will be undertaken by the
Chairman and in case of inactivity of the club over a period of upto 3 months, he may
request the Faculty Advisor, Board of Cultural Activities to either change the
representatives or dissolve the club with the consent of the Board.</p>
<p> 4) The Board shall assist the General Secretary BOCAin all matters related to Arts and
Cultural Activities of the Institute.</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- Blog -->
<div id="Zeith" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1 bg-grey">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Zeitgeist</h2>
</div>
<p class="black-text" style="text-align:justify">
The clubs are active all year and are a way for students to show their skills but the main cultural event of the
institute is its cultural festival "ZEITGEIST" Every year, students of IIT Ropar organise Zeitgeist, a three day
four night event, with lots of different kinds of cultural events and amazing star nights and DJ nights. It is a
must-see and one of the biggest cultural extravaganzas in north India. It is one of the biggest stages that IIT
Ropar provides you to come up and show your real talent. Come on the stage, compete with guys and girls of
different colleges and show them what you are capable of. Come, sing dance and have fun with your friends. Watch
bollywood stars and amazing bands perform live, and many more great things.
</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Blog -->
<div id="clubs" class="section row sm-padding bg-grey">
<div class="container">
<div class="section-header text-center">
<h1 style="margin-top:20px" class="title">Clubs Under BOCA</h1>
</div>
</div>
</div>
<div id="Kshitij" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Arturo : Photography Club</h2>
</div>
<p class="black-text" style="text-align:justify">
Wherever IIT Ropar goes, Arturo goes with it. It is the one and only photography club of IIT Ropar. Captures
every moment, and every event happing at the campus or outside.
</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<div id="undekha" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Undekha : Dramatics Club</h2>
</div>
<p class="black-text" style="text-align:justify">
Everyone of us likes movies, but movies started from drama, and to enhance this culture, dramatics club helps
students. Come here not only for drama, if you have a good mind in literature writing, help in writing scripts
for play and dialogues.
</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<div id="dance" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Dance Club</h2>
</div>
<p class="black-text" style="text-align:justify">
Who don't love to dance. Come, learn and participate in different dance events at the college and at other
places wherever IIT Ropar goes. Also a good quality of room is made for students having interest in dance.
</p>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<div id="alank" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Alankar : Music</h2>
</div>
<p class="black-text" style="text-align:justify">
Music club welcomes everyone who has interest in music and gives him/her an opportunity to show up his talent in
music. Not only professionals, even beginners are also welcome so that they come and learn music. Also, a
special room is provided for all kinds music stuff.
</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<div id="fine" class="section row sm-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row justify-content-md-center">
<div class="col-md-10 col-md-offset-1">
<div class="section-header text-center">
<h2 style="margin-top:20px" class="title">Fine Arts </h2>
</div>
<p class="black-text" style="text-align:justify">
There are many small talents hidden inside us like painting, making some good out of trash, etc. Fine arts club
do the same. This club organises events like face painting, blind painting, rangoli competition, etc.
</p>
<!-- <button class="white-btn">Get Started!</button>
<button class="main-btn">Learn more</button> -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
</div>
<!-- Footer -->
<?php include($root_path . 'assets/include/footer.php'); ?>
<?php include($root_path . 'assets/include/footer-files.php'); ?>
</body>
</html>