-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstories.html
114 lines (105 loc) · 3.68 KB
/
stories.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Don't buy | Adopt</title>
<link rel="stylesheet" href="./assets/styles/styles.css">
<link rel="stylesheet" href="./assets/styles/index.css">
</head>
<header class="container">
<nav>
<a href="#home">
<img id="logo" src="assets/images/logo.jpg" alt="">
</a>
<a href="./index.html">Home</a>
<a href="./dogs.html">Dogs</a>
<a href="./cats.html">Cats</a>
<a href="./stories.html">Stories</a>
<a href="#footer">About us</a>
<a href="#footer">Contact Us</a>
</nav>
</header>
<body>
<section class="container">
<h1>stories</h1>
<div class="story">
<div>
<img src="./assets/images/missing.jpg" alt="" width="600" height="450">
</div>
<p>
Some ties can’t be broken. This was certainly the case with Cleo, a yellow labrador-mix who went missing
earlier this month. Thankfully, Cleo was found, but it was in the unlikeliest of places—her owner’s
previous
home.
When Colton Michael found an unfamiliar dog on his porch, he assumed it belonged to a nearby neighbor.
Once
he earned Cleo’s trust, Michael took her to have her microchip scanned. The results were
astonishing—Cleo
belonged to his home’s previous owner! Even after two years, Cleo was still attached to her old house.
Despite what they say, you really can go home again.
</p>
</div>
<div class="story">
<div>
<iframe width="600" height="450" src="https://www.youtube.com/embed/CkVdv7kHPQ8"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<p>Cat saves man's life after fall.</p>
</div>
</section <section>
<footer id="footer" class="container">
<div>
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./dogs.html">Dogs</a>
</li>
<li>
<a href="./cats.html">Cats</a>
</li>
<li>
<a href="./adopt.html">Adopt</a>
</li>
</ul>
</div>
<div>
<ul>
<li>
<a href="./stories.html">Stories</a>
</li>
<li>
<a href="./about.html">About Us</a>
</li>
<li>
<a href="./contactus.html">Contact Us</a>
</li>
<li>
<a href="#about">Help</a>
</li>
</ul>
</div>
<div>
<ul>
<li>
<a href="Lost and found">Lost and found</a>
</li>
<li>
<a href="./Donate.html">Donate</a>
</li>
<li>
<a href=" https://www.facebook.com/cezar.alkhatib">facebook</a>
</li>
<li>
<a href=" https://wa.me/70864221">Whatsapp</a>
</li>
</ul>
</div>
</footer>
<script src="./assets/scripts/scripts.js"></script>
</body>
</html>