willowmecreationsV2/about.html
2024-09-23 11:30:37 -04:00

86 lines
No EOL
4.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About Bethany - 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=Montserrat:400,700|Playfair+Display:400,700">
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">
<img src="img/logo-transparent.png" alt="WillowMeCreations logo">
</div>
<nav class="topnav" id="myTopnav">
<a href="index.html">Home</a>
<a href="about.html" class="active">About</a>
<a href="news.html">News</a>
<a href="products.html">Products</a>
<a href="contact.html">Contact</a>
<div class="animation start-home"></div>
</nav>
</div>
</header>
<main>
<section class="about">
<div class="container" id="bio">
<img src="img/creator.jpg" alt="Bethany Rhodes" class="creator">
<h2>About Bethany</h2>
<p>Meet Bethany Rhodes, the creative force behind the charming crochet shop known as WillowMeCreations.
Born and raised in the picturesque state of Indiana, Bethany discovered her passion for crafting at
a young age. What started as a hobby soon blossomed into a small business, where she lovingly
handcrafts sweaters and other wearables. Her quaint shop has become a local gem, drawing visitors to
the farmers' markets with the promise of cozy, one-of-a-kind creations.</p>
<p>Bethany's journey into entrepreneurship is a tale of dedication and love for her craft. After years
of perfecting her crochet techniques, Bethany decided to share her creations with the world. The
decision to set up shop at farmers' markets was driven by a desire to connect with the community and
bring warmth to the chilly Midwestern winters. Her booth, adorned with vibrant yarn and a display of
intricately designed sweaters, quickly became a focal point at local markets.</p>
<p>Beyond her commercial success, Bethany has a heartwarming tradition that sets her apart. Moved by a
desire to make a difference in the lives of animals, she occasionally crafts miniature sweaters for
lost cats. These tiny garments not only provide comfort and warmth but also serve as a beacon of
hope for these feline friends in search of a home. Bethany's dedication to her community extends
beyond humans, showcasing the compassion that infuses every stitch of her work.</p>
<p>Each item crafted by Bethany is a testament to her meticulous attention to detail and commitment
to quality. Working in small batches, she ensures that every piece is a work of art, blending
functionality with aesthetic appeal. From cozy scarves to stylish shawls, WillowMeCreations offers a
diverse range of handmade products, reflecting the diversity of her skills and the unique
preferences of her clientele.</p>
<p>For Bethany, WillowMeCreations is more than just a business; it's a reflection of her passion,
creativity, and the warmth she wishes to share with the world.</p>
</div>
</section>
<section class="contact">
<div class="container">
<h2>Contact Us</h2>
<p>Have questions or special requests? Reach out to me !</p>
<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>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-info">
<h2>WillowMeCreations</h2>
<p>&copy; 2024 WillowMeCreations. All rights reserved.</p>
</div>
<div class="social-media">
<h2>Follow Me</h2>
<a href="https://www.instagram.com/willowmaker33" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://tiktok.com/bethanyrhodes6" target="_blank"><i class="fab fa-tiktok"></i></a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>