-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourhens.html
206 lines (195 loc) · 9.31 KB
/
ourhens.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Animal Sanctuary</title>
<meta name=description
content="The Animal Sanctuary - Animal Shelter based near Matakana is an established chicken, duck, farm animal and native bird rescue working for the health and welfare of animals across New Zealand">
<!-- Load external font-awesome CSS styles -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Load external Bootstrap CSS styles -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Load external Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
<!-- Custom CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header -->
<header class="container-fluid custom-header-wrapper">
<a href="https://www.facebook.com/TheAnimalSanctuaryNZ" target="_blank"><img id="banner" src="images/sanctuary-banner.png"
alt="Animal Sanctuary Logo" class="img-fluid" /></a>
</header>
<!-- End Header -->
<!-- Navigation -->
<nav class="sticky-top navbar navbar-expand-xl custom-navbar">
<a class="d-lg-node d-xl-none navbar-brand" href="#"></a>
<button class="navbar-toggler custom-toggler shadow-none" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="justify-content-center navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto navbar-custom">
<li class="nav-item px-3">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="animals.html">ANIMALS</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="adopt.html">ADOPT</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="shop.html">SHOP</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="help.html">DONATE/HELP</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="gallery.html">GALLERY</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="FAQ.html">FAQ</a>
</li>
<li class="nav-item px-3">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</nav>
<!-- End Navigation -->
<!-- Content area cloud background -->
<div class="container-fluid custom-background">
<!-- Content Hens -->
<div class="container custom-content shadow-lg">
<h1>HENS</h1>
<hr>
<h2>Where are they now?</h2>
<div class="row">
<div class="col-md-3">
<div class="text-center mb-2">
<img src="images/animals/hens-where.jpg" class="rounded img-fluid" alt="Solomon the donkey">
</div>
</div>
<div class="col-md-9">
<p>
I love getting photos and stories from people who’ve adopted from us. Kathy R sent us this photo, with the comment
“Happy little rescue hens and their new friends, plus Russell the Rooster keeping an eye on everything.”
Isn’t it wonderful to see them in their new home, enjoying the sun and the good life? I’ve been told that alpacas love hens.
Looks like it’s true! Thanks Kathy.
</p>
</div>
</div>
<hr>
<h2>Snuggles</h2>
<div class="row">
<div class="col-md-3">
<div class="text-center mb-2">
<img src="images/animals/hens-snuggles.jpg" class="rounded img-fluid" alt="Bartholomew the donkey">
</div>
</div>
<div class="col-md-9">
<p>
Snuggles was rescued from a battery farm where the tip of her beak was cut off, so she is now unable to pick up food normally.
Because battery hens are in such confined conditions, they can attack and cannibalize each other from fear, stress and frustration,
and some feel that this harsh treatment is the only solution. But once the hens are free to roam and express their natural behaviour,
they are never violent, and are actually quite gentle and loving.
</p>
<p>
Like her name suggests, Snuggles loves attention, and is the first hen to greet you for the evening feed.
In the mornings she gets chicken mash, mixed with grit and water. Because she will lay protein-rich eggs,
she also gets dark, leafy organic greens added to her diet, such as silver beet, full of vitamins, minerals and iron.
</p>
</div>
</div>
<hr>
<h2>My Little Friend</h2>
<div class="row">
<div class="col-md-3">
<div class="text-center mb-2">
<img src="images/animals/hens-mylittlefriend.jpg" class="rounded img-fluid" alt="Romeo the miniature pony">
</div>
</div>
<div class="col-md-9">
<p>
My Little Friend also had her beak trimmed, and therefore can’t pick up scattered chicken pellets.
The uneven top and bottom beak means that she can’t grasp anything that is not at the back of her mouth.
Both Snuggles and My Little Friend get fed from a special bowl that is deep enough so that they can eat,
and it is quite cute to watch them both sharing their meal in the barn.
</p>
<p>
You can see that My Little Friend wears a blue leg band, and Snuggles pink.
This is so that we can find our special girls quickly in the flock, and feed them separately.
But over the years they have learned pretty quickly, and now they walk right over to their bowl
and wait for their meal while the other hens are busy with their food.
</p>
</div>
</div>
<hr>
<h2>Grandma</h2>
<div class="row">
<div class="col-md-3">
<div class="text-center mb-2">
<img src="images/animals/hens-grandma.jpg" class="rounded img-fluid" alt="Romeo the miniature pony">
</div>
</div>
<div class="col-md-9">
<p>
Grandma is our oldest hen, and despite her age, she still runs around throughout the day, digging up worms and scratching in the grass for seeds.
Hens live up to 8-10 years of age, but in battery farms they are slaughtered at 18 months because their egg production temporarily decreases.
Thankfully Grandma has had a chance to live well into her twilight years here at the Sanctuary! </p>
</div>
</div>
<hr>
<h2>Tofu</h2>
<div class="row">
<div class="col-md-3">
<div class="text-center mb-2">
<img src="images/animals/hens-tofu.jpg" class="rounded img-fluid" alt="Romeo the miniature pony">
</div>
</div>
<div class="col-md-9">
<p>
Tofu is not a chicken, but she certainly thinks she is. Everyday you can find our turkey sitting in the nesting box on some hen’s eggs,
hoping they will hatch. When she first came to the sanctuary, she was so little the other hens bullied her,
but she quickly outgrew them and now has earned top billing in the pecking order.
</p>
<p>
Other than sitting on eggs, Tofu enjoys living the life of a free range turkey that includes scratching,
wandering around the sanctuary and just spending time with her hen friends.
</p>
</div>
</div>
<hr>
<div class="text-end">
<a class="btn btn-outline-success" href="animals.html" role="button">Back to Animals</a>
</div>
</div>
<!-- End Content Hens -->
<!-- Footer - within main container -->
<footer class="custom-footer">
<a href="https://www.facebook.com/TheAnimalSanctuaryNZ" target="_blank"><img id="facebook" src="images/followus.png"
alt="Animal Sanctuary Banner" class="img-fluid" /></a>
<p>
The Sanctuary is an animal refuge run by Shawn Bishop and Michael Dixon in Matakana, New Zealand. We provide a safe haven for abused and neglected animals,
and care for injured or orphaned native birds. A charitable trust has been established for this purpose.
</p>
<span><i class="fa fa-copyright"></i> 2024 The Animal Sanctuary</span>
</footer>
<!-- End Footer -->
</div>
<!-- End Content area -->
<!-- Load external Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>