66 lines
No EOL
2.3 KiB
HTML
66 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Products - 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">News</a>
|
|
<a href="products.html" class="active">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="products">
|
|
<div class="container">
|
|
<h2>Products</h2>
|
|
<!-- ecwid.com script - very high potential to use this store -->
|
|
<div id="my-store-104802520"></div>
|
|
<div>
|
|
<script data-cfasync="false" type="text/javascript"
|
|
src="https://app.ecwid.com/script.js?104802520&data_platform=code&data_date=2024-06-01" charset="utf-8"></script>
|
|
<script
|
|
type="text/javascript"> xProductBrowser("categoriesPerRow=3", "views=grid(20,3) list(60) table(60)", "categoryView=grid", "searchView=list", "id=my-store-104802520");</script>
|
|
</div>
|
|
</div>
|
|
</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> |