-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
65 lines (64 loc) · 1.88 KB
/
services.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
---
layout: default
title: Services
---
<div class="blurb wrapper">
<div class="left services">
<h1> Holiday Services</h1>
<p>We come your place and look after your beloved fur babies while you're away, whether it's overnight, or over a month. They stay in their normal surroundings but still get fed, washed, walked and loved. Click on a pet to find out more.</p>
</div>
<div class="right services">
<h1> Ongoing Services</h1>
<p>We also offer ongoing washing and walking services. We will maintain the health of your aquarium and clean out your bird cages and hutches. Click on a pet to find out more.</p>
</div>
</div>
<div class="wrapper main">
<div id="dog" class="pet">
<a href="dog.html">
<img class="circle" src="img/dog.jpg" alt="Dogs">
<p class="label"> Dogs </p>
</a>
</div>
<div id="cat" class="pet">
<a href="cat.html">
<img class="circle" src="img/cat.jpg" alt="Cats">
<p class="label"> Cats </p>
</a>
</div>
<div id="rabbit" class="pet">
<a href="rabbit.html">
<img class="circle" src="img/rabbit.jpg" alt="Rabbits">
<p class="label"> Rabbits </p>
</a>
</div>
<div id="duck" class="pet">
<a href="duck.html">
<img class="circle" src="img/duck.jpg" alt="Ducks">
<p class="label"> Ducks </p>
</a>
</div>
<div id="guinea_pig" class="pet">
<a href="guinea_pig.html">
<img class="circle" src="img/guineapig.jpg" alt="Guinea Pigs">
<p class="label"> Guinea Pigs </p>
</a>
</div>
<div id="fish" class="pet">
<a href="fish.html">
<img class="circle" src="img/fish.jpg" alt="Fish">
<p class="label"> Fish </p>
</a>
</div>
<div id="bird" class="pet">
<a href="bird.html">
<img class="circle" src="img/bird1.jpg" alt="Birds">
<p class="label"> Birds </p>
</a>
</div>
<div id="geese" class="pet">
<a href="geese.html">
<img class="circle" src="img/goose.jpg" alt="Geese">
<p class="label"> Geese </p>
</a>
</div>
</div>