-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadopt5.html
More file actions
227 lines (210 loc) · 9.96 KB
/
adopt5.html
File metadata and controls
227 lines (210 loc) · 9.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adopt a Pet - FurBound</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<h1><i class="fas fa-paw"></i> FurBound</h1>
</div>
<div class="nav-toggle" id="navToggle">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="adopt.html" class="active">Adopt a Pet</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
<section class="featured-pets">
<h2>Available Pets</h2>
<div class="pet-cards">
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/c0/4c/88/c04c881da9a7d0cd3752fd8e81efecd9.jpg);"></div>
<div class="pet-info">
<h3>Maple</h3>
<p>4-month-old Cavalier King Charles Spaniel</p>
</div></div>
<div class="card-back">
<h2>Maple</h2>
<p>4-month-old Cavalier King Charles Spaniel</p>
<p>Friendly and soft-hearted</p>
<p>Maple is a gentle pup who loves snuggles and toys. She’s great with children and quick to make friends.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/23/5b/26/235b26efcd02ce89a6e95ba540738cfa.jpg);"></div>
<div class="pet-info">
<h3>Sage</h3>
<p>11-year-old Maine Coon</p>
</div></div>
<div class="card-back">
<h2>Sage</h2>
<p>11-year-old Maine Coon</p>
<p>Regal and relaxed</p>
<p>Sage is a senior kitty who enjoys cozy spots and long naps. She’s good with other calm pets and loves being brushed.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url('https://i.pinimg.com/474x/ca/1e/ad/ca1eadd09451a77ce6f52c22929186d9.jpg');"></div>
<div class="pet-info">
<h3>Finn</h3>
<p>6-month-old German Shepherd</p>
</div></div>
<div class="card-back">
<h2>Finn</h2>
<p>6-month-old German Shepherd</p>
<p>Energetic and social</p>
<p>Finn loves attention and thrives in an active household. He enjoys jogs, games, and being part of the fun.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/b2/c8/60/b2c860b02141d078a5f7fc90c3524cd2.jpg);"></div>
<div class="pet-info">
<h3>Willow</h3>
<p>2-year-old Bengal Cat</p>
</div></div>
<div class="card-back">
<h2>Willow</h2>
<p>2-year-old Bengal Cat</p>
<p>Active and clever</p>
<p>Willow is full of curiosity and loves puzzle toys. She’s sleek, smart, and enjoys playtime with her humans.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/8b/51/2c/8b512c56fb796ee0aefee06d10a21adb.jpg);"></div>
<div class="pet-info">
<h3>Hazel</h3>
<p>9-year-old Cocker Spaniel</p>
</div></div>
<div class="card-back">
<h2>Hazel</h2>
<p>9-year-old Cocker Spaniel</p>
<p>Sweet and mellow</p>
<p>Hazel is a loving older dog who enjoys slow walks and warm blankets. She’s low-maintenance and very affectionate.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/96/c6/60/96c660db83f872b3fb5fb454a4272a5d.jpg);"></div>
<div class="pet-info">
<h3>Shadow</h3>
<p>6-month-old Bombay Kitten</p>
</div></div>
<div class="card-back">
<h2>Shadow</h2>
<p>6-month-old Bombay Kitten</p>
<p>Spirited and playful</p>
<p>Shadow is full of energy and loves to pounce on toys. He’s bold, curious, and very affectionate once he settles down.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/98/3f/03/983f038168bafa4c763e063ad9840bb5.jpg);"></div>
<div class="pet-info">
<h3>Dusty</h3>
<p>5-year-old Australian Cattle Dog</p>
</div></div>
<div class="card-back">
<h2>Dusty</h2>
<p>5-year-old Australian Cattle Dog</p>
<p>Hardworking and loyal</p>
<p>Dusty is alert and loves mental stimulation. He thrives in environments where he has a job to do and plenty of space to roam.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/67/56/98/6756980589c65cbb21b74eb209ff28d1.jpg);"></div>
<div class="pet-info">
<h3>Zelda</h3>
<p>3-year-old Turkish Angora</p>
</div></div>
<div class="card-back">
<h2>Zelda</h2>
<p>3-year-old Turkish Angora</p>
<p>Elegant and talkative</p>
<p>Zelda is graceful and has a soft, flowing coat. She enjoys interactive toys and being the center of attention.</p>
</div>
</div>
</div>
<div class="pet-card">
<div class="card-inner">
<div class="card-front">
<div class="pet-image" style="background-image: url(https://i.pinimg.com/474x/d3/3e/72/d33e72263abc619d646c31127c070cad.jpg);"></div>
<div class="pet-info">
<h3>Bruno</h3>
<p>2-year-old Rottweiler</p>
</div></div>
<div class="card-back">
<h2>Bruno</h2>
<p>2-year-old Rottweiler</p>
<p>Strong and dependable</p>
<p>Bruno is a calm but protective companion. He’s well-trained and bonds deeply with his family.</p>
</div>
</div>
</div>
</div>
<a href="adoptform.html"><h3>Click Here To Adopt</h3></a>
</section>
<footer>
<div class="footer-content">
<div class="footer-section about">
<h3><i class="fas fa-paw"></i> FurBound</h3>
<p>Connecting loving homes with pets in need since 2024</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="footer-section links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="adopt.html">Adopt a Pet</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
</div>
<div class="footer-section contact">
<h3>Contact Us</h3>
<p><i class="fas fa-map-marker-alt"></i> 123 Pet Street, Chennai, India</p>
<p><i class="fas fa-phone"></i> (555) 123-4567</p>
<p><i class="fas fa-envelope"></i> info@furbound.com</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 FurBound. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>