-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
451 lines (382 loc) · 17.7 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Custom CSS / Local CSS-->
<link rel="stylesheet" href="css/index.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>My First Pet Website</title>
</head>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<body>
<div class="container">
<!-- NAV BARS -->
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light ">
<div class=" container">
<a class="navbar-brand" href="index.html"> <img src="img/petside.png" alt="" width="220" height="40"> </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">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link active" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us/aboutus.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services/services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us/contact-us.html">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sign In</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!--carousel-->
<section class="margint">
<div id="slider-animation" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators firstslideindicator">
<li data-target="#slider-animation" data-slide-to="0" class="active"></li>
<li data-target="#slider-animation" data-slide-to="1" class=></li>
</ul>
<div class="carousel-inner" id="sliderdesktop">
<div class="carousel-item active carousel-item-left">
<img src="img/Banner_1.jpg" alt="Petside Banner" class="slidercss">
<div class="text-box">
<h2 class="wow slideInRight home_pg_main_heading" data-wow-duration="2s"> Always by your <br> pet's side </h2>
<p class="wow slideInLeft fs carousel-item_p" style="font-size:14px; font-family:open sans;" data-wow-duration="2s"> We are here to help you take care of your furry friends<br><br><br></p>
<button type="submit" class="btn btn-default down1" onclick="window.open('join_us')">Know More</button>
<p class="num"> <img src="img/arrow_1.png" class="arrow" alt="Petside" width="24"> 1 / 2 <img src="img/right_arrow.png" class="arrow" alt="Petside" width="24"></p>
</div>
</div>
<div class="carousel-item carousel-item-next carousel-item-left">
<img src="img/Banner_2.jpg" alt="Petside Banner" class="slidercss">
<div class="text-box">
<h2 class="wow slideInUp" data-wow-duration="4s" style="color:#fff"> Because <br>
we love pets </h2>
<p class="wow fadeInDown fs carousel-item_p" data-wow-duration="4s" style="color:#fff; font-size:14px; font-family:open sans;"> We have a wide network of verified pet sitters,<br>
home boarders, home visitors, walkers,<br>
trainers and day care service providers </p>
<button type="submit" class="btn btn-default down1" onclick="window.open('join_us')">Know More</button>
<p class="num"> <img src="img/arrow_1.png" class="arrow" alt="Petside" width="24"> <span class="slidenum">2 / 2</span> <img src="img/right_arrow.png" class="arrow" alt="Petside" width="24"></p>
</div>
</div>
</div>
</div>
</section>
<!-- email -->
<div class="container">
<div class="jumbotron">
<div class="card">
<div class="card-header">
<label for="radio">I'm looking for my :</label>
<input type="radio" name="care" value="">
<label for="radio"> <img src="img/dog.svg" alt="" width="24" height="24">
<input type="radio" name="care" value="">
<img src="img/cultures.svg" alt="" width="24" height="24"> </label>
</div>
<div class="card text-center">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs">
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Training <img src="img/dogface.svg" alt=""width="25" height="25" ></button>
</li>
</div>
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Boarding <img src="img/doghouse.svg" alt=""width="25" height="25"></button>
</li>
</div>
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Walking <img src="img/paw.svg" alt=""width="25" height="25"></button>
</li>
</div>
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Sitting<img src="img/animals.svg" alt=""width="25" height="25"></button>
</li>
</div>
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Day care <img src="img/animal.svg" alt=""width="25" height="25"></button>
</li>
</div>
<div class="form-group col-sm-2">
<li class="button">
<button type="button" class="btn btn-outline-primary">Drop-in-Visit <img src="img/house.svg" alt=""width="25" height="25"></button>
</li>
</div>
</ul>
</div>
</div>
<div class="card-body">
<form class="petcare" method="get">
<div class="form-row">
<div class="form-group col-md-6">
<label for="cityzip">City</label>
<input type="text" class="form-control" id="cityzip" placeholder="City/Zipcode/Landmark" required>
</div>
<div class="form-group col-md-3">
<label for="date">Start-Date :</label>
<input type="date" id="date" class="form-control" placeholder="calender" required></select>
</div>
<div class="form-group col-md-3">
<label for="date">End-Date :</label>
<input type="date" id="date" class="form-control" placeholder="calender" required></select>
</div>
</div>
<br>
<br>
<small>Avail per session basis dog training for your pet at your house.</small>
<button id="button" class="btn btn-success" type="Search" name="Search">Search</button>
</form>
</div>
</div>
</div>
</div>
<!-- we do it best -->
<div class="container">
<h1 id="wedoit">We do it the best</h1>
<p id="wedobest">Get best-in-class services for your pet </p>
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/animales.svg" alt="" width="150" height="150">
<h5 class="card-title">Pet Sitting</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/boarding.svg" alt="" width="150" height="150">
<h5 class="card-title">Pet Boarding</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/care.svg" alt="" width="150" height="150">
<h5 class="card-title">Pet Day Care</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/doghouse.svg" alt="" width="150" height="150">
<h5 class="card-title">Drop-in-Visit</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/paw.svg" alt="" width="150" height="150">
<h5 class="card-title">Pet Walking</h5>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<img src="img/animal.svg" alt="" width="150" height="150">
<h5 class="card-title">Training</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Quick and Simple -->
<br>
<br>
<br>
<br><br>
<div class="container">
<h1 id="head">Quick and Simple</h1>
<p id=bookaservice>Book a service in three easy steps</p>
<div class="row">
<div class="col-sm-4">
<div class="card-body">
<img class="img" id="quicksimple" src="img/catpaw.png" alt="avatar" width="200" height="200">
<br>
<br>
<button id="num" class="btn btn-outline-info" type="Search" name="Search">1</button>
<p id="quicksimple"><b>Select</b></p>
<p id="quicksimple">Get matched to a <br> perfect Petstar nearby</p>
</div>
</div>
<div class="col-sm-4">
<div class="card-body">
<img class="img" id="quicksimple" src="img/clock.png" alt="avatar" width="200" height="200" >
<br>
<br>
<button id="num" class="btn btn-outline-info" type="Search" name="Search">2</button>
<p id="quicksimple"><b>Schedule</b></p>
<p id="quicksimple">Pay and Schedule <br> service securely</p>
</div>
</div>
<div class="col-sm-4">
<div class="card-body">
<img class="img" id="quicksimple" src="img/cat.png" alt="avatar" width="200" height="200">
<br>
<br>
<button id="num" class="btn btn-outline-info" type="Search" name="Search">3</button>
<p id="quicksimple"><b>Relax</b></p>
<p id="quicksimple">Get the insurance cover on <br> all our Services </p>
</div>
</div>
</div>
</div>
<!--THE petside differnce-->
<div id="thepet" class="jumbotron">
<div class="container">
<h1 id="thepetside">The Petside differnce</h1>
<p id="thepet">Get best-in-class services for your pet </p>
<div class="row">
<div class="col-sm-4">
<div class="card-body">
<img src="img/female.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>Handpick<br> Stars</b></h5>
</div>
</div>
<div class="col-sm-4">
<div class="card-body">
<img src="img/suitcase.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>Fully Insured <br> Service</b></h5>
</div>
</div>
<div class="col-sm-4">
<div class="card-body">
<img src="img/headphone.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>Live <br> Support</b></h5>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card-body">
<img src="img/suit.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>Reservation <br> Guarantee</b></h5>
</div>
</div>
<div class="col-sm-4">
<div class="card-body">
<img src="img/multimedia.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>Best in <br> Class Service</b></h5>
</div>
</div>
<div class="col-sm-4">
<img src="img/hand.svg" alt="" width="100" height="100">
<h5 class="card-title"><b>One Stop <br> Destination</b></h5>
</div>
</div>
<button id="thepetsided" type="button" class="btn btn-outline-secondary"><a href="#">KNOW MORE</a></button>
<!-- we love pets,love us -->
<br>
<h1 id="loveus">We love pets,love us</h1>
<small id="loveus">Testimonials of our happy pet parents</small>
<div class="container">
<p></p>
<br>
<p></p>
<div class="row">
<div class="col-sm-6">
<img class="img" id="quicksimple" src="img/clock.png" alt="avatar" width="200" height="200" >
<div id="align" class="card" style="height:14rem;">
<div id="align" class="card-body">
<h4 id="welove" class="card-title">Pradeep S</h4>
<h5 id="weluv" class="card-title">Dog Owner </h5>
<p>I can always trust Petside's verified sitters to take care of my dog,they are reliable and well trained.</p>
</div>
</div>
</div>
<div class="col-sm-6">
<img class="img" id="quicksimple" src="img/cat.png" alt="avatar" width="200" height="200" >
<div id="Quick" class="card" style="height:14rem;">
<div class="card-body">
<h4 id="welove" class="card-title">Rahul V</h4>
<h5 id="weluv" class="card-title">Cat Owner </h5>
<p>Having a pet is easy but giving them ample care & time sometimes become tough. I thank Petside for their awesome services. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer>
<div class="container">
<footer>
<div class="row">
<div class="col-sm-2">
<p><b>Become a Petstar</b></p>
<small>join us</small>
</div>
<div class="col-sm-3">
<p><b>Our Services</b></p>
<li >Dog Walking</li>
<li>Pet Sitting </li>
<li>Pet Boarding</li>
<li>Pet Day Care</li>
<li>Home Visits</li>
<li>Dog Training</li>
<br>
</div>
<div class="col-sm-2">
<p><b>Locations</b></p>
<small>Mumbai</small>
</div>
<div class="col-sm-3">
<p><b>Contact</b></p>
<small>prudential buildings,<br> Hiranandani Gardens,
<br> Powai,Mumbai, <br> India </small>
<br>
<small>[email protected]</small><br>
<small>+91 91367 76162</small>
</div>
<div class="col-sm-2">
<a href="#"><img src="img/insta.svg" alt="" width="24" height="24"></a><br>
<a href="#"><img src="img/logo.svg" alt="" width="24" height="24"></a><br>
<a href="#"><img src="img/social-media.svg" alt="" width="24" height="24"></a><br>
</div>
</div>
<div class="row">
<div class="col-sm-2">
<a href="#">Terms of Use</a>
</div>
<div class="col-sm-3">
<a href="#">Privacy Policy</a>
</div>
<div class="col-sm-2">
<a href="#">FAQs</a>
</div>
<div class="col-sm-3">
<a href="#"><img src="img/copyright.svg" alt="" width="24" height="24"> 2020 Petside</a>
</div>
</div>
</footer>
</body>
</html>