willowmecreations/index.html

98 lines
4.6 KiB
HTML
Raw Normal View History

2023-12-08 06:21:25 +00:00
<!-- artisinal yarn-->
<html>
<head>
<title>Willow Me Creations</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">
</head>
<body>
<div class="container">
<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="products.html">Products</a>
<a href="contact.html">Contact</a>
</div>
<div class="row">
<div class="side">
<h2>News</h2>
<h5>Latest News</h5>
<img src="img/willow2.png" class="news" alt="willow tree">
<p>Some text about the news.</p>
<h3>More News</h3>
<p>Some more text about the news.</p>
</div>
<div class="main">
<h2>Home</h2>
<h5>Willow Me Creations</h5>
<img src="img/willow3.png" alt="another willow tree" class="news">
<p>Willow Me Creations is a small business that makes hand made clothing and wearables. I am in the beautiful midwest, in the state of Indiana. I am a small independent maker, and I love to create beautiful goods for you to wear and show off. I hope you enjoy our products as much as I enjoy making them!</p>
<p>My sweaters, scarves, and shawls are meticulously crafted in small batches. They come in a diverse range of colors and weights, ensuring a unique and personalized touch to each piece. We also offer custom orders, so if you don't see what you're looking for, please contact us and we will do our best to accommodate your needs.</p>
<p>My items are available for purchase through our online store, or at one of the many fiber festivals we attend throughout the year. Please check our <a href="products.html">Products</a> page for more information.</p>
<p>Thank you for visiting my website!</p>
</div>
</div>
<!-- <div class="footer">
<h2>Contact Information</h2>
<p>Email: info@willowmecreations.com</p>
<p>Phone: (555) 123-4567</p>
<h2>Follow Me</h2>
<p><a href="https://facebook.com/bethany" target="_blank"><i class="fab fa-facebook"></i> Facebook</a></p>
<p><a href="https://instagram.com/fkahab" target="_blank"><i class="fab fa-instagram"></i> Instagram</a></p>
<p><a href="https://tiktok.com/bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i> TikTok</a></p>
<h2>Quick Links</h2>
<p><a href="index.html">Home</a></p>
<p><a href="about.html">About</a></p>
<p><a href="products.html">Products</a></p>
<p><a href="contact.html">Contact</a></p>
<h2>Privacy Policy</h2>
<p><a href="privacy.html">Read our privacy policy</a></p>
<h2>&copy; 2023 Willow Me Creations</h2>
</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>
<a href="https://facebook.com/bethany" target="_blank"><i class="fab fa-facebook"></i> Facebook</a> |
<a href="https://instagram.com/fkahab" 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>&copy; 2023 Willow Me Creations</h2>
</div>
</div>
</div>
</div>
</body>
</html>