-
Notifications
You must be signed in to change notification settings - Fork 1
/
abhivyakti.html
479 lines (466 loc) · 16 KB
/
abhivyakti.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Kalakriti, is the Official Creative Arts Society of Delhi Technological University which aims to believe in spreading knowledge and encouraging people of all ages to create different art forms."
/>
<meta
name="keywords"
content="ART,art,society,music,music production,creative,artist,Delhi, art fest,fest,dtu"
/>
<link
rel="shortcut icon"
href="assets/imgs/favicon.ico"
type="image/x-icon"
/>
<title>Kalakriti - The Creative Arts Society of DTU</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
href="https://fonts.googleapis.com/css2?family=Grandstander:wght@500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.14.0/css/all.css"
integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="abhivyakti.css" />
</head>
<body>
<!-- Title -->
<div class="container-fluid nav-container">
<nav class="navbar navbar-expand">
<a class="navbar-brand" href="index.html">
<img
src="assets/imgs/logoBig.png"
alt="Kalakriti Logo"
class="logo-img"
/>
</a>
<div class="nav navbar-nav ml-auto nav-links">
<ul class="navbar-nav">
<li class="nav-item center">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item center">
<a class="nav-link" href="abhivyakti.html">ABHIVYAKTI</a>
</li>
<li class="nav-item center">
<a class="nav-link" href="spinback.html">SPINBACK</a>
</li>
<li class="nav-item center">
<a class="nav-link" href="artists.html">Artists</a>
</li>
<li class="nav-item center">
<a class="nav-link" href="team.html">MEET THE TEAM</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="sidebar" id="sidebar">
<div class="toggle" onclick="toggle_div()"></div>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="abhivyakti.html">ABHIVYAKTI</a></li>
<li><a href="spinback.html">SPINBACK</a></li>
<li><a href="artists.html">Artists</a></li>
<li><a href="team.html">MEET THE TEAM!</a></li>
</ul>
</div>
<section id="title">
<div class="title"></div>
</section>
<section class="about">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 about-right">
<h3
class="about-heading"
data-aos="fade-in"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center"
style="color: white"
>
ABOUT ABHIVYAKTI
</h3>
<p
class="about-text"
data-aos="fade"
data-aos-duration="300"
data-aos-offset="-200"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center"
>
<strong> Abhivyakti</strong> is a stage for artists from different
genres and background to meet, understand and appreciate other
artists and their creations, engaging different generations under
a single roof - for a single cause brings them together. The
messages portrayed by these fabulous artists through their brushes
brings us big hopes for the future. The special thing about our
event is that we do not restrict our audience by age or by a
single art form; we give them the liberty to create and surprise
us in any way.
</p>
</div>
<div class="col-lg-6 about-left">
<img
class="about-logo"
src="assets/imgs/logo-col.png"
alt="Coloured - Logo"
/>
</div>
</div>
</div>
</section>
<!-------------------------------------- FIGURES -------------------------------------------->
<section id="figures">
<div class="container">
<div class="row">
<div class="col-4">
<i class="fas fa-university fa-4x"></i>
<h5 class="mb-0">
<span
class="count px-1"
data-from="0"
data-to="100"
data-speed="1500"
data-refresh-interval="50"
></span
><span>+</span>
</h5>
<p class="fig-para">INSTITUTIONS</p>
</div>
<div class="col-4">
<i class="fas fa-users fa-4x"></i>
<h5 class="mb-0">
<span
class="count px-1"
data-from="0"
data-to="18000"
data-speed="1500"
data-refresh-interval="50"
></span
><span>+</span>
</h5>
<p class="fig-para">FOOTFALL</p>
</div>
<div class="col-4">
<i class="far fa-calendar-alt fa-4x"></i>
<h5 class="mb-0">
<span
class="count px-1"
data-from="0"
data-to="12"
data-speed="1500"
data-refresh-interval="50"
></span
><span>+</span>
</h5>
<p class="fig-para">EVENTS</p>
</div>
</div>
</div>
</section>
<!--------------------------------------- VIDEO ------------------------------------>
<section id="yt">
<iframe id="video" src=""> </iframe>
<h2>ABHIVYAKTI'19</h2>
</section>
<!--------------------------------------- PHOTO GALLERY ------------------------------------>
<section id="gallery">
<div class="container-fluid">
<h2 class="galleryHeader">PHOTO GALLERY</h2>
<ul>
<li class="galleryList active" data-filter="all">All</li>
<li class="galleryList" data-filter="art">Art</li>
<li class="galleryList" data-filter="comedy">Comedy</li>
<li class="galleryList" data-filter="concerts">Concerts</li>
</ul>
<div class="pics">
<a
class="img-link"
href="#"
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art1.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic comedy">
<img src="assets/imgs/comedy1.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art3.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art4.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic comedy">
<img src="assets/imgs/comedy2.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art2.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic concerts">
<img src="assets/imgs/concert1.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art5.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic all">
<img src="assets/imgs/all.jpg" alt="" /></div
></a>
<a
class="img-link"
href=""
data-toggle="modal"
data-target="#picModal"
><div class="pic art">
<img src="assets/imgs/art6.jpg" alt="" /></div
></a>
</div>
</div>
</section>
<!-- MODAL -->
<!-- Modal -->
<div class="modal fade" id="picModal">
<div class="modal-dialog">
<div class="modal-content">
<img
src="assets/imgs/Card1.jpeg"
alt=""
class="img-fluid"
style="width: 100%"
/>
</div>
</div>
</div>
<!-- Contacts -->
<section
id="contact-us"
data-aos="fade-in"
data-aos-duration="300"
data-aos-offset="-400"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center"
>
<h3>CONTACT US</h3>
<div class="row contact-row">
<div class="contact">
<a
href="https://www.facebook.com/KalakritiTheCreativeArtsSociety/"
target="_blank"
><i class="fab fa-facebook fa-3x"></i
></a>
</div>
<div class="contact">
<a href="https://www.instagram.com/kalakriti_dtu/" target="_blank"
><i class="fab fa-instagram fa-3x"></i
></a>
</div>
<div class="contact">
<a
href="https://www.linkedin.com/school/kalakritidtu/"
target="_blank"
><i class="fab fa-linkedin fa-3x"></i
></a>
</div>
<div class="contact">
<a href="mailto:outreach@kalakritidtu.com"
><i class="far fa-envelope fa-3x"></i
></a>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<!-- <img src="assets/imgs/" alt="TheEvent">
<p>In alias aperiam. Placeat tempore facere. Officiis voluptate ipsam vel eveniet est dolor et totam porro. Perspiciatis ad omnis fugit molestiae recusandae possimus. Aut consectetur id quis. In inventore consequatur ad voluptate cupiditate debitis accusamus repellat cumque.</p> -->
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="fa fa-angle-right"></i>
<a href="index.html">Home</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="abhivyakti.html">Abhivyakti</a>
</li>
<li>
<i class="fa fa-angle-right"></i>
<a href="spinback.html">Spinback</a>
</li>
<li>
<i class="fa fa-angle-right"></i> <a href="team.html">Team</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Delhi Technological University<br />
Shahbad Daulatpur, Main Bawana Road, Delhi<br />
Pincode -110042<br />
<!-- <strong>Phone:</strong> +91 9013803905<br> -->
<strong>Email : </strong>outreach@kalakritidtu.com<br />
</p>
<div class="social-links">
<a
href="https://www.facebook.com/KalakritiTheCreativeArtsSociety/"
target="new window"
class="facebook"
><i class="fab fa-facebook"></i
></a>
<a
href="https://www.instagram.com/kalakriti_dtu/"
target="new window"
class="instagram"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.linkedin.com/school/kalakritidtu/"
target="new window"
class="linkedin"
><i class="fab fa-linkedin"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<a
href="meetDev.html"
style="color: rgb(76, 76, 238); text-decoration: underline"
><strong>MEET THE DEVELOPERS</strong></a
><br />
<strong>BY KALAKRITI DTU</strong>
</div>
</div>
</footer>
<!-- #footer -->
<script
defer
src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"
integrity="sha384-3Nqiqht3ZZEO8FKj7GR1upiI385J92VwWNLj+FqHxtLYxd9l+WYpeqSOrLh0T12c"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="assets/JS/ParticleJs/particles.js"></script>
<script src="assets/JS/ParticleJs/app.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-growl/1.0.6/bootstrap-growl.min.js"
integrity="sha512-KgI7fghDFHr4D+sJIDQGZLpNCmDmlQHuISbPeIwHd7iJCU20FtL5+l7mD2aMr6NUVnaDua1lEg4tTOVe/XiYBw=="
crossorigin="anonymous"
></script>
<script src="assets/JS/jquery.countTo.js"></script>
<script src="app.js"></script>
<script>
window.onscroll = function () {
var dv = document.getElementById("yt");
var v = document.getElementById("video");
if (
window.scrollY < dv.offsetTop + dv.offsetHeight &&
window.scrollY + window.outerHeight > dv.offsetTop
) {
if (v.src == "" || v.src == location.href) {
v.src =
"https://www.youtube.com/embed/vWPYmZ5uL_E?mute=0&autoplay=1";
}
} else {
v.src = "";
}
};
$(".count").countTo();
</script>
<!-- AOS DATA -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
function toggle_div() {
var element = document.getElementById("sidebar");
element.classList.toggle("active");
}
AOS.init();
</script>
</body>
</html>