-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
516 lines (427 loc) · 21.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Dulquer Salman Family" />
<title>Dulquer Salman Family </title>
<meta property="og:title" content="Dulquer Salman Family" />
<meta property="og:description" content="Dulquer Salman Family is a 'Community of happiness' is a congregation of artists and art
lovers across Kerala." />
<meta property="og:image" content="https://cdn.dqfamily.org/dqf/DQF_LOGO_Final.png" />
<meta property="og:url" content="https://dqfamily.org" />
<meta property="og:site_name" content="Dulquer Salman Family" />
<meta name="twitter:title" content="Dulquer Salman Family" />
<meta name="twitter:description" content="Dulquer Salman Family is a 'Community of happiness' is a congregation of artists and art
lovers across Kerala." />
<meta name="twitter:image" content="https://cdn.dqfamily.org/dqf/DQF_LOGO_Final.png" />
<meta name="twitter:card" content="summary" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Dulquer Salman">
<!-- Favicons -->
<link href="https://cdn.dqfamily.org/dqf/DQF_LOGO_Final.png" rel="icon">
<link href="https://cdn.dqfamily.org/dqf/DQF_LOGO_Final.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.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">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Gp - v4.9.1
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-lg-between">
<h1 class="logo me-auto me-lg-0"><a href="index.html"><img src="https://cdn.dqfamily.org/dqf/DQF_LOGO_Final.png" rel="icon"
alt=""></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="https://cdn.dqfamily.org/dqf/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Gallery</a></li>
<li><a class="nav-link scrollto" href="#clients">Partners</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div>
<a href="treeoflife.html" class="get-started-btn scrollto" id="tree-of-life">Tree Of Life</a>
<a href="https://tiny.cc/dqf" class="get-started-btn scrollto">Join Us!</a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="150">
<div class="col-xl-6 col-lg-8">
<h1>Dulquer Salman Family<span>.</span></h1>
<h2>Capsules of happiness, Catalyst for livelihoods!</h2>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-3 order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100">
<img src="https://cdn.dqfamily.org/dqf/11.jpg" class="img-fluid float-right" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 order-2 order-lg-1 content " data-aos="fade-right" data-aos-delay="100">
<span>
<h3 class="text-warning">Dulquer Salman Family(DQF)</h3>
</span><b>
<p>A 'Community of happiness' is a congregation of artists and art
lovers across Kerala.</p>
</b>
<p class="text-justify">
It aims to spread happiness and make the world laugh along with
providing opportunities to talented yet struggling artists. It lends a platform for dedicated
artists to give more exposure, outreach and ameliorate their talent. Socially and
economically marginalised communities are the focus group for upliftment. DQF is keen to
work in diverse fields, including healthcare, educational opportunities and livelihood
advancement for the underprivileged sections of our society.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<div class="section-title">
<center>
<h3>OUR INITIATIVES</h3>
</center>
</div>
<div class="row">
<div class="image col-lg-5" style='background-image: url("https://cdn.dqfamily.org/dqf/DSC01917.JPG");' data-aos="fade-right">
</div>
<div class="col-lg-7" data-aos="fade-left" data-aos-delay="100">
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4> Artists Community</h4>
<p>It is focused on non-mainstream artists of Kerala. A good example is the recent integration of
the long-ignored Pulikkali Artists of Ayyanthole, Thrissur. The Artists' Community is aimed to
provide a global platform to artists and ensure a sustainable livelihood.
</p>
</div>
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4> Dream Catchers</h4>
<p>To dream high and achieve them is a privilege not enjoyed by many. To break the vicious
cycle of poverty, the right guidance, mentorship and educational opportunities are aimed to
be provided to marginalised children through the project Dream Catcher. Tribal children are
intended to be primary beneficiaries of the project.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-7 pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-left" data-aos-delay="100">
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4>Tree Of Life.</h4>
<p>DQF joins hands with Aster DM Healthcare and KITES India to launch Tree of Life, a noble initiative
for children from underprivileged sections of our society. The project will assure quality healthcare,
accessible to children by providing life-saving surgeries and necessary interventional procedures free
of cost through Aster Hospitals across Kerala.</p>
</div>
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4>Comedy Club</h4>
<p>To give support to non-mainstream artists of standup comedy, Mimicry and other stage
events rooted in entertaining and bringing smiles to the audience. The performance of artists
will be mostly staged for the benefit of orphanages, old age homes and other marginalized
communities for combating loneliness and spreading happiness and empathy.</p>
</div>
</div>
<div class="image col-lg-5 order-1 order-lg-2" style='background-image: url("https://cdn.dqfamily.org/dqf/i2.jpeg");'
data-aos="fade-right"></div>
</div>
<div class="row">
<div class="image col-lg-5" style='background-image: url("https://cdn.dqfamily.org/dqf/G11.JPG");' data-aos="fade-right"></div>
<div class="col-lg-7" data-aos="fade-left" data-aos-delay="100">
<div class="icon-box mt-5 mt-lg-0" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4>Brain Stimulation with Finger Exercise</h4>
<p>Finger-Tutting nuanced by Imitiyas Aboobacker is a dance form with intricate finger
movements. Finger Dance Handicraft creation is edged on brain stimulation through finger
exercise that especially helps disabled children. It also provides a nuanced livelihood
opportunity for them.
</p>
</div>
<div class="icon-box mt-5" data-aos="zoom-in" data-aos-delay="150">
<li><i class="ri-check-double-line"></i>
<h4> Mini theatres and Open Galleries</h4>
<p>Sustainable Community spaces for art, entertainment and recreation will be developed in
selected areas to enhance community participation and give equal spaces for LGBQTIA+
members, women and children.
Two such spaces are to be developed as a pilot version. One in the tribal area of Athirapally
and the other in Chemp, Vaikam.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<center>
<h3>GALLERY</h3>
</center>
</div>
<div class="row no-gutters">
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G12.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G12.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/DSC02046.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/DSC02046.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G3.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G3.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G2.jpeg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G2.jpeg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G4.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G4.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G5.jpeg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G5.jpeg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/6.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/6.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/7.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/7.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/8.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/8.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G11.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G11.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G9.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G9.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.dqfamily.org/dqf/G10.JPG" class="venobox" data-gall="gallery-item">
<img src="https://cdn.dqfamily.org/dqf/G10.JPG" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Partners Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="zoom-in">
<div class="section-title">
<center>
<h3>OUR<span> PARTNERS</span></h3>
</center>
</div>
<div class="owl-carousel clients-carousel">
<img src="https://cdn.dqfamily.org/dqf/Kites right-01.png" alt="">
<img src="https://cdn.dqfamily.org/dqf/Aster-01.png" alt="">
<img src="https://cdn.dqfamily.org/dqf/aaryaeyecare-01.png" alt="">
<img src="https://cdn.dqfamily.org/dqf/IAN-01.png" alt="">
</div>
</div>
</section> <!-- End Our Partners section -->
<section id="news" class="news">
<div class="container">
<div class="section-title">
<h2>Featured<span> In</span></h2>
</div>
<div class="row no-gutters">
<div class="col-lg-3 col-md-4">
<div class="news-item">
<a
href="https://www.google.com/amp/s/www.asianetnews.com/amp/entertainment-news/dulquer-salmaan-family-dqf-started-campaign-for-differently-abled-children-sunny-wayne-inaugurates-rhdyb1">
<img src="https://cdn.dqfamily.org/dqf/Asianet-01.png" alt="TOI" style="width:100%" /></a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="news-item">
<a
href="https://www.google.com/amp/s/www.mathrubhumi.com/amp/movies-music/news/dulquer-salmaan-s-dqf-community-inauguration-done-by-minister-k-rajan-1.7948051">
<img src="https://cdn.dqfamily.org/dqf/Mathrubhumi.png" alt="TOI" style="width:100%" /></a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="news-item">
<a
href="https://www.eastcoastdaily.com/movie/2022/10/10/dulquer-salmaan-family-now-to-colleges-to-mold-talent-inauguration-minister-shri-adv-done-by-k-rajan/">
<img src="https://cdn.dqfamily.org/dqf/Eastcoast-01.png" alt="TOI" style="width:100%" /></a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="news-item">
<a
href="https://www.google.com/amp/s/zeenews.india.com/malayalam/movies/director-tom-emmatty-is-the-creative-director-of-community-for-happiness-dulquer-salman-fans-103576/amp">
<img src="https://cdn.dqfamily.org/dqf/Zeenews-01.png" alt="TOI" style="width:100%" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<!-- <div>
<iframe style="border:0; width: 100%; height: 270px;" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621" frameborder="0" allowfullscreen></iframe>
</div> -->
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Aysha Road ,Ponnurunni, Ernakulam, Kerala 682019</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="info">
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="info">
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+91 813 8000 933</p>
<p>+91 813 8000 935</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>DQF<span>.</span></h3>
<p>
<!-- A108 Adam Street <br>
NY 535022, USA<br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br> -->
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/dqfcommunity" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/dqfcommunity" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
</body>
</html>