2025-04-01 09:18:37 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
2025-04-30 22:38:41 +01:00
|
|
|
<link rel="stylesheet" href="home.css">
|
|
|
|
<link rel="stylesheet" href="effects.css">
|
|
|
|
<link rel="stylesheet" href="fontScaler.css">
|
2025-04-01 09:18:37 +00:00
|
|
|
<script src="fontScaler.js" defer></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<nav>
|
2025-05-16 12:04:17 +01:00
|
|
|
<a href="index.html">Home</a> |
|
2025-05-16 12:26:31 +01:00
|
|
|
<a href="ServicesAndPrices.html">Services</a> |
|
2025-05-16 12:04:17 +01:00
|
|
|
<a href="Gallery.html">Gallery</a> |
|
2025-04-01 09:18:37 +00:00
|
|
|
<a href="Contact.html">Contact</a>
|
|
|
|
</nav>
|
|
|
|
|
2025-04-28 22:27:19 +01:00
|
|
|
<main id="home_page_content">
|
|
|
|
<header id="head">
|
2025-04-01 09:18:37 +00:00
|
|
|
<h1>Paws And Petals</h1>
|
2025-05-16 14:46:10 +01:00
|
|
|
Paws and Petals is a small dog grooming business
|
|
|
|
based in Addingham, West Yorkshire. Arianwen Evans
|
|
|
|
works 1-1 with the aim to keep a relaxed environment
|
|
|
|
where she can get to know each dogs needs.
|
2025-04-01 09:18:37 +00:00
|
|
|
<br><br>
|
2025-05-16 14:46:10 +01:00
|
|
|
At Paws and Petals, the health and happiness of your
|
|
|
|
dog will always be put first.
|
2025-04-01 09:18:37 +00:00
|
|
|
</header>
|
2025-04-28 22:27:19 +01:00
|
|
|
<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>
|
2025-04-01 09:18:37 +00:00
|
|
|
</section>
|
2025-04-28 22:27:19 +01:00
|
|
|
<section id='times'>
|
|
|
|
<h2>Opening Times</h2>
|
|
|
|
Monday-Friday: 10am - 5pm
|
|
|
|
<br>
|
|
|
|
Saturday-Sunday: Closed
|
2025-04-01 09:18:37 +00:00
|
|
|
</section>
|
2025-04-28 22:27:19 +01:00
|
|
|
<section id="book">
|
|
|
|
<h2>How To Book</h2>
|
|
|
|
To book, see our <a href="Contact.html">contact</a>
|
|
|
|
page and email us.
|
2025-04-01 09:18:37 +00:00
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|