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
4 changes: 2 additions & 2 deletions Kids.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>
</div>
<div class="column-3">
<a href="contact.html" class="contact-us">Contact us</a>
<a href="contact.html" class="contact-us">My Basket</a>
</div>
</div>
</header>
Expand All @@ -45,4 +45,4 @@ <h1>Welcome to our Kids collection</h1>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions Men.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>
</div>
<div class="column-3">
<a href="contact.html" class="contact-us">Contact us</a>
<a href="contact.html" class="contact-us">My Basket</a>
</div>
</div>
</header>
Expand All @@ -44,4 +44,4 @@ <h1>Welcome to our Men collection</h1>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions Women.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>
</div>
<div class="column-3">
<a href="contact.html" class="contact-us">Contact us</a>
<a href="contact.html" class="contact-us">My Basket</a>
</div>
</div>
</header>
Expand All @@ -46,4 +46,4 @@ <h1>Welcome to our Women collection</h1>

</body>

</html>
</html>
6 changes: 3 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Contact us</title>
<title>My Basket</title>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
</head>
<body>
Expand All @@ -23,7 +23,7 @@
</nav>
</div>
<div class="column-3">
<a href="contact.html" class="contact-us">Contact us</a>
<a href="contact.html" class="contact-us">My Basket</a>
</div>
</div>
</header>
Expand All @@ -37,4 +37,4 @@ <h1>Thank you for shopping with us</h1>


</body>
</html>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</nav>
</div>
<div class="column-3">
<a href="contact.html" class="contact-us">Contact us</a>
<a href="contact.html" class="contact-us">My Basket</a>
</div>
</div>
</header>
Expand Down Expand Up @@ -54,4 +54,4 @@ <h3>Our duty is to save your money and fill your wardrobe</h3>
</div>
</body>

</html>
</html>
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@