-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
516 lines (461 loc) · 24.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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PetSite</title>
<!-- Bootstrap css file -->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!-- font awesome icons -->
<link rel="stylesheet" href="./css/all.min.css">
<!-- Magnific Popup css file -->
<link rel="stylesheet" href="./vendor/Magnific-Popup/dist/magnific-popup.css">
<!-- Owl-carousel css file -->
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="./vendor/owl-carousel/css/owl.theme.default.min.css">
<!-- custom css file -->
<link rel="stylesheet" href="./css/style.css">
<!-- Responsive css file -->
<link rel="stylesheet" href="./css/responsive.css">
<!--Adding icon to the website-->
<link rel="icon" href="./img/logo.jpeg" type="image/x-icon">
</head>
<body>
<!-- ======================= Start Header Area ============================== -->
<header class="header_area">
<div class="main-menu">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="./img/petsite2.png" alt="logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#stores">stores</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery">gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#objective">our objective</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!-- ======================= End Header Area ============================== -->
<!-- ======================= Start Main Area ================================ -->
<main class="site-main">
<!-- ======================= Start Banner Area ======================= -->
<section class="site-banner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 site-title">
<h3 class="title-text">Welcome to</h3>
<h1 class="title-text text-uppercase">Pet Site</h1>
</div>
<div class="col-lg-6 col-md-12 banner-image">
<img src="./img/petsite.png" alt="banner-img" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- ======================= End Banner Area ======================= -->
<!-- ========================= About Area ========================== -->
<br id="about">
<br><br><br><br><br><br><br><br><br>
<section class="about-area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="about-image">
<img src="./img/dog.jpg" alt="About us" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-md-12 about-title">
<h2 class="text-uppercase pt-5">
<span>About Us</span>
</h2>
<div class="paragraph py-4 w-75">
<p class="para">
At petkart.com, an organisation established on 20th June 2021, we make sure that we provide the facility of procuring
pets to all of you in the most human, sensitive and safe manner during these covid times. <br><br> We
have stores all over the country that work hand in hand to educate you with all the pets available and their nature in
the best way possible to people all over the country.<br><br> Sanitization facilities and regular tests of all the animals,
delivery boys and store owners are taken. The animals have been pre vaccinated before we give them to
you. We also provide the delivery boy with rabies and various other animal disease's vaccinations and train them to vaccinate
you whilst being in your home's.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= End About Area ========================== -->
<!-- ======================= Project Area ============================= -->
<br id="stores"><br><br><br><br><br><br>
<section class="project-area">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Our Stores</h1>
</div>
<div class="button-group">
<button type="button" class="active" id="btn1" data-filter="*">All</button>
<button type="button" data-filter=".maharashtra">Maharashtra</button>
<button type="button" data-filter=".punjab">Punjab</button>
<button type="button" data-filter=".delhi">Delhi</button>
<button type="button" data-filter=".karnatka">Karnatka</button>
<button type="button" data-filter=".kolkata">Kolkata</button>
</div>
<div class="row grid">
<div class="col-lg-4 col-md-6 col-sm-12 element-item maharashtra">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Goregaon</h4>
<span class="text-secondary">Phone No. xxxxxxx123</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item maharashtra">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Bandra</h4>
<span class="text-secondary">Phone No. xxxxxxx787</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item maharashtra">
<div class="our-project">
<!--<div class="img">
<a class="test-popup-link" href="./img/portfolio/how-to-write-a-letter.jpg">
<img src="./img/portfolio/how-to-write-a-letter.jpg" alt="portfolio-4" class="img-fluid">
</a>
</div>-->
<div class="title py-4">
<h4 class="text-uppercase">Pune</h4>
<span class="text-secondary">Phone No. xxxxxxx675</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item delhi">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Rajouri Garden</h4>
<span class="text-secondary">Phone No. xxxxxxx488</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item delhi">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Dwarka</h4>
<span class="text-secondary">Phone No. xxxxxxx333</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item delhi">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Malviya Nagar</h4>
<span class="text-secondary">Phone No. xxxxxxx262</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item karnatka">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Banglore</h4>
<span class="text-secondary">Phone No. xxxxxxx709</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item karnatka">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Mysore</h4>
<span class="text-secondary">Phone No. xxxxxxx656</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item kolkata">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Howrah</h4>
<span class="text-secondary">Phone No. xxxxxxx363</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item kolkata">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Hooghly</h4>
<span class="text-secondary">Phone No. xxxxxxx777</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item punjab">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Chandigarh</h4>
<span class="text-secondary">Phone No. xxxxxxx666</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item punjab">
<div class="our-project">
<div class="title py-4">
<h4 class="text-uppercase">Ludhiana</h4>
<span class="text-secondary">Phone No. xxxxxxx737</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================= End Project Area ============================= -->
<!-- ======================= Project Area ============================= -->
<br id="gallery"><br><br><br><br>
<section class="project-area">
<div class="container">
<div class="project-title pb-5">
<h1 class="text-uppercase title-h1">Pets Sold</h1>
</div>
<div class="button-group">
<button type="button" class="active" id="btn1" data-filter="*">All</button>
<button type="button" data-filter=".dog">DOG</button>
<button type="button" data-filter=".cat">CAT</button>
<button type="button" data-filter=".rabbit">RABBIT</button>
</div>
<div class="row grid">
<div class="col-lg-4 col-md-6 col-sm-12 element-item dog">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/dog1.jpeg">
<img src="./img/pets/dog1.jpeg" alt="portfolio-2" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Dog</h4>
<span class="text-secondary">Pets Sold, Dog</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item dog">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/dog2.jpeg">
<img src="./img/pets/dog2.jpeg" alt="portfolio-2" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Dog</h4>
<span class="text-secondary">Pets Sold, Dog</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item dog">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/dog3.jpeg">
<img src="./img/pets/dog3.jpeg" alt="portfolio-4" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Dog</h4>
<span class="text-secondary">Pets Sold, Dog</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item cat">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/cat1.jpeg">
<img src="./img/pets/cat1.jpeg" alt="portfolio-5" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Cat</h4>
<span class="text-secondary">Pets Sold, Cat</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item cat">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/cat2.jpeg">
<img src="./img/pets/cat2.jpeg" alt="portfolio-6" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Cat</h4>
<span class="text-secondary">Pets Sold, Cat</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item cat">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/cat3.jpeg">
<img src="./img/pets/cat3.jpeg" alt="portfolio-7" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Cat</h4>
<span class="text-secondary">Pets Sold, Cat</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item rabbit">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/rabbit1.jpeg">
<img src="./img/pets/rabbit1.jpeg" alt="portfolio-8" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Rabbit</h4>
<span class="text-secondary">Pets Sold, Rabbit</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item rabbit">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/rabbit2.jpeg">
<img src="./img/pets/rabbit2.jpeg" alt="portfolio-8" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Rabbit</h4>
<span class="text-secondary">Pets Sold, Rabbit</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 element-item rabbit">
<div class="our-project">
<div class="img">
<a class="test-popup-link" href="./img/pets/rabbit3.jpeg">
<img src="./img/pets/rabbit3.jpeg" alt="portfolio-9" class="img-fluid">
</a>
</div>
<div class="title py-4">
<h4 class="text-uppercase">Rabbit</h4>
<span class="text-secondary">Pets Sold, Rabbit</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======================= End Project Area ============================= -->
<!-- ========================= About Area ========================== -->
<br id="objective"><br><br><br>
<section class="about-area">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="about-image">
<img src="./img/about-us.png" alt="About us" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-md-12 about-title">
<h2 class="text-uppercase pt-5">
<span>Social Objective</span>
</h2>
<div class="paragraph py-4 w-75">
<p class="para">
At petsite we make sure that we not just do our commercial business bur rather,give something back to the society.
Animals are a gift of God and each one of them deserves proper care and keeping this in mind, we have a donation facility
where your donations can help a stray animal.
Using those donations we adopt stray animals,vaccinate them,give them a home and take proper care of them.<br><br>Donations are
made with the help of donation boxes in offline mode and also through our bank account in online mode.
<b>Our bank details are:-Ac no./Xxxxxxxxx27272,Hdfc bank.</b>
We also have a separate tax with the name of social tax that we charge on selling our pets and that money goes towards
helping the innocent animals.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= End About Area ========================== -->
<!-- ========================== Subscribe me Area ============================ -->
<br id="contact">
<section class="subscribe-us-area"><br><br><br><br><br><br>
<div class="container subscribe">
<div class="row">
<div class="col-lg-12 text-center subscribe-title">
<h4 class="text-uppercase">Get Update From anywhere</h4>
<p class="para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam,
consequuntur.</p>
</div>
</div>
<div class="d-sm-flex justify-content-center">
<form class="w-50">
<div class="row d-flex flex-row flex-wrap">
<div class="col input-textbox">
<input type="text" id="txtemail" class="form-control" placeholder="Email">
</div>
<div class="col">
<div class="btn-submit">
<button type="submit" class="btn btn-success float-right">Subscribe</button>
</div>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- ========================== End Subscribe me Area ============================ -->
</main>
<!-- ======================= End Main Area ================================ -->
<footer class="footer-area">
<div class="container">
<div class="">
<div class="site-logo text-center py-4">
<a href="#"><img src="./img/petsite2.png" alt="logo"></a>
</div>
<div class="social text-center">
<h5 class="text-uppercase">Follow me</h5>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-whatsapp"></i></a>
<a href="#"><i class="fab fa-snapchat-square"></i></a>
</div>
<div class="copyrights text-center">
<p class="para">
Copyright ©2021 All rights reserved |
<a href="#about"><span style="color: var(--primary-color);">Shanti House</span></a>
</p>
</div>
</div>
</div>
</footer>
<!-- Jquery js file -->
<script src="./js/jquery.3.4.1.js"></script>
<!-- Bootstrap js file -->
<script src="./js/bootstrap.min.js"></script>
<!-- isotope js library -->
<script src="./vendor/isotope/isotope.min.js"></script>
<!-- Magnific popup script file -->
<script src="./vendor/Magnific-Popup/dist/jquery.magnific-popup.min.js"></script>
<!-- Owl-carousel js file -->
<script src="./vendor/owl-carousel/js/owl.carousel.min.js"></script>
<!-- custom js file -->
<script src="./js/main.js"></script>
</body>
</html>