-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (92 loc) · 4.51 KB
/
Copy pathindex.html
File metadata and controls
111 lines (92 loc) · 4.51 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="IEQmYTS1ytsBTQ16rScbaom9I19mxCQ-7sVm4Q6Ynjg" />
<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>Rollesby Wheatens</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style-2.css">
<!-- <link rel="stylesheet" href="style-3.css"> -->
</head>
<body>
<div class="container">
<div id="mySidebar" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="About-the-Breed.html">About the Breed</a>
<a href="Gallery.html">Gallery</a>
<a href="Puppies.html">Puppies</a>
<a href="Puppy-Updates.html">Puppy Updates</a>
<a href="Owner-Feedback.html">Owner Feedback</a>
<a href="Contact-us.html">Contact Us</a>
</div>
</div>
<div class="sidebar">
<!-- <div id="mySidebar" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
</div> -->
<img src="Logo.png">
<a href="index.html">Home</a>
<a href="About-the-Breed.html">About the Breed</a>
<a href="Gallery.html">Gallery</a>
<a href="Puppies.html">Puppies</a>
<a href="Puppy-Updates.html">Puppy Updates</a>
<a href="Owner-Feedback.html">Owner Feedback</a>
<a href="Contact-us.html">Contact Us</a>
</div>
<div id="main">
<header>
<button class="openbtn" onclick="openNav()">☰ Menu</button>
<img src="Logo.png">
</header>
<!-- <button class="openbtn" onclick="openNav()">☰ Menu</button> -->
<h1>Welcome to the home of Rollesby Wheatens</h1>
<h3></h3>
<p>Breeders of quality purebred Soft Coated Wheaten Terriers. <br> Max came into our lives in 1999 and
things
were never to be the same again. <br> Sophie soon joined Max, then Izzy, Mac, Tillee, Fynn, Poppee,
Skyie,
Shannon & Maggie....for now...!!!
<p>
<p>Our breeding program boasts lines from the acclaimed Stevelyn & Kariskiye Kennels in the UK. <br> Fynn is
our
new English import and is sired by the Top winning wheaten " Fantasy Blonde Kaos" in the Uk in 2009,
2010,
2011 so you can be assured that our dogs come from a well established line of quality wheatens.</p>
<p>Our dogs come from a family home environment they live with a multitude of other farm pets/animals. <br>
They own half of the house and would not dream of spending a minute more than they have to outside if not with us. <br> They are super loyal,
trustworthy
with all small creatures i.e. baby kune kune piglets, chicks, chickens and rabbits etc <br> they also
get on
with all their larger friends like the Clydesdales. <br> They are super adaptable and can live wherever you
are, whether it be a tent, holiday home or just hanging at home. <br> One of their main criteria is that the are with you!!</p>
<p>Our wheaten pups from the first day they are born are thrust into our family life. <br> They are used to
the other animals and all household sounds, are socialised with our other dogs, children & adults. <br> So by the
time they reach you not a lot phases them.
</p>
</div>
<div class="column">
<img src="Coverphoto2.png">
<img src="CoverPage-4.jpg">
<img src="CoverPhoto.png">
<img src="Coverphoto3.jpg">
</div>
</div>
<footer>
<h4>©Charley Ensor 2023</h4>
</footer>
</body>
</html>
<script>
/* Set the width of the sidebar to 250px and the left margin of the page content to 250px */
function openNav() {
document.getElementById("mySidebar").style.width = "100%";
}
/* Set the width of the sidebar to 0 and the left margin of the page content to 0 */
function closeNav() {
document.getElementById("mySidebar").style.width = "0";
}
</script>