-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadopt2.html
More file actions
221 lines (210 loc) · 9.9 KB
/
adopt2.html
File metadata and controls
221 lines (210 loc) · 9.9 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
<!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/3b/09/ea/3b09ea0051d4bd07cea6231981fff6ed.jpg)"></div>
<div class="pet-info">
<h3>Scout</h3>
<p>2-year-old Cocker Spaniel</p>
</div></div>
<div class="card-back">
<h2>Scout</h2>
<p>2-year-old Cocker Spaniel</p>
<p>Friendly and loyal</p>
<p>Scout is always happy to see you and loves playing with squeaky toys. He’s well-behaved and walks great on a leash.</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/b8/a4/39/b8a43963c34d1f10bb511e9b8ef4f1bb.jpg)"></div>
<div class="pet-info">
<h3>Mocha</h3>
<p>1-year-old Tortoiseshell Cat</p>
</div></div>
<div class="card-back">
<h2>Mocha</h2>
<p>1-year-old Tortoiseshell Cat</p>
<p>Sassy and sweet</p>
<p>Mocha has a big personality in a small body. She loves treats, cozy corners, and being the queen of the house.</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/94/01/ea/9401ea86bc4ca1a64e81e948fd1bfacf.jpg)"></div>
<div class="pet-info">
<h3>Finn</h3>
<p>3-year-old Dalmatian</p>
</div></div>
<div class="card-back">
<h2>Finn</h2>
<p>3-year-old Dalmatian</p>
<p>Outgoing and active</p>
<p>Finn loves running, jumping, and everything outdoors. He’s great for sporty owners who love adventure and exercise.</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/cc/3c/40/cc3c4038fa6287496714e5299718f364.jpg)"></div>
<div class="pet-info">
<h3>Oscar</h3>
<p>10-year-old Domestic Shorthair Cat</p>
</div></div>
<div class="card-back">
<h2>Oscar</h2>
<p>10-year-old Domestic Shorthair Cat</p>
<p>Quiet and dignified</p>
<p>Oscar is a chill senior who loves windowsills and warm laps. He’s independent but still enjoys gentle head scratches.</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/40/84/cc/4084cc45164824490c79462ba3db321c.jpg)"></div>
<div class="pet-info">
<h3>Juno</h3>
<p>12-week-old British Shorthair Kitten</p>
</div></div>
<div class="card-back">
<h2>Juno</h2>
<p>12-week-old British Shorthair Kitten</p>
<p>Sweet and bouncy</p>
<p>Juno is curious and always exploring. She's great with gentle kids and loves chasing feather toys and climbing cat trees.</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/a7/0d/1e/a70d1ede73d84998b570e14131f94a50.jpg)"></div>
<div class="pet-info">
<h3>Lily</h3>
<p>8-year-old Border Collie</p>
</div></div>
<div class="card-back">
<h2>Lily</h2>
<p>8-year-old Border Collie</p>
<p>Calm and loving</p>
<p>Lili is a senior sweetheart who enjoys naps, soft beds, and slow walks. 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/60/4d/29/604d2906fc0f79fdc689ba0aec8a95cf.jpg)"></div>
<div class="pet-info">
<h3>Mochi</h3>
<p>5-month-old Pomsky Puppy</p>
</div></div>
<div class="card-back">
<h2>Mochi</h2>
<p>5-month-old Pomsky Puppy</p>
<p>Fluffy and playful</p>
<p>Mochi is tiny but energetic! She loves playing with toys, zooming around the house, and learning new tricks.</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/e7/22/9c/e7229c4709e8826091b48b3bd1e9a248.jpg)"></div>
<div class="pet-info">
<h3>Tiger</h3>
<p>10-year-old Tabby Cat</p>
</div></div>
<div class="card-back">
<h2>Tiger</h2>
<p>10-year-old Tabby Cat</p>
<p>Wise and mellow</p>
<p>Tiger may be a senior, but he still loves a warm lap and gentle brushing. He’s calm, sweet, and looking for a soft place to land.</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/81/4b/1a/814b1ab2b1ec7f8e209549623efeb497.jpg)"></div>
<div class="pet-info">
<h3>Rocky</h3>
<p>3-year-old Doberman</p>
</div></div>
<div class="card-back">
<h2>Rocky</h2>
<p>3-year-old Doberman</p>
<p>Confident and loyal</p>
<p>Rocky is strong, intelligent, and protective. He’s great with active adults who can provide training, structure, and love.</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>