54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="home.css">
|
|
<link rel="stylesheet" href="effects.css">
|
|
<link rel="stylesheet" href="fontScaler.css">
|
|
<script src="fontScaler.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
<a href="index.html">Home</a> |
|
|
<a href="ServicesAndPrices.html">Services</a> |
|
|
<a href="Gallery.html">Gallery</a> |
|
|
<a href="Contact.html">Contact</a>
|
|
</nav>
|
|
|
|
<main id="home_page_content">
|
|
<header id="head">
|
|
<h1>Paws And Petals</h1>
|
|
Paws And Petals is a small local dog grooming business
|
|
started up by Arianwen Evans.
|
|
<br><br>
|
|
Building off a life long love
|
|
of animals and animal care, Arianwen is well trained in animal
|
|
managment and grooming and puts this into practise in the working
|
|
world from from her trailer-studio in Addingham.
|
|
</header>
|
|
<section id="qual">
|
|
<h2>Qualifications</h2>
|
|
Arianwen Evans holds:
|
|
<ul>
|
|
<li>Level 3 City and guilds animal management</li>
|
|
<li>Level 3 Diploma in dog grooming</li>
|
|
</ul>
|
|
</section>
|
|
<section id='times'>
|
|
<h2>Opening Times</h2>
|
|
Monday-Friday: 10am - 5pm
|
|
<br>
|
|
Saturday-Sunday: Closed
|
|
</section>
|
|
<section id="book">
|
|
<h2>How To Book</h2>
|
|
To book, see our <a href="Contact.html">contact</a>
|
|
page and email us.
|
|
</section>
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|