forked from dhruvm14-zz/KalakritiWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
417 lines (377 loc) · 16.5 KB
/
index.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
<!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">
<title>Kalakriti - The Creative Arts Society of DTU</title>
<title>Kalakriti</title>
<link rel="shortcut icon" href="assets/imgs/favicon.ico" type="image/x-icon">
<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="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Title -->
<div class="container-fluid nav-container">
<nav class="navbar navbar-expand">
<a class="navbar-brand" href="">
<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="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="team.html">MEET THE TEAM!</a></li>
</ul>
</div>
<section id="particle">
<img src="assets/imgs/logo-col.png" alt="">
<h1>KALAKRITI</h1>
<p>The Creative Arts Society of DTU</p>
</section>
<!-- --------------------------------------------------------------------------------- -->
<section class="title">
<div id="mainCarousel" class="carousel slide" data-ride="carousel" style="background-color: black;">
<div class="carousel-inner">
<div class="carousel-item header active">
<a href="event.html">
<img
class="d-block w-100 h-100"
src="assets/imgs/artemixHeader.png"
alt="First slide"
/></a>
</div>
<!-- <div class="carousel-item header">
<img
class="d-block w-100"
style="opacity: 0.7;"
src="assets/imgs/orient.gif"
alt="Second slide"
/>
</div> -->
<!-- <div class="carousel-item header">
<img
class="d-block w-100"
src="assets/imgs/Dhoni.png"
alt="Third slide"
/>
</div> -->
<!-- </div>
<a
class="carousel-control-prev"
href="#mainCarousel"
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="#mainCarousel"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> -->
</section>
<!-- Timer
<section
id="timer"
data-aos="flip-right"
data-aos-duration="300"
data-aos-offset="-600"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center"
>
<h2 class="pb-2 mb-0" >RECRUITMENTS SOON</h2>
<!-- <p>NEXT WEBINAR SOON !!!</p> -->
<!-- <div class="container timer">
<div class="days-c">
<p id="days" class="counter">0</p>
<span>Days</span>
</div>
<div class="hours-c">
<p id="hours" class="counter">0</p>
<span>Hours</span>
</div>
<div class="mins-c">
<p id="mins" class="counter">0</p>
<span>Mins</span>
</div>
<div class="seconds-c">
<p id="seconds" class="counter">0</p>
<span>Seconds</span>
</div>
</div>-->
<!-- <a href="recruitment.html"
><button class="btn btn-lg btn-danger mt-5" style="height: 70px;">BE A PART OF KALAKRITI</button></a
>
</section> -->
<!-- Features -->
<section class="description">
<div class="des-left">
<p ><em class="quote">"Whoever said that words have more power than a sword, forgot the magic a paint brush can create."</em></p>
<p>Art is not a piece of work, but a tsunami of emotions presented in the most calm way. Kalakriti is a society that brings different arts from different background and put them on a single canvas.</p>
<p>
We believe in spreading our knowledge and encouraging people of all
ages to create different art forms, be it a digital poster or a canvas painting. Creativity, Joy and Expression are words that are synonymous with Kalakriti, the Official Creative Arts Society of Delhi Technological University (formerly Delhi College of Engineering).</p>
</div>
<div class="des-right">
<img src="assets/imgs/SquareLogo.png"/>
</div>
</section>
<section id="event">
<img src="assets/imgs/Events.png" alt="">
</section>
<section id="abhivyakti" style="background-image: url('assets/imgs/SpectrangBG.png')">
<div class="box-text" style="margin: 10px;">
<h1 style="color: white;font-size: 7vh;margin-top: 20px;">ART - e - MIX</h1>
<p style="color: white;text-align: center;">You must have heard of fine art competitions, you would have heard of digital art competitions, but what happens when we mix both the art forms?
<br/>
<strong style="font-weight: 800;">"Here Digital Art will meet Fine Arts." </strong></p>
<div style="display: flex;">
<a href="event.html" target="_blank">
<button class="btn btn-lg btn-outline-light" >LEARN MORE</button>
</a>
</div>
</div>
<div class="box-img"><img src="assets/imgs/artemixlogo.png"></div>
</section>
<section id="abhivyakti">
<div class="box-img"><img src="assets/imgs/Abhivyakti-Picture.png"></div>
<div class="box-text">
<img src="./assets/imgs/Abhivyakti-text.png">
<p>A two day art extravaganza with bunch of arts and musical events. A spectacle of talent to witness from all age groups.</p>
<a href="abhivyakti.html"><button class="btn btn-lg btn-outline-light" >LEARN MORE</button></a>
</div>
</section>
<section id="abhivyakti" style="background-image: url('assets/imgs/SpectrangBG.png')">
<div class="box-text">
<img src="./assets/imgs/SPECtrang.png">
<p style="color: black;">Spectrang, yet another event hosted by
Kalakriti aims to amaze you with creative art competitions. This event is conducted with Engifest - DTU, the largest fest in North India, which is a 3 day going event. With competitions like Shoe Painting, T-shirt painting, Face painting, this is a must attend event for all artists.</p>
</div>
<div class="box-img"><img src="assets/imgs/spec-logo2.png"></div>
</section>
<section id="abhivyakti" style="background-image: url('assets/imgs/SpinbackBG.png')">
<div class="box-img"><img src="assets/imgs/PIONEER-DJ.png"></div>
<div class="box-text">
<h1 style="color: white;font-size: 7vh;">SPINBACK</h1>
<p>SpinBack is an online music production competition which provides a stage for upcoming music producers in India to showcase their talent among other artists. The goal of SpinBack is to find an outstanding, talented music producer - The “best” which is to be heard. </p>
<a href="spinback.html"><button class="btn btn-lg btn-outline-light" >LEARN MORE</button></a>
</div>
</section>
<section id="abhivyakti" style="background-image: url('assets/imgs/VolunteeringBG.png')">
<div class="box-text">
<h1 style="font-size: 6vh;color: black;">VOLUNTEERING</h1>
<p style="color: black;">Kalakriti not only aims to organize art events but also to do some social work. Kalakriti visits NGO's and slums to interact with kids, enjoy a day with colours and help them colour their walls.
</p>
</div>
<div class="box-img" ><img src="assets/imgs/ngo-visit1.png"></div>
</section>
<!-- TESTIMONIALS -->
<section
id="testimonials"
data-aos="flip-left"
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"
>
<div class="container-fluid">
<h3>TESTIMONIALS</h3>
<div id="testimonials-car" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active testimonial-carousel">
<em> <h5 class="test">‘‘We partnered with Kalakriti this year to conduct an online workshop and as well as a digital art competition and were very happy with the results it brought for us. The team at Kalakriti is hands on and they always made sure that the communication across teams was smooth. Looking forward to many more collaborations’’
</h5></em>
<p>XP-PEN INDIA</p>
<img src="assets/imgs/xp-pen-seeklogo.png" alt="XP PEN" class="img" style="width: 50px;" />
</div>
<div class="carousel-item testimonial-carousel">
<em><h5 class="test">‘‘It was great working with Kalakriti- DTU.
Everything was managed very well on the workshop day.
Wishing you all the best for future endeavours.’’</h5></em>
<p>Lettering Buff</p>
<img src="assets/imgs/letteringBuff.jpeg" alt="Lettering BUFF" class="test-img" />
</div>
<div class="carousel-item testimonial-carousel">
<h5 class="test">‘‘Kalakriti has been the perfect partner to work with. Collaborating with them for a music event was the right choice and we are happy to bring out the best music producers who will prove their mettle in upcoming future.’’</h5>
<p>Studio On The Go</p>
<img src="assets/imgs/sotg.jpg" alt="" class="test-img" />
</div>
</div>
<a
class="carousel-control-prev"
href="#testimonials-car"
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="#testimonials-car"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</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="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="../Kalakriti/app.js"></script>
<!-- AOS DATA -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script>
function toggle_div(){
var element = document.getElementById('sidebar');
element.classList.toggle('active')
};
AOS.init();
</script>
</body>
</html>