-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmission.html
More file actions
34 lines (34 loc) · 1.89 KB
/
Copy pathmission.html
File metadata and controls
34 lines (34 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stray Pets - Mission</title>
<link rel="stylesheet" href="mission.css">
</head>
<body>
<nav>
<div class="logo">
<a href="index.html">Stray Pets</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="abtus.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="mission.html">Our Mission</a></li>
<li><a href="enquire.html">Enquiry</a></li>
</ul>
</nav>
<header>
<h1>Our Mission</h1>
</header>
<section class="mission">
<h2>Our Goal</h2>
<p>To create a world where every stray has a loving home.Our mission in animal adoption is to provide a loving and forever home for every pet in need. We are dedicated to rescuing animals from shelters, streets, and situations of neglect, offering them a second chance at life. Through education, awareness, and compassionate care, we aim to connect each pet with responsible, lifelong families who will cherish them as part of their own. By promoting adoption over breeding, we hope to reduce the number of animals in shelters and create a world where every pet is valued and given the opportunity to thrive. We believe that every animal deserves a safe and caring environment, and our commitment to this mission drives us to help as many pets as possible find the love they deserve.</p>
<img src="./assets/images/missions.jpg" alt="Our mission is to rescue and rehome animals in need, ensuring they find loving families where they can live happy, healthy lives." height="auto" width="auto">
</section>
<footer>
<p>© 2024 Stray Pets Organization</p>
</footer>
</body>
</html>