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">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<h2>Follow Me</h2>
|
<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
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Welcome to the Willow Me Creations website! This is a small business specializin
|
||||||
|
|
||||||
## About
|
## 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
|
## Products
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ For inquiries, custom orders, or general communication, feel free to reach out:
|
||||||
|
|
||||||
- **Email:** [bethany@willowmecreations.com](mailto:)
|
- **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/)
|
- [Facebook](https://facebook.com/)
|
||||||
- [Instagram](https://instagram.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:
|
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.
|
- [About](about.html): Learn more about the creator and the crafting process.
|
||||||
- [Products](products.html): Browse through the available handcrafted items.
|
- [Products](products.html): Browse through the available handcrafted items.
|
||||||
- [Contact](contact.html): Find contact information and connect on social media.
|
- [Contact](contact.html): Find contact information and connect on social media.
|
||||||
|
|
||||||
## Contributing
|
## 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
|
## 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">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||||
|
|
|
@ -46,8 +46,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<h2>Follow Me</h2>
|
<h2>Follow Me</h2>
|
||||||
|
|
10
index.html
10
index.html
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Home - Willow Me Creations</title>
|
<title>Home - WillowMeCreations</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<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">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<div class="carousel-item active">
|
<div class="carousel-item active">
|
||||||
<img src="img/hero1.jpg" alt="Hero Image 1">
|
<img src="img/hero1.jpg" alt="Hero Image 1">
|
||||||
<div class="carousel-caption">
|
<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>
|
<p>Beautifully hand-crafted crochet items made with love in Indiana.</p>
|
||||||
<a href="products.html" class="btn">Shop Now</a>
|
<a href="products.html" class="btn">Shop Now</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<section class="about">
|
<section class="about">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>About Us</h2>
|
<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
|
beautiful Midwest, we take pride in creating unique, high-quality crochet items. Each piece is
|
||||||
crafted with care and attention to detail.</p>
|
crafted with care and attention to detail.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -104,8 +104,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
<a href="https://instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||||
|
|
|
@ -73,8 +73,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<h2>Follow Me</h2>
|
<h2>Follow Me</h2>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<!-- PAGE CURRENTLY UNUSED-->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -11,7 +13,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
|
<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">
|
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
|
||||||
</div>
|
</div>
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
|
@ -110,7 +112,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<h2>© 2024 Willow Me Creations</h2>
|
<h2>© 2024 WillowMeCreations</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<h2>Willow Me Creations</h2>
|
<h2>WillowMeCreations</h2>
|
||||||
<p>© 2024 Willow Me Creations. All rights reserved.</p>
|
<p>© 2024 WillowMeCreations. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-media">
|
<div class="social-media">
|
||||||
<h2>Follow Me</h2>
|
<h2>Follow Me</h2>
|
||||||
|
|
Loading…
Reference in a new issue