PawsAndPetals/ServicesAndPrices.html

99 lines
2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<link rel="stylesheet" href="style.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 class="white_backing">
<h1>Services And Prices</h1>
<h2>Overview</h2>
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>
<h2>Services not provided</h2>
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>
<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>
<h3>Additional Services</h3>
<ul style="text-align: left;"">
<li>Dog walking: £10 half an hour, £15 an hour</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>