PawsAndPetals/ServicesAndPrices.html

100 lines
2 KiB
HTML
Raw Normal View History

2025-04-01 09:18:28 +00:00
<html>
<head>
<link rel="stylesheet" href="style.css">
2025-04-30 22:38:41 +01:00
<link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="fontScaler.css">
2025-04-26 15:05:09 +01:00
<script src="fontScaler.js" defer></script>
2025-04-01 09:18:28 +00:00
</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:28 +00:00
<a href="Contact.html">Contact</a>
</nav>
<main class="white_backing">
<h1>Services And Prices</h1>
2025-04-30 22:38:41 +01:00
<h2>Overview</h2>
2025-04-01 09:18:28 +00:00
Pricing varies for size, breed, coat type and behaviour.
Payment for the appointment is due at pickup of the dog after the appointment has taken place.
<br><br>
2025-04-30 22:38:41 +01:00
<h2>Services not provided</h2>
2025-04-01 09:18:28 +00:00
I do not provide ear plucking or teeth cleaning
<br>
I dont take extra large dogs
<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>
2025-04-30 22:38:41 +01:00
<h3>Extra costs</h3>
<ul style="text-align: left;"">
<li>Bad matting £15</li>
<li>Bad behavior £15</li>
<li>Cancellation or missed appointment £20</li>
<li>Fleas on your dog £20</li>
</ul>
2025-04-01 09:18:28 +00:00
<h3>Additional Services</h3>
<ul style="text-align: left;"">
2025-06-14 10:57:57 +00:00
<li>Dog walking: £10 half an hour, £15 an hour</li>
2025-04-01 09:18:28 +00:00
<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>