-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadopt3.html
More file actions
222 lines (210 loc) · 9.86 KB
/
adopt3.html
File metadata and controls
222 lines (210 loc) · 9.86 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
<!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/ad/ad/32/adad32bacfc8d71004842e050eb25916.jpg)"></div>
<div class="pet-info">
<h3>Zeus</h3>
<p>9-year-old German Shepherd</p>
</div></div>
<div class="card-back">
<h2>Zeus</h2>
<p>9-year-old German Shepherd</p>
<p>Loyal and protective</p>
<p>Zeus is well-trained and thrives with structure. He’s loyal to his humans and needs an experienced dog owner.</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/5c/89/a1/5c89a1c9eec6cc64ebf54d3babe73215.jpg)"></div>
<div class="pet-info">
<h3>Willow</h3>
<p>2-year-old Ragdoll Cat</p>
</div></div>
<div class="card-back">
<h2>Willow</h2>
<p>2-year-old Ragdoll Cat</p>
<p>Gentle and affectionate</p>
<p>Willow is a soft and cuddly cat who follows you around the house. She does well in calm, indoor homes.</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/d5/89/26/d589268659a826a6cbec24545a799b69.jpg)"></div>
<div class="pet-info">
<h3>Benny</h3>
<p>4-month-old Beagle Puppy</p>
</div></div>
<div class="card-back">
<h2>Benny</h2>
<p>4-month-old Beagle Puppy</p>
<p>Playful and food-motivated</p>
<p>Benny loves learning tricks and being around people. He’s very food-driven, making training easy and 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/36/cc/a5/36cca5a185ed66d3fcca3fa88959362e.jpg)"></div>
<div class="pet-info">
<h3>Milo</h3>
<p>6-year-old Scottish Fold Cat</p>
</div></div>
<div class="card-back">
<h2>Milo</h2>
<p>6-year-old Scottish Fold Cat</p>
<p>Quiet and cuddly</p>
<p>Milo is a calm, mellow cat who just wants a soft lap and quiet space. He gets along with other cats but prefers calm company.</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/73/43/02/734302ec27ba07365d8b6a0fc9dc479f.jpg)"></div>
<div class="pet-info">
<h3>Rosie</h3>
<p>3-year-old Shih Tzu</p>
</div></div>
<div class="card-back">
<h2>Rosie</h2>
<p>3-year-old Shih Tzu</p>
<p>Sassy and affectionate</p>
<p>Rosie is a little diva with a lot of love to give. She enjoys being groomed and pampered. Great for apartment living!</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/46/7b/ca/467bcae04ddd64a9740722f05dffe346.jpg)"></div>
<div class="pet-info">
<h3>Cleo</h3>
<p>6-month-old Siamese Kitten</p>
</div></div>
<div class="card-back">
<h2>Cleo</h2>
<p>6-month-old Siamese Kitten</p>
<p>Vocal and curious</p>
<p>Cleo is full of energy and loves to explore! She’ll greet you at the door with her signature meow and ask for cuddles.</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/59/c5/cc/59c5cc2573ef8972835669306e04b0a7.jpg)"></div>
<div class="pet-info">
<h3>Archie</h3>
<p>3-year-old Corgi</p>
</div></div>
<div class="card-back">
<h2>Archie</h2>
<p>3-year-old Corgi</p>
<p>Cheerful and clever</p>
<p>Archie is full of energy and charm. He loves zoomies, belly rubs, and learning tricks for treats. Great for first-time pet parents!</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/9e/bc/c5/9ebcc51c16ceb4bab9db415741b05425.jpg);"></div>
<div class="pet-info">
<h3>Mika</h3>
<p>3-year-old Belgian Malinois</p>
</div></div>
<div class="card-back">
<h2>Mika</h2>
<p>3-year-old Belgian Malinois</p>
<p>Focused and loyal</p>
<p>Mika is sharp and task-driven. She's ideal for someone who enjoys training, structure, and an active lifestyle.</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/736x/86/6e/72/866e72abe11545a8f947a5cea590f67b.jpg)"></div>
<div class="pet-info">
<h3>Anna</h3>
<p>7-year-old Basset Hound</p>
</div></div>
<div class="card-back">
<h2>Anna</h2>
<p>7-year-old Basset Hound</p>
<p>Laid-back and loving</p>
<p>Anna enjoys slow walks, cozy naps, and head scratches. She’s great with kids and makes a gentle, easygoing companion.</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>