PawsAndPetals/ServicesAndPrices.html

95 lines
1.7 KiB
HTML
Raw Normal View History

2025-04-01 09:18:28 +00:00
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="ServicesAndPrices.html">Services And Prices</a>
<a href="Gallery.html">Gallery</a>
<a href="Contact.html">Contact</a>
</nav>
<main class="white_backing">
<h1>Services And Prices</h1>
Pricing varies for size, breed, coat type and behaviour.
<br>
Payment for the appointment is due at pickup of the dog after the appointment has taken place.
<br><br>
I do not provide ear plucking or teeth cleaning
<br>
I dont take extra large dogs
<br>
Bad matting £15
<br>
Bad behavior £15
<br>
Cancellation or missed appointment £20
<br>
Fleas on your dog £20
<br>
<h2>Services</h2>
<h3>Grooming</h3>
<table>
<tr>
<th></th>
<th>Toy</th>
<th>Small</th>
<th>Medium</th>
<th>Large</th>
</tr>
<tr>
<td>Nails Only</td>
<td>£10</td>
<td>£20</td>
<td>£20</td>
<td>£30</td>
</tr>
<tr>
<td>Hand Strip</td>
<td>£50</td>
<td>£60</td>
<td>£70</td>
<td>£80</td>
</tr>
<tr>
<td>Deshed</td>
<td>£20</td>
<td>£30</td>
<td>£40</td>
<td>£50</td>
</tr>
<tr>
<td>Bath And Blow Dry</td>
<td>£20</td>
<td>£20</td>
<td>£30</td>
<td>£40</td>
</tr>
<tr>
<td>Puppy Intro</td>
<td>£35</td>
<td>£35</td>
<td>£45</td>
<td>£45</td>
</tr>
</table>
<h3>Additional Services</h3>
<ul style="text-align: left;"">
<li>Dog walking: £10 an hr</li>
<li>Hair Dyeing: cost of the groom + cost of the hairdye</li>
<li>Full Groom: Price varies by breed and size, contact for a quote</li>
</ul>
</main>
</body>
</html>