-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (249 loc) · 12.5 KB
/
index.html
File metadata and controls
251 lines (249 loc) · 12.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Pet Lovers</title>
<link rel="stylesheet" href="style.css"/>
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
</head>
<body>
<header class="header">
<a href="#home" class="logo">
<img src="images/logo.png">
</a>
<i class="bx bx-menu" id="menu-icon">
</i>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#pets">Pets</a>
<a href="#volunteer">Volunteer</a>
<a href="#support">Pet Shop</a>
<a href="#contact">Contact</a>
</nav>
<button class="gradient-btn">Be a Volunteer</button>
</header>
<section class="home" id="home">
<div class="home-content">
<h1>Adopt a friend</h1>
<h2><strong</strong>Welcome to Pet Lovers!</strong></h2>
<p>Your one-stop destination to find your perfect furry friend. We connect loving families with pets in need of a forever home. Explore a wide variety of cats, dogs, and other animals ready for adoption.
Join our mission to give every pet the love they deserve. Start your adoption journey today!</p>
<div class="social-icons">
<a href="#">
<i class="bx bxl-instagram"></i>
</a>
<a href="#">
<i class="bx bxl-facebook"></i>
</a>
<a href="#">
<i class="bx bxl-youtube"></i>
</a>
</div>
<div class="btn-group">
<a href="#Adopt" class="btn">Adopt Now</a>
</div>
</div>
<div class="home-img">
<img src="images/home.png" alt="home"/>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="images/about.png" alt="">
</div>
<div class="about-content">
<h2>About Us</h2>
<p>At Pet Lovers, we believe every pet deserves a loving home. Founded with a passion for connecting animals with caring families, our mission is to help rescue pets find their forever homes and bring joy to those who adopt them.
We work closely with shelters, rescue organizations, and the community to provide a safe and welcoming space for pets of all kinds—cats, dogs, rabbits, and more—to meet their perfect match.
Our team is dedicated to supporting you through every step of the adoption process, ensuring it’s easy, transparent, and rewarding. Together, we can give these wonderful animals a second chance at life.
</p>
<a href="_" class="btn">Read More</a>
</div>
</section>
<section class="pets" id="pets">
<h2 class="heading">Pets</h2>
<div class="pets-box">
<div class="pet-card">
<img src="images/dog1.png">
<h3>Max - The Energetic Explorer</h3>
<ul>
<li><strong>Age:</strong> 2 years</li>
<li><strong>Gender:</strong> Black with white spots</li>
<li><strong>Color:</strong> Cream and white</li>
<li><strong>Description:</strong> Energetic and loves adventures, Max enjoys long walks, playing fetch, and would thrive in an active home.</li>
</ul>
<div class="btn">Adopt</div>
</div>
<div class="pet-card">
<img src="images/dog2.png">
<h3>Bella - The Kindest Soul With A Big Heart</h3>
<ul>
<li><strong>Age:</strong> 5 years</li>
<li><strong>Gender:</strong> Female</li>
<li><strong>Color:</strong> Brown and black</li>
<li><strong>Description:</strong> Gentle and calm, Bella loves cuddling and is great with kids. Perfect for a quiet, loving home.</li>
</ul>
<div class="btn">Adopt</div>
</div>
<div class="pet-card">
<img src="images/cat1.png">
<h3>Luna - The Graceful Purr Machine</h3>
<ul>
<li><strong>Age:</strong> 3 years</li>
<li><strong>Gender:</strong> Female</li>
<li><strong>Color:</strong> Cream</li>
<li><strong>Description:</strong> Independent but affectionate, Luna enjoys lap cuddles and chasing toys. She’d love to be the center of attention. </li>
</ul>
<div class="btn">Adopt</div>
</div>
<div class="pet-card">
<img src="images/cat2.png">
<h3>Whiskers - The Chatty Charmer</h3>
<ul>
<li><strong>Age:</strong> 1 year</li>
<li><strong>Gender:</strong> Male</li>
<li><strong>Color:</strong> Gray</li>
<li><strong>Description:</strong> Playful and talkative, Whiskers loves climbing, playing with lasers, and snuggling. Great with kids and other cats.</li>
</ul>
<div class="btn">Adopt</div>
</div>
<div class="pet-card">
<img src="images/rabbit.png">
<h3>Thumper - The Fluffy Sweetheart</h3>
<ul>
<li><strong>Age:</strong> 2 years</li>
<li><strong>Gender:</strong> Male</li>
<li><strong>Color:</strong> Cream and white with dark markings</li>
<li><strong>Description:</strong>Sweet and gentle, Thumper loves fresh greens and hopping around. Perfect for a calm, caring home.</li>
</ul>
<div class="btn">Adopt</div>
</div>
<div class="pet-card">
<img src="images/turtle.png">
<h3> Oogway - The Kung Fu Master</h3>
<ul>
<li><strong>Age:</strong> 7 years</li>
<li><strong>Gender:</strong> Female</li>
<li><strong>Color:</strong> Green with red markings</li>
<li><strong>Description:</strong> Peaceful and low-maintenance, Shelly enjoys basking and swimming. Ideal for a quiet and attentive owner.</li>
</ul>
<div class="btn">Adopt</div>
</div>
</div>
</section>
<section class="volunteer" id="volunteer">
<h2 class="heading">Volunteer</h2>
<div class="volunteer-page">
<ul>
<li>🐶 Make a Difference: Your time and care will change the lives of animals waiting for their forever families.</li>
<li>🐾 Be Part of a Community: Connect with fellow animal lovers who share your passion for helping pets.</li>
<li>🐕 Learn & Grow: Gain experience in pet care, event organization, and adoption processes.</li>
</ul>
<h3><strong>How You Can Help:</strong></h3>
<ul>
<li>Assisting with daily care for cats, dogs, and other animals.</li>
<li>Supporting adoption events and outreach programs.</li>
<li>Helping spread awareness in the community.</li>
<li>📅 Flexible Hours</li>
<li>💖 No Experience Required</li>
<li>🎂 All Ages Welcome!</li>
<li>Become part of our mission to bring love and second chances to every furry friend.</li>
</ul>
<div class="volunteer-btn">Join Us</div>
<div class="images">
<img src="images/volunteer1.png" alt="Person holding a pet">
<img src="images/volunteer2.png" alt="Person holding a pet">
</div>
</div>
</section>
<section class="support" id="support">
<h2 class="heading">Pet Shop</h2>
<h3>Welcome to our Shelter's Pet Shop! Here, every purchase has a purpose, helping our rescued animals receive the care they need while bringing joy to your furry friends. Together, we can make a difference, one paw at a time!</h3>
<div class="support-container">
<div class="support-box">
<div class="support-info">
<img src="images/shop.png"/>
<h4><strong>For Pet Lovers:</strong></h4>
<p>Practical and stylish items such as pet-themed apparel, mugs, sweatshirt, bags and more, to celebrate your love for animals.
</p>
</div>
</div>
<div class="support-box">
<div class="support-info">
<img src="images/racao.png"/>
<h4><strong>For Pets:</strong></h4>
<p> A variety of high-quality food options tailored to meet the nutritional needs of dogs and other pets.
</p>
</div>
</div>
<div class="support-box">
<div class="support-info">
<img src="images/shop2.png"/>
<h4><strong>Accessories for Pets:</strong></h4>
<p>Fun toys, cozy beds, durable leashes, collars, grooming tools, and more to ensure your furry friend is happy, comfortable, and cared for.
</p>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<h2 class="heading">Contact Us</h2>
<form a="">
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="Name" required>
<input type="text" placeholder="Surname" required>
<input type="email" placeholder="Email" required>
</div>
<div class="input-box">
<input type="number" placeholder="Phone number" required>
<input type="text" placeholder="Subject" required>
</div>
</div>
<div class="input-group-2">
<textarea name="_" id="_" placeholder="Message" cols="50" rows="10" required></textarea>
<input type="submit" value="Send Message" class="btn">
</div>
</form>
</section>
<footer class="footer">
<div class="social-icons">
<a href="#">
<i class="bx bxl-instagram"></i>
</a>
<a href="#">
<i class="bx bxl-facebook"></i>
</a>
<a href="#">
<i class="bx bxl-youtube"></i>
</a>
</div>
<ul class="list">
<li>
<a href="FAQ">FAQ</a>
</li>
<li>
<a href="#About">About Us</a>
</li>
<li>
<a href="#Pets">Pets</a>
</li>
<li>
<a href="Volunteer">Volunteer</a>
</li>
<li>
<a href="PetShop">Pet Shop</a>
</li>
<li>
<a href="Contact">Contact Us</a>
</li>
</ul>
<p class="copyright">
© PetLovers - All Rights Reserved
</p>
</footer>
<script src="script.js"></script>
</body>
</html>