2024-05-26 03:59:54 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2024-05-26 04:24:10 +01:00
|
|
|
<title>Home - WillowMeCreations</title>
|
2024-05-26 03:59:54 +01:00
|
|
|
<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">
|
2024-05-26 23:46:50 +01:00
|
|
|
<img src="img/logo-transparent.png" alt="WillowMeCreations logo">
|
2024-05-26 03:59:54 +01:00
|
|
|
</div>
|
2024-05-26 23:46:50 +01:00
|
|
|
<nav class="topnav" id="myTopnav">
|
2024-05-26 23:49:44 +01:00
|
|
|
<a href="index.html" class="active">Home</a>
|
2024-05-26 03:59:54 +01:00
|
|
|
<a href="about.html">About</a>
|
|
|
|
<a href="news.html">News</a>
|
|
|
|
<a href="products.html">Products</a>
|
|
|
|
<a href="contact.html">Contact</a>
|
2024-05-26 23:46:50 +01:00
|
|
|
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()">
|
|
|
|
<i class="fa fa-bars"></i>
|
|
|
|
</a>
|
2024-05-26 03:59:54 +01:00
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<section class="hero">
|
|
|
|
<div class="carousel">
|
|
|
|
<div class="carousel-inner">
|
|
|
|
<div class="carousel-item active">
|
|
|
|
<img src="img/hero1.jpg" alt="Hero Image 1">
|
|
|
|
<div class="carousel-caption">
|
2024-05-26 04:24:10 +01:00
|
|
|
<h1>Welcome to WillowMeCreations</h1>
|
2024-05-26 03:59:54 +01:00
|
|
|
<p>Beautifully hand-crafted crochet items made with love in Indiana.</p>
|
|
|
|
<a href="products.html" class="btn">Shop Now</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="carousel-item">
|
|
|
|
<img src="img/hero2.jpg" alt="Hero Image 2">
|
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Handmade with Love</h1>
|
|
|
|
<p>Each piece is crafted with care and attention to detail.</p>
|
|
|
|
<a href="products.html" class="btn">Shop Now</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="carousel-item">
|
|
|
|
<img src="img/hero3.jpg" alt="Hero Image 3">
|
|
|
|
<div class="carousel-caption">
|
|
|
|
<h1>Unique Designs</h1>
|
|
|
|
<p>Discover our exclusive collection of crochet items.</p>
|
|
|
|
<a href="products.html" class="btn">Shop Now</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a class="prev" onclick="moveSlides(-1)">❮</a>
|
|
|
|
<a class="next" onclick="moveSlides(1)">❯</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="about">
|
|
|
|
<div class="container">
|
|
|
|
<h2>About Us</h2>
|
2024-05-26 04:24:10 +01:00
|
|
|
<p>WillowMeCreations is a small business that makes handmade clothing and wearables. Located in the
|
2024-05-26 03:59:54 +01:00
|
|
|
beautiful Midwest, we take pride in creating unique, high-quality crochet items. Each piece is
|
|
|
|
crafted with care and attention to detail.</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="products">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Our Products</h2>
|
|
|
|
<div class="product-grid">
|
|
|
|
<div class="product-card">
|
|
|
|
<img src="img/product1.png" alt="Product 1">
|
|
|
|
<h3>Greyscale Hexie</h3>
|
|
|
|
<p>Soft and warm, perfect for chilly days.</p>
|
|
|
|
</div>
|
|
|
|
<div class="product-card">
|
|
|
|
<img src="img/product2.png" alt="Product 2">
|
|
|
|
<h3>Flower Crop Top</h3>
|
|
|
|
<p>Add a touch of elegance to any outfit.</p>
|
|
|
|
</div>
|
|
|
|
<div class="product-card">
|
|
|
|
<img src="img/product3.png" alt="Product 3">
|
|
|
|
<h3>Neon Rainbow Hexie</h3>
|
|
|
|
<p>Shit is bright, son.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a href="products.html" class="productbtn">View All Products</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="contact">
|
|
|
|
<div class="container">
|
|
|
|
<h2>Contact Us</h2>
|
|
|
|
<p>Have questions or special requests? Reach out to us!</p>
|
|
|
|
<a href="mailto:bethany@willowmecreations.com" class="btn">Email Us</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<div class="footer-info">
|
2024-05-26 04:24:10 +01:00
|
|
|
<h2>WillowMeCreations</h2>
|
|
|
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
2024-05-26 03:59:54 +01:00
|
|
|
</div>
|
|
|
|
<div class="social-media">
|
|
|
|
<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>
|