-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourStory.html
38 lines (38 loc) · 1.76 KB
/
ourStory.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beesly's Friends</title>
<link rel="stylesheet" href="designs.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<header>
<a href="#default" class="logo">Beesly's Friends</a>
<div class="header-right">
<a href="index.html">Home</a>
<a class="active" href="ourStory.html">Our Story</a>
<a href="gallery.html">Friends</a>
<a href="donate.html">Donate</a>
</div>
</header>
<main>
<h1>Our family</h1>
<section class="adoption">
<h2>Beesly</h2>
<img src="imgs/beesly_light.jpeg" alt="a cat sitting next to a light">
<p>The day my family decided to take a chance on adopting me! I was a foster kitten at a friendly and loving shelter home. I met many friends and life long memories. I was privledged and blessed to have found such a loving family that appreciates me and takes care of me. Now that I have been blessed I want to help others like me. Please have a look at some of my friends to help find a forever home or donate so that I can help many others! Thank you for all you can do and visiting us! </p>
</section>
</main>
<footer>
<br>
Copyright © 2021 Beesly's Friends
<br>
<a href="mailto:[email protected]">[email protected]</a>
</footer>
</body>
</html>