PawsAndPetals/Contact.html
Rosia E Evans 5f97508292 qol
2025-05-16 12:41:40 +01:00

50 lines
1.2 KiB
HTML

<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="effects.css">
<link rel="stylesheet" href="fontScaler.css">
<link rel="stylesheet" href="socials.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">
Click below for our social media
<div class='socials'>
<a href="https://www.instagram.com/paws.petals.dog.grooming/" class="hover_rotate"> <img src='insta144.svg'/> </a>
<a href="https://www.facebook.com/profile.php?id=61572480300546" class="hover_rotate"> <img src='fb144.svg'/> </a>
</div>
<br>
Or alternatively:
<br>
<br>
Email us at <a href="mailto:paws.petals.grooming@outlook.com">paws.petals.grooming@outlook.com</a>
<br>
<br>
Or come find us in person at:
<br>
<br>
<a href="https://maps.app.goo.gl/yPuD6JgHcYVe5tQA9">
37 Moor Lane
<br>
Addingham
<br>
LS29 0PS
</a>
</main>
</body>
</html>