Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion U4_project/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ <h2>REVIEWS & RATINGS</h2>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>

</html>
<script src="/U4_project/description.js" type="module"></script>
<script src="./description.js" type="module"></script>
2 changes: 1 addition & 1 deletion components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function navbar(){
<h4><a href="#">WHAT'S NEW</a></h4>
<h4><a href="#">OUR FOVOURITES</a></h4>
<h4><a href="#">DESIGNERS</a></h4>
<h4><a href="product.html">CLOTHING</a></h4>
<h4><a href="./my/ShopBob-Clone-Project/U4_project/product.html">CLOTHING</a></h4>
<h4><a href="#">ACTIVE</a></h4>
<h4><a href="#">SHOES</a></h4>
<h4><a href="#">BAGS</a></h4>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- nav end -->
<!-- homepage content starts -->
<diV id="poster">
<a href="product.html"> <img id="poster1" src="https://m.media-amazon.com/images/G/01/Shopbop/p/pcs/shopbop/media/desktop/lookbooks/2022/2022_05/sb_20220504_desktop_LB_citizens_01_1-0.jpg"/></a>
<a href="#"> <img id="poster1" src="https://m.media-amazon.com/images/G/01/Shopbop/p/pcs/shopbop/media/desktop/lookbooks/2022/2022_05/sb_20220504_desktop_LB_citizens_01_1-0.jpg"/></a>
</diV>
<div class="header">
<h3 class="header1">SEE THE LATEST</h3>
Expand Down
2 changes: 1 addition & 1 deletion my/ShopBob-Clone-Project/U4_project/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
items_data.push(elem);

localStorage.setItem("items", JSON.stringify(items_data));
window.location.href = "description.html"
window.location.href = "../U4_project/my/ShopBob-Clone-Project/U4_project/description.html"
}


Expand Down