PawsAndPetals/index.html
2025-05-16 14:46:10 +01:00

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 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.
<br><br>
At Paws and Petals, the health and happiness of your
dog will always be put first.
</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>