Fixed issue #1
This commit is contained in:
parent
0d1750d28f
commit
e31fbb2631
8 changed files with 27 additions and 25 deletions
4
404.html
4
404.html
|
@ -39,8 +39,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<h2>Follow Me</h2>
|
||||
|
|
16
Readme.md
16
Readme.md
|
@ -1,6 +1,6 @@
|
|||
# Willow Me Creations Website
|
||||
# WillowMeCreations Website
|
||||
|
||||
Welcome to the Willow Me Creations website! This is a small business specializing in handcrafted clothing and wearables. The website provides information about the creator, the products offered, and how to get in touch.
|
||||
Welcome to the WillowMeCreations website! This is a small business specializing in handcrafted clothing and wearables. The website provides information about the creator, the products offered, and how to get in touch.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
@ -13,7 +13,7 @@ Welcome to the Willow Me Creations website! This is a small business specializin
|
|||
|
||||
## About
|
||||
|
||||
Willow Me Creations is a small independent maker located in the beautiful Midwest, specifically in the state of Indiana. The creator, Bethany, loves to craft beautiful goods for people to wear and show off. The website showcases meticulously crafted sweaters, scarves, shawls, and more, all available for purchase through the online store.
|
||||
WillowMeCreations is a small independent maker located in the beautiful Midwest, specifically in the state of Indiana. The creator, Bethany, loves to craft beautiful goods for people to wear and show off. The website showcases meticulously crafted sweaters, scarves, shawls, and more, all available for purchase through the online store.
|
||||
|
||||
## Products
|
||||
|
||||
|
@ -25,7 +25,7 @@ For inquiries, custom orders, or general communication, feel free to reach out:
|
|||
|
||||
- **Email:** [bethany@willowmecreations.com](mailto:)
|
||||
|
||||
Connect with Willow Me Creations on social media: (need to update these links)
|
||||
Connect with WillowMeCreations on social media: (need to update these links)
|
||||
|
||||
- [Facebook](https://facebook.com/)
|
||||
- [Instagram](https://instagram.com/)
|
||||
|
@ -35,17 +35,17 @@ Connect with Willow Me Creations on social media: (need to update these links)
|
|||
|
||||
To explore the website, simply navigate through the following sections:
|
||||
|
||||
- [Home](index.html): Overview of Willow Me Creations and the creator.
|
||||
- [Home](index.html): Overview of WillowMeCreations and the creator.
|
||||
- [About](about.html): Learn more about the creator and the crafting process.
|
||||
- [Products](products.html): Browse through the available handcrafted items.
|
||||
- [Contact](contact.html): Find contact information and connect on social media.
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions to Willow Me Creations are not currently open, as this is a personal website. However, suggestions and feedback are always welcome.
|
||||
Contributions to WillowMeCreations are not currently open, as this is a personal website. However, suggestions and feedback are always welcome.
|
||||
|
||||
## License
|
||||
|
||||
This website is licensed under the [MIT License](LICENSE). Feel free to explore the code, but please respect the intellectual property and creative efforts behind Willow Me Creations. Or don't. I used AI to build a fair amount of this.
|
||||
This website is licensed under the [MIT License](LICENSE). Feel free to explore the code, but please respect the intellectual property and creative efforts behind WillowMeCreations. Or don't. I used AI to build a fair amount of this.
|
||||
|
||||
© 2023-24 Willow Me Creations
|
||||
© 2023-24 WillowMeCreations
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<h2>Follow Me</h2>
|
||||
|
|
10
index.html
10
index.html
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Home - Willow Me Creations</title>
|
||||
<title>Home - 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">
|
||||
|
@ -32,7 +32,7 @@
|
|||
<div class="carousel-item active">
|
||||
<img src="img/hero1.jpg" alt="Hero Image 1">
|
||||
<div class="carousel-caption">
|
||||
<h1>Welcome to Willow Me Creations</h1>
|
||||
<h1>Welcome to WillowMeCreations</h1>
|
||||
<p>Beautifully hand-crafted crochet items made with love in Indiana.</p>
|
||||
<a href="products.html" class="btn">Shop Now</a>
|
||||
</div>
|
||||
|
@ -62,7 +62,7 @@
|
|||
<section class="about">
|
||||
<div class="container">
|
||||
<h2>About Us</h2>
|
||||
<p>Willow Me Creations is a small business that makes handmade clothing and wearables. Located in the
|
||||
<p>WillowMeCreations is a small business that makes handmade clothing and wearables. Located in the
|
||||
beautiful Midwest, we take pride in creating unique, high-quality crochet items. Each piece is
|
||||
crafted with care and attention to detail.</p>
|
||||
</div>
|
||||
|
@ -104,8 +104,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||
|
|
|
@ -73,8 +73,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<h2>Follow Me</h2>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- PAGE CURRENTLY UNUSED-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -11,7 +13,7 @@
|
|||
<div class="container">
|
||||
<div class="header">
|
||||
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
|
||||
<!-- <h1>Willow Me Creations</h1> -->
|
||||
<!-- <h1>WillowMeCreations</h1> -->
|
||||
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
|
||||
</div>
|
||||
<div class="topnav">
|
||||
|
@ -110,7 +112,7 @@
|
|||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<h2>© 2024 Willow Me Creations</h2>
|
||||
<h2>© 2024 WillowMeCreations</h2>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-info">
|
||||
<h2>Willow Me Creations</h2>
|
||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
||||
<h2>WillowMeCreations</h2>
|
||||
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="social-media">
|
||||
<h2>Follow Me</h2>
|
||||
|
|
Loading…
Reference in a new issue