-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
354 lines (332 loc) · 11.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
<!-- Group 5 Frontend I Term Project
Group Members:
1. Ajay - c0885384
2. Gaurab
3. Gopal
4. Nirajan
5. Sakar
Date: 08/03/2023
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PawsNClaws - Home</title>
<link rel="icon" type="image/png" href="./images/logo.png">
<meta
name="description"
content="Find everything you need for your furry friend at PawsNClaws. From well services to high-quality pet food, we have it all for your furry friend. Kindly visit us today to give your pet the best care possible."
>
<meta property="og:title" content="PawsNClaws">
<meta
property="og:image"
content="https://pawsnclaws.netlify.app/images/hero_img.jpg"
>
<meta
property="og:description"
content="Find everything you need for your furry friend at PawsNClaws. From well services to high-quality pet food, we have it all for your furry friend. Kindly visit us today to give your pet the best care possible."
>
<meta name="twitter:title" content="PawsNClaws">
<meta
name="twitter:description"
content="Find everything you need for your furry friend at PawsNClaws. From well services to high-quality pet food, we have it all for your furry friend. Kindly visit us today to give your pet the best care possible."
>
<meta
name="twitter:image"
content="https://pawsnclaws.netlify.app/images/hero_img.jpg"
>
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/general/general.css">
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
</head>
<body>
<header>
<img
class="hero-img"
src="images/hero_img.jpg"
alt="PawsNClaws Hero Image"
>
<nav class="navigation">
<div class="logoContainer">
<img src="./images/full-logo.png" alt="LOGO" style="width: 13rem">
</div>
<div class="div-nav">
<input type="checkbox" id="checkbox_toggle">
<label for="checkbox_toggle" class="hamburger">☰</label>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="./pages/services/services.html">Services</a></li>
<li><a href="./pages/about-us/about-us.html">About Us</a></li>
<li><a href="./pages/contact-us/contact-us.html">Contact Us</a></li>
</ul>
</div>
</nav>
<div class="hero-text">
<h1 class="hero-title">
Our pets do speak, but only to those who know how to listen
</h1>
<br><br>
<p class="hero-para">
Animals are reliable, many full of love, true in their affections,
predictable in their actions, grateful and loyal
</p>
<br><br><br>
<a class="active-button" href="#section-services"
>Explore →</a
>
</div>
</header>
<main>
<section id="section-services">
<h1 class="main-heading">Our Services</h1>
<div class="services-grid">
<div class="service-text">
<h1>01</h1>
<h2>Treatment</h2>
<p>
Your pet's health and happiness are our top priorities. We strive
to provide compassionate care and medical excellence for every
furry member of your family
</p>
<a href="#">Learn more →</a>
</div>
<img
class="service-img"
src="images/treatment.jpg"
alt="dog-treatment-img"
>
<img
class="service-img"
src="images/training.jpg"
alt="dog-training-img"
>
<div class="service-text">
<h1>02</h1>
<h2>Training</h2>
<p>
Training is not about dominance or control. It's about building a
relationship of trust, respect, and mutual understanding between
you and your pet
</p>
<a href="#">Learn more →</a>
</div>
<div class="service-text">
<h1>03</h1>
<h2>Vaccination</h2>
<p>
Prevention is preferable to treatment. The greatest approach to
protect your pet from serious and occasionally fatal infections is
to vaccinate them.
</p>
<a href="#">Learn more →</a>
</div>
<img
class="service-img"
src="images/vaccination.jpg"
alt="cat-vaccination-img"
>
<img
class="service-img"
src="images/walking.jpg"
alt="dog-walking-img"
>
<div class="service-text">
<h1>04</h1>
<h2>Walking</h2>
<p>
Every dog deserves daily walks in the open air. Exercise is
important, but so is enrichment for and time spent with your
animal companion.
</p>
<a href="#">Learn more →</a>
</div>
<div class="service-text">
<h1>05</h1>
<h2>Diet Plan</h2>
<p>
One of the most crucial things you can do to preserve your pet's
long-term health and pleasure is to give them a nutritious and
balanced diet.
</p>
<a href="#">Learn more →</a>
</div>
<img class="service-img" src="images/food.jpg" alt="dog-food-img">
</div>
</section>
<section class="section-how_it_works">
<h1 class="main-heading">How It Works</h1>
<div class="how_it_works-grid">
<div class="plan">
<ion-icon class="icon" name="clipboard-outline"></ion-icon>
<h3 class="tertiary-heading">Choose Plan</h3>
<div class="bar"></div>
<p>
We offer a variety of subscription plans to fit your pet's unique
needs and your budget. Sign up today and join our community.
</p>
<a href="#">Read More</a>
</div>
<div class="plan">
<ion-icon class="icon" name="paw-outline"></ion-icon>
<h3 class="tertiary-heading">Create Profile</h3>
<div class="bar"></div>
<p>
Make a profile today and choose the breed and type of pet you own.
Obtain various services based on your breed particularly.
</p>
<a href="#">Read More</a>
</div>
<div class="plan">
<ion-icon class="icon" name="gift-outline"></ion-icon>
<h3 class="tertiary-heading">Receive Benefits</h3>
<div class="bar"></div>
<p>
When you choose us, you can rest assured that your pet is in good
hands. We look forward to getting to know you and your pet.
</p>
<a href="#">Read More</a>
</div>
</div>
</section>
<section class="section-customers">
<div class="bg-image"></div>
<div class="customers-detail">
<h1 class="main-heading heading-light">Our Customers</h1>
<div class="customer-container">
<img
class="customer-img"
src="images/customer1.jpg"
alt="customer image"
>
<div class="customer-text">
<p>
"The team is professional, and truly cares about the well-being
of my cat. I highly recommend this service to anyone who wants
the best care for their beloved pets!"
</p>
<h4>Ivy Alexandra</h4>
</div>
</div>
<div class="customer-container">
<img
class="customer-img"
src="images/customer2.jpg"
alt="customer image"
>
<div class="customer-text">
<p>
"The team is friendly, reliable, and truly goes above and beyond
to ensure that my pet receives the best care possible. I love
that they offer customized plans for my pet's needs"
</p>
<h4>James Watson</h4>
</div>
</div>
</div>
</section>
<section class="section-newsletter">
<h1 class="main-heading">Our Newsletter</h1>
<div class="newsletter-container">
<p>
Subscribe to our newsletter for our Latest Deals and Special Offers
</p>
<input
class="newsletter-input"
type="email"
placeholder="Email address"
>
<a class="active-button" href="#">Subscribe</a>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="footer-div">
<img
src="./images/full-logo.png"
alt="LOGO"
style="width: 13rem; margin-top: -3rem; margin-bottom: 1rem"
>
<ul class="social-icons">
<li>
<a href="https://instagram.com/" target="_blank">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="https://facebook.com/" target="_blank">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
</ul>
<p>Copyright © 2023 by PawsNClaws, Inc. All rights reserved.</p>
</div>
<div class="footer-div">
<h2>CONTACT US</h2>
<ul>
<li>265 Yorkland Blvd #400, North York, ON M2J 1S5</li>
<li><a href="tel:+11234567890"> +1 (123)-456-7980</a></li>
<li>
<a href="mailto:info@pawsnclaws.com"> info@pawsnclaws.com</a>
</li>
</ul>
</div>
<div class="footer-div">
<h2>APPS</h2>
<ul>
<!-- <li><a hrf="#"> Create Account</a></li>
<li><a hrefe="#"> Sign In</a></li> -->
<li>
<a href="https://www.apple.com/ca/app-store/" target="_blank">
IOS App</a
>
</li>
<li>
<a href="https://play.google.com/" target="_blank">
Android App</a
>
</li>
</ul>
</div>
<div class="footer-div">
<h2>COMPANY</h2>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./pages/services/services.html">Services</a></li>
<li><a href="./pages/about-us/about-us.html">About Us</a></li>
<li><a href="./pages/contact-us/contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-div">
<h2>RESOURCES</h2>
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">Privacy & Terms</a></li>
<li><a href="#">Copyright</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>