-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
270 lines (241 loc) · 13.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
<html>
<head>
<title>PawTrails</title>
<link rel="stylesheet" href="index.css">
<script src="https://kit.fontawesome.com/dbed6b6114.js"></script>
<link rel = "icon" href = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTor6JlfMhQPrhCzFP41jsTHWHhcIb2qUYYJ7KzHfJ6-C1JwlOk&s">
</head>
<body onload="myFunction()">
<!-- header -->
<header class = "header" id = "header">
<div class = "head-top">
<div class = "site-name">
<span>PAW</span>Trails
</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTor6JlfMhQPrhCzFP41jsTHWHhcIb2qUYYJ7KzHfJ6-C1JwlOk&s" style="height:80;width:80;border-radius:50%;"></div>
<div class = "site-nav">
<span id = "nav-btn">MENU <i class = "fas fa-bars"></i></span>
</div>
</div>
<div class = "head-bottom flex">
<h2>HAPPY AND COMFORTABLE PARENTING!</h2>
<p>Hey Pet Parents! Welcome to PawTrails. Shop on our website to avail exciting offers exclusively for your pet friend. Earn points and get Coupons for additional discounts. <span> HURRY NOW!!</span></p>
<button type = "button" class = "head-btn"><a href = "#services" style="text-decoration: none;color:white;">GET STARTED</a></button>
</div>
</header>
<!-- end of header -->
<!-- side navbar -->
<div class = "sidenav" id = "sidenav">
<span class = "cancel-btn" id = "cancel-btn">
<i class = "fas fa-times"></i>
</span>
<ul class = "navbar">
<li><a href = "#header">home</a></li>
<li><a href = "#services">services</a></li>
<li><a href = "about_us.html">about us</a></li>
<li><a href = "contact_us.html">contact us</a></li>
<li><a href = "#customers">client Reviews</a></li>
</ul>
<button class = "btn log-in"><a href="login.html" style="text-decoration: none;color:white;">log in</a></button>
</div>
<!-- end of side navbar -->
<div id = "modal"></div>
<!-- body -->
<section class = "services sec-width" id = "services">
<div class = "title">
<h3>services</h3>
</div>
<div class = "services-container">
<article class = "service">
<div class = "service-icon">
<span>
<i class = "fas fa-bone"></i>
</span>
</div>
<div class = "service-content">
<h2>Healthy and Tasty Treats</h2>
<p>With Dog Snack Brands like <b>Superbite, Gnawlers, Jerhigh</b> your dog can have nutritive binge moments. You can choose among <b>Dog Snack Bacon or Hotdog Bar Chicken</b> when you seek snacks of animal origin. Among products of vegetable and animal origin, you can choose among <b>Dog Snack Spinach, Dog Snack Carrot, Fruity Stick</b> and so on and enjoy upto <b>30% </b>discounts on the same. </p>
<button type = "button" class = "btn">Know More</button>
</div>
</article>
<article class = "service">
<div class = "service-icon">
<span>
<i class = "fas fa-paw"></i>
</span>
</div>
<div class = "service-content">
<h2>Dog Toys</h2>
<p>While you buy dog toys online with us, we take care that the toy has rounded edges ideal for small breeds and pups. They all are made from animal safe, food grade and virgin plastic. So, have some fun with your Dog and give him a Happier Playtime. Buy <b>Chew Bones, Rubber Balls, Rope Toys </b>and many more items at huge discounts.</p>
<button type = "button" class = "btn">Know More</button>
</div>
</article>
<article class = "service">
<div class = "service-icon">
<span>
<i class = "fas fa-dog"></i>
</span>
</div>
<div class = "service-content">
<h2>Collars & Leashes</h2>
<p>Get exciting offers on <b>Dog Collar Charms, Leashes, Muzzles, Harnesses</b>, etc. on Top Brands + Warranty! and make your Dog's training happy. For your bulldog or Rottweiler we have <b>metal chains with grips, collars with pointed studs</b> and <b>extra large choke chains</b>. For your beagle or Pomeranian we have <b>printed collars and nylon ropes</b>. With attractive prints and designer motifs there is a lot when you search for the best.</p>
<button type = "button" class = "btn">Know More</button>
</div>
</article>
<article class = "service">
<div class = "service-icon">
<span>
<i class = "fas fa-first-aid"></i>
</span>
</div>
<div class = "service-content">
<h2>Supplements & Shampoos</h2>
<p>Keep your pup in shape with healthy dog Supplements. Dog Supplements come in many forms including <b>soft chews and tablets</b>. Give your furry friends the vitamins they need to stay Happy and Healthy. We also have a variety of pet shampoos for different breeds and small pups including tick shampoos on upto<b> 40%</b> discount under Best Brands. <b>Go, check Out Now!</b></p>
<button type = "button" class = "btn">Know More</button>
</div>
</article>
</div>
</section>
<div class = "book">
<div class = "title">
<h3>Dog Hostel</h3>
</div>
<form class = "book-form">
<div class = "form-item">
<label for = "checkin-date">Check In Date: </label>
<input type = "date" id = "chekin-date">
</div>
<div class = "form-item">
<label for = "checkout-date">Check Out Date: </label>
<input type = "date" id = "chekout-date">
</div>
<div class = "form-item">
<label for = "adult">Dogs: </label>
<input type = "number" min = "1" value = "1" id = "adult">
</div>
<div class = "form-item">
<label for = "children">Pups: </label>
<input type = "number" min = "1" value = "1" id = "children">
</div>
<div class = "form-item">
<label for = "rooms">Beds: </label>
<input type = "number" min = "1" value = "1" id = "rooms">
</div>
<div class = "form-item">
<a href="book_now.html"> <input type = "button" class = "btn" value = "Book Now"></a>
</div>
</form>
</div>
<section class = "customers" id = "customers">
<div class = "sec-width">
<div class = "title">
<h3>customers</h3>
</div>
<div class = "customers-container">
<div class = "customer">
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>Quick Service</h3>
<p>The products I ordered reached before time. The support I received was thorough and timely and the support team was quick to respond with a single interaction. Awesome! . Would definitely recommend this to every pet owner for best service, be it technical support or timely delivery.</p>
<img src = "https://www.thesprucepets.com/thmb/vCZOc9-ZRnAP7lbcgRB9e4Hpm4Q=/2121x1414/filters:fill(auto,1)/puppy-turning-away-from-girl-s-kisses-1035456488-5c869115c9e77c0001422f8d.jpg" alt = "customer image">
<span>Customer Name, Country</span>
</div>
<div class = "customer">
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>Comfortable Shopping</h3>
<p>Was a little nervous to order because I had never considered shopping online for my Husky. Glad I took the chance, now I am a happy returning customer. You just made pet shopping very easy. Thankyou PawTrails!</p>
<img src = "https://labradorbuddy.com/wp-content/uploads/2019/02/Adorable-yellow-labrador-retriever-with-owner-on-couch-indoors-large.jpg" alt = "customer image">
<span>Customer Name, Country</span>
</div>
<div class = "customer">
<div class = "rating">
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "fas fa-star"></i></span>
<span><i class = "far fa-star"></i></span>
</div>
<h3>Best Discounts</h3>
<p>I can't even express how excited I was when your delivery arrived. The quality of product is 100% as addressed, that too, in such a good price. I bought my dog some toys and a snack bowl and he just loved it. Just wanted to thank you guys for such an amazing service!</p>
<img src = "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ65eqxXQf0sdHCGG30g80XPNl76LOltS0UwQ&usqp=CAU" alt = "customer image">
<span>Customer Name, Country</span>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class = "footer">
<div class = "footer-container">
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTor6JlfMhQPrhCzFP41jsTHWHhcIb2qUYYJ7KzHfJ6-C1JwlOk&s" style="border-radius:50%; height:180; width:160">
<ul class = "social-icons">
<li class = "flex">
<i class = "fa fa-twitter fa-2x"></i>
</li>
<li class = "flex">
<i class = "fa fa-facebook fa-2x"></i>
</li>
<li class = "flex">
<i class = "fa fa-instagram fa-2x"></i>
</li>
</ul>
</div>
<div>
<h2>Useful Links</h2>
<a href = "#">Blog</a>
<a href = "#Dog Hostel">Hostel</a>
<a href = "#">Subscription</a>
<a href = "#">Gift Card</a>
</div>
<div>
<h2>Privacy</h2>
<a href = "#">Career</a>
<a href = "about_us.html">About Us</a>
<a href = "contact_us.html">Contact Us</a>
<a href = "#services">Services</a>
</div>
<div>
<h2>Have A Question</h2>
<div class = "contact-item">
<span>
<i class = "fas fa-map-marker-alt"></i>
</span>
<span>
abc - 145883
</span>
</div>
<div class = "contact-item">
<span>
<i class = "fas fa-phone-alt"></i>
</span>
<span>
+12345 67899
</span>
</div>
<div class = "contact-item">
<span>
<i class = "fas fa-envelope"></i>
</span>
<span>
example@domain.com
</span>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<script src="index.js"></script>
</body>
</html>