82 lines
No EOL
3.8 KiB
HTML
82 lines
No EOL
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>News - 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">About</a>
|
|
<a href="news.html" class="active">News</a>
|
|
<a href="products.html">Products</a>
|
|
<a href="contact.html">Contact</a>
|
|
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()">
|
|
<i class="fa fa-bars"></i>
|
|
</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="news">
|
|
<div class="container">
|
|
<h2>News</h2>
|
|
<h3>Latest News</h3>
|
|
<img src="img/summer_news.jpg" class="news" alt="summer crochet">
|
|
<h2>Greetings, fellow yarn enthusiasts!</h2>
|
|
<p>We're excited to share some delightful updates from the sunny world of WillowMeCreations.</p>
|
|
|
|
<h3>Website updates</h3>
|
|
<p>Realistically Bethany is only one person and I'm only one person making this website. I've gone through and updated backend parts of it to work more efficently without changing much on the frontend side...yet</p>
|
|
<p>I moved the website from its previous host to my new, self-hosted approach which allows me to have a more dynamic approach to this site. That said, the contact form now works properly and emails will be received.</p>
|
|
<p>All code for this site is licensed under the GPL and can be viewed <a href="https://git.monotreme.org/tristan/willowmecreationsV2/">here</a>.</p>
|
|
|
|
<p>Thank you for being a part of the WillowMeCreations family. Your support fuels our passion for
|
|
crafting and creativity. Keep an eye on our website and social media for more updates, events, and
|
|
delightful summer yarny surprises!</p>
|
|
|
|
<span>Warm regards,
|
|
Bethany</span>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="contact">
|
|
<div class="container">
|
|
<h2>Contact Us</h2>
|
|
<p>Have questions or special requests? Reach out to us!</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>© 2024 WillowMeCreations. All rights reserved.</p>
|
|
</div>
|
|
<div class="social-media">
|
|
<h2>Follow Me</h2>
|
|
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
|
<a href="https://facebook.com/" target="_blank"><i class="fab fa-facebook"></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> |