forked from SoniaSatam/NSS_ACD_3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
413 lines (341 loc) · 13.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>DJSCE NSS ACD</title>
<link rel="shortcut icon" href="assets/images/fav.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/fav.jpg">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<header class="continer-fluid ">
<body>
<div id="menu-jk" class="header-bottom">
<div class="container">
<div class="row nav-row">
<div class="col-lg-3 col-md-12 logo">
<a href="index.html" class="nss">
<img src="assets/images/logo2.png" alt="">
<a data-toggle="collapse" data-target="#menu" href="#menu"><i
class="fas d-block d-lg-none small-menu fa-bars"></i></a>
</a>
</div>
<div id="menu" class="col-lg-9 col-md-12 d-none d-lg-block nav-col">
<ul class="navbad">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about_us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.html">Contact US</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- ******************** Slider Starts Here ******************* -->
<div class="slider">
<!-- Set up your HTML -->
<div class="owl-carousel ">
<div class="slider-img">
<div class="item">
<div class="slider-img"><img src="assets/images/slider/slider-1.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="animated bounceInDown slider-captions">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-img"><img src="assets/images/slider/slider-3.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="slider-captions ">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-img"><img src="assets/images/slider/slider-4.jpg" alt=""></div>
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-12 col-xs-12">
<div class="slider-captions ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ************************* About Us Starts Here ************************** -->
<div class="about-us container-fluid">
<div class="container">
<div class="row natur-row no-margin w-100">
<div class="text-part col-md-6">
<h2>Annual Charity Drive 2022</h2>
<p>The National Service Scheme (NSS) has been enthusiastically conducting activities to help people from
the past 50 years.
It was launched on Gandhiji's centenary year to continue his ideas of community service among the
youth of our nation.
NSS is a student association of the youth studying in university.</p>
<p>One such student organisations is DJNSS, the NSS unit of Dwarkadas J. Sanghvi college of Engineering,
Vile Parle (W).
With a unique motto " Help, Connect, Inspire ", the organisation has been helping people
enthusiastically
for the past 8 years and have a vision to continue ahead.</p>
<p>Charity is not just about donation,it's about making a difference.With an aim of giving some of the
unsung artists of our
society an opportunity to shine, DJNSS is here with its "Annual Charity Drive". So let's join hands
to spread smiles on
the faces of those differently abled,underprivileged children. </p>
<p>Sale profits from these articles are remunerated to the students preparing them thus making them
independent earning
individuals of their family and making them “SWAVLAMBAN”.</p>
</div>
<div class="image-part col-md-6">
<div class="about-quick-box row">
<div class="col-md-6">
<img class="rounded border border-warning mt-2" src="assets\images\kshitij1.jpg" alt="">
</div>
<div class="col-md-6">
<img class="rounded border border-warning mt-2" src="assets\images\kshitij2.jpg" alt="">
</div>
<div class="col-md-6">
<img class="rounded border border-warning mt-2" src="assets\images\vdis.jpg" alt="">
</div>
<div class="col-md-6">
<img class="rounded border border-warning mt-2" src="assets\images\vdis2.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Carousel -->
<div class="container my-4">
<h1 style="text-align: center;">Our Products</h1>
<hr class="mb-5" />
<section>
<div id="carousel-example-multi" class="carousel slide carousel-multi-item v-2 product-carousel"
data-ride="carousel">
<!--Controls-->
<div class="controls-top my-3">
<a class="btn-floating btn-sm" href="#carousel-example-multi" data-slide="prev"><i
class="fas fa-chevron-left"></i></a>
<a class="btn-floating btn-sm" href="#carousel-example-multi" data-slide="next"><i
class="fas fa-chevron-right"></i></a>
</div>
<!--/.Controls-->
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-multi" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-multi" data-slide-to="1"></li>
<li data-target="#carousel-example-multi" data-slide-to="2"></li>
<li data-target="#carousel-example-multi" data-slide-to="3"></li>
<li data-target="#carousel-example-multi" data-slide-to="4"></li>
<li data-target="#carousel-example-multi" data-slide-to="5"></li>
<li data-target="#carousel-example-multi" data-slide-to="6"></li>
<li data-target="#carousel-example-multi" data-slide-to="7"></li>
<li data-target="#carousel-example-multi" data-slide-to="8"></li>
</ol>
<!--/.Indicators-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active mx-auto">
<div class="col-12 col-md-4 col-lg-2 mx-auto">
<div class="card mb-2">
<a href="products.html">
<div class="view overlay">
<img class="card-img-top" src="assets/images/products/item2.jpg" alt="Card image cap">
<div class="mask rgba-white-slight"></div>
</div>
<div class="card-body p-3">
<h5 class="card-title rounded font-weight-bold fuchsia-rose-text mb-0">Oreo Biscuit</h5>
<p class="aqua-sky-text mb-0">Plan A</p>
<p class="text-primary mb-0">₹ 9,99</p>
</div>
</a>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="col-12 col-md-4 col-lg-2 mx-auto">
<div class="card mb-2">
<a href="products.html">
<div class="view overlay">
<img class="card-img-top" src="assets/images/products/item1.jpg" alt="Card image cap">
<div class="mask rgba-white-slight"></div>
</div>
<div class="card-body p-3">
<h5 class="card-title font-weight-bold fuchsia-rose-text mb-0">Keychain</h5>
<p class="aqua-sky-text mb-0">Plan B</p>
<p class="text-primary mb-0">₹ 9,99</p>
</div>
</a>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="col-12 col-md-4 col-lg-3 mx-auto">
<div class="card mb-2">
<a href="products.html">
<div class="view overlay">
<img class="card-img-top" src="assets/images/products/item3.jpg" alt="Card image cap">
<div class="mask rgba-white-slight"></div>
</div>
<div class="card-body p-3">
<h5 class="card-title rounded font-weight-bold fuchsia-rose-text mb-0">Jute Bag</h5>
<p class="aqua-sky-text mb-0">Plan C</p>
<p class="text-primary mb-0">₹ 9,99</p>
</div>
</a>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="col-12 col-md-4 col-lg-2 mx-auto">
<div class="card mb-2">
<a href="products.html">
<div class="view overlay">
<img class="card-img-top" src="assets/images/products/item5.jpg" alt="Card image cap">
<div class="mask rgba-white-slight"></div>
</div>
<div class="card-body p-3">
<h5 class="card-title font-weight-bold fuchsia-rose-text mb-0">Mukhvas</h5>
<p class="aqua-sky-text mb-0">Plan B</p>
<p class="text-primary mb-0">₹ 9,99</p>
</div>
</a>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="col-12 col-md-4 col-lg-2 mx-auto">
<div class="card mb-2">
<a href="products.html">
<div class="view overlay">
<img class="card-img-top" src="assets/images/products/item6.jpg" alt="Card image cap">
<div class="mask rgba-white-slight"></div>
</div>
<div class="card-body p-3">
<h5 class="card-title font-weight-bold fuchsia-rose-text mb-0">Anklets</h5>
<p class="aqua-sky-text mb-0">Plan B</p>
<p class="text-primary mb-0">₹ 9,99</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- ################# Mission Vision Start Here #######################--->
<section class="container-fluid mission-vision">
<div class="container">
<div class="row vision">
<div class="col-md-6 mv-img">
<img class="rounded shadow border border-warning" src="assets\images\kshitij.jpg" alt="">
</div>
<div class="col-md-6 mv-det">
<h1>Charity Products from Kshitij </h1>
<p>Kshitij is a Mumbai-based NGO that has been at the forefront of training, empowering and gainfully
employing adults with
intellectual disabilities for the past 25 years. It was founded by a group of 4 mothers of
intellectually challenged children
to create a home away from home for their children.Kshitij has a variety of products that range from
various types of handicrafts
to different flavours of chocolates made especially by our wards. Your support goes a long way in
fostering sense of identity and
self-worth for each of our wards.</p>
</div>
</div>
</div>
</section>
<section class="container-fluid mission-vision">
<div class="container">
<div class="row vision">
<div class="col-md-6 mv-img">
<img src="assets\images\vdisschool2.jpg" alt="" class="rounded shadow-lg border border-warning">
</div>
<div class="col-md-6 mv-det">
<h1>Charity Products from VDIS </h1>
<p>VDIS is a shelter to the mentally challenged children against the hardships of life. Vallabhdas
Dagara
Indian Society for the Mentally Challenged was established by Dr. A.V. Mehta, in 1973 with the
purpose
of training special children for the mainstream world, where they could become financially
independent
and live a dignified life. VDIS has a variety of products under the banner Big Wonder that range
from incense sticks,
fancy envelops,bags,and chocolates made by specially challenged children .</p>
</div>
</div>
</div>
</section>
<!-- ################# Charity Number Starts Here#######################--->
<div class="doctor-message">
<div class="inner-lay">
<div class="container">
<div class="row session-title">
<h2>About the Event</h2>
</div>
<div class="row">
<div class="col-sm-3 numb">
<h4>NGO's connected </h4>
<span>5</span>
</div>
<div class="col-sm-3 numb">
<h4>Happy Faces</h4>
<span>200+</span>
</div>
<div class="col-sm-3 numb">
<h4>Donations Generated</h4>
<span>10K+</span>
</div>
<div class="col-sm-3 numb">
<h4>Positivity</h4>
<span>Unlimited !</span>
</div>
</div>
</div>
</div>
</div>
<div class="copy">
<div class="container">
<a href="">2022 © All Rights Reserved | Designed and Developed by DJSCE NSS Tech Team</a>
</div>
</div>
</body>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugins/scroll-fixed/jquery-scrolltofixed-min.js"></script>
<script src="assets/plugins/slider/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</html>