-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrabbits.html
62 lines (56 loc) · 2.04 KB
/
rabbits.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>David Harvey-Macaulay :: Rabbits</title>
<style>
body {
background: #f0f0f0;
color: #2e3436;
font-family: 'DejaVu Sans', sans-serif;
margin: auto;
max-width: 40em;
padding-bottom: 30px;
}
h1 {
text-align: center;
padding: 20px;
}
img {
border: solid 1px #2e3436;
display: block;
margin: auto;
max-width: 40em;
}
img#me {
width: 40%;
margin-bottom: 30px;
}
img#shadow {
margin-bottom: 30px;
}
p {
text-align: justify;
}
</style>
</head>
<body>
<h1>Rabbits</h1>
<p>I live with two house rabbits: Shadow (left) and Socks.</p>
<img id="rabbits1" alt="rabbits1" src="https://i.imgur.com/w5BPJX9.jpg"/>
<img id="rabbits2" alt="rabbits2" src="https://i.imgur.com/yxOXBPd.jpg"/>
<p>I adopted Socks and Shadow two years ago from Pets at Home in Loughton. A bond with a prey
animal is particularly special as it requires one to earn the animal's trust. It took roughly
six months before Shadow and Socks were comfortable with me.</p>
<img id="rabbits3" alt="rabbits3" src="https://i.imgur.com/KVev6Xi.jpg"/>
<p>Rabbits have a surprising amount of personality and intelligence. Socks is known for being friendly but skittish.
He loves his treats and will do tricks for them such as 'stand up' and 'twirl'.</p>
<img id="socks" alt="socks" src="https://i.imgur.com/5iMp4i8.jpg"/>
<p>Shadow, on the other hand, is reserved but more inquisitive than Socks. He likes to be
stroked but only on his terms. Few people appreciate Shadow because he's unsociable with
new people, so few believe me when I say he is the more affectionate of the pair.</p>
<img id="shadow" alt="shadow" src="https://i.imgur.com/RonUU1k.jpg"/>
<p>You can learn more about house rabbits from the <a href="https://rabbit.org/">House Rabbit Society</a>.
<a href="https://woodgreen.org.uk/find-a-pet/find-a-small-pet">Adopt, don't shop!</a></p>
</body>
</html>