willowmecreations/index.html

76 lines
3.9 KiB
HTML
Raw Normal View History

2023-12-10 23:58:05 +00:00
<!DOCTYPE html>
2023-12-08 06:21:25 +00:00
<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">
2023-12-10 20:34:29 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-12-10 21:24:28 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
2023-12-08 06:21:25 +00:00
</head>
<body>
<div class="container">
2023-12-10 21:28:08 +00:00
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
2023-12-08 06:21:25 +00:00
<div class="header">
2023-12-10 23:41:36 +00:00
<!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
2023-12-08 06:21:25 +00:00
</div>
<div class="topnav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
2023-12-10 21:24:28 +00:00
<a href="news.html">News</a>
2023-12-08 06:21:25 +00:00
<a href="products.html">Products</a>
<a href="contact.html">Contact</a>
</div>
2023-12-10 21:24:28 +00:00
</div>
<div class="meat">
2023-12-08 06:21:25 +00:00
<div class="main">
<h2>Home</h2>
<h5>Willow Me Creations</h5>
<img src="img/willow3.png" alt="another willow tree" class="news">
2023-12-10 23:58:05 +00:00
<h4>December 10th, 2023: This site is a work in progress. If you stumble across this site and the url is on <a href="http://github.io" target="_blank">github.io</a>, that means it is a work in progress. Bugs will exist. Buttons won't work. If you stumbled across this site, please realize that.</h4>
2023-12-08 06:21:25 +00:00
<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>
2023-12-10 21:24:28 +00:00
<div class="footer">
<div class="contact-info">
<p>Email: <a href="mailto:bethany@willowmecreations.com">bethany@willowmecreations.com</a></p>
</div>
2023-12-08 06:21:25 +00:00
2023-12-10 21:24:28 +00:00
<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>
2023-12-08 06:21:25 +00:00
2023-12-10 21:24:28 +00:00
<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>
2023-12-08 06:21:25 +00:00
2023-12-10 21:24:28 +00:00
<div class="privacy-policy">
<h2>Privacy Policy</h2>
<p><a href="privacy.html">Read our privacy policy</a></p>
</div>
2023-12-08 06:21:25 +00:00
2023-12-10 21:24:28 +00:00
<div class="copyright">
2023-12-11 00:09:46 +00:00
<h2>&copy; 2024 Willow Me Creations</h2>
2023-12-08 06:21:25 +00:00
</div>
</div>
</div>
2023-12-10 20:34:29 +00:00
<script src="script.js"></script>
2023-12-08 06:21:25 +00:00
</body>
</html>