PawsAndPetals/Contact.html

51 lines
1.2 KiB
HTML
Raw Normal View History

2025-04-01 09:20:44 +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">
<link rel="stylesheet" href="socials.css">
2025-04-26 15:05:09 +01:00
<script src="fontScaler.js" defer></script>
2025-04-01 09:20:44 +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:20:44 +00:00
<a href="Contact.html">Contact</a>
</nav>
<main class="white_backing">
2025-05-16 12:41:40 +01:00
Click below for our social media
2025-04-01 09:20:44 +00:00
<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>
2025-05-16 12:41:40 +01:00
<br>
Or alternatively:
2025-04-01 09:20:44 +00:00
<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>