45 lines
1,019 B
HTML
45 lines
1,019 B
HTML
<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">
|
|
Find Paws and Petals at:
|
|
<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>
|
|
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>
|