66 lines
No EOL
3.1 KiB
HTML
66 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Contact Us - WillowMeCreations</title>
|
||
<link rel="stylesheet" type="text/css" href="style.css">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
|
||
<div class="header">
|
||
<h1>Willow Me Creations</h1>
|
||
</div>
|
||
<div class="topnav">
|
||
<a href="index.html">Home</a>
|
||
<a href="about.html">About</a>
|
||
<a href="news.html">News</a>
|
||
<a href="products.html">Products</a>
|
||
<a href="contact.html">Contact</a>
|
||
</div>
|
||
</header>
|
||
</div>
|
||
<div class="meat">
|
||
<h1>Hello from WillowMeCreations!</h1>
|
||
<p>We're thrilled that you're considering reaching out to us. Your inquiries, thoughts, and shared enthusiasm for the world of yarn mean a lot to us. Whether you're seeking advice on the perfect yarn for your next project, have a custom order in mind, or just want to share your crafting experiences, we're here for it all. Feel free to drop us a message using the form below or connect with us through our social media channels. Let's weave a thread of creativity and conversation together at WillowMeCreations – where every message is a stitch in our community's vibrant tapestry.</p>
|
||
<h2>Contact Information</h2>
|
||
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a><br>TikTok: <a href="https://www.tiktok.com/@bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i> bethanyrhodes6</a></p></p>
|
||
</div>
|
||
<div class="footer">
|
||
<div class="contact-info">
|
||
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a></p>
|
||
</div>
|
||
|
||
<div class="social-media">
|
||
<h2>Follow Me</h2>
|
||
<p> <!--UPDATE WORKING LINKS -->
|
||
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></i> Facebook</a> |
|
||
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i> Instagram</a> |
|
||
<a href="https://tiktok.com/bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i> TikTok</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div class="quick-links">
|
||
<h2>Quick Links</h2>
|
||
<p>
|
||
<a href="index.html">Home</a> |
|
||
<a href="about.html">About</a> |
|
||
<a href="products.html">Products</a> |
|
||
<a href="contact.html">Contact</a>
|
||
</p>
|
||
</div>
|
||
|
||
<div class="privacy-policy">
|
||
<h2>Privacy Policy</h2>
|
||
<p><a href="privacy.html">Read our privacy policy</a></p>
|
||
</div>
|
||
|
||
<div class="copyright">
|
||
<h2>© 2023 Willow Me Creations</h2>
|
||
</div>
|
||
</div>
|
||
<script src="script.js"></script>
|
||
</body>
|
||
</html> |