Skip to content

Commit

Permalink
all the links in website updated and bugs resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
WednesdaySP committed Oct 3, 2024
1 parent dcf5e53 commit 1d00bfc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h1 style="color: black;font-family: var(--ff-philosopher);">C A R T</h1>
<div class="foot-panel2">
<ul class="footer-colums">
<p style="font-family: var(--ff-philosopher);">Our Pages</p>
<a href="../Home.html" style="text-decoration: none;color: black;font-family: var(--ff-poppins);">Home</a>
<a href="../index.html" style="text-decoration: none;color: black;font-family: var(--ff-poppins);">Home</a>
<a href="menu.html" style="text-decoration: none;color: black;font-family: var(--ff-poppins);">About</a>
<a href="services.html" style="text-decoration: none;color: black;font-family: var(--ff-poppins);">Services</a>
<a href="contact.html" style="text-decoration: none;color: black;font-family: var(--ff-poppins);">Contact us</a>
Expand Down Expand Up @@ -384,9 +384,15 @@ <h3 style="font-family: var(--ff-philosopher);">Contact Us!</h3>
<div class="pages">
<h4 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher);">Follow Us</h4>
<div class="social-icons">
<i class="fa-brands fa-facebook"></i>&nbsp;&nbsp;&nbsp;&nbsp;
<i class="fa-brands fa-instagram"></i>&nbsp;&nbsp;&nbsp;&nbsp;
<i class="fa-brands fa-twitter"></i>&nbsp;&nbsp;&nbsp;
<div class="social-icons">
<a class="fa-brands fa-facebook"
href="https://facebook.com" target="_blank"></a>
<a class="fa-brands fa-instagram"
href="https://instagram.com"
target="_blank"></a>
<a class="fa-brands fa-x-twitter"
href="https://twitter.com" target="_blank"></a>
</div>
</div>
<p style="margin-bottom:0;font-family: var(--ff-philosopher);">Stay connected with us on social media for the
latest updates, latest collection, and vintage adventures.
Expand Down
4 changes: 2 additions & 2 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
<div class="card mt-2 mx-auto mb-5 p-4" style="background-color: transparent; border: 1px solid black;">
<div class="card-body" style="background-color: transparent;">
<div class="container" style="background-color: transparent;">
<form action="/submit" method="POST" id="contact-form" role="form">
<form action="" method="POST" id="contact-form" role="form">
<div class="controls">
<div class="row">
<div class="col-md-6">
Expand Down Expand Up @@ -471,7 +471,7 @@ <h3 style="text-align: center; margin-bottom: 15px;">Contact Us!</h3>

<!-- Submit Button -->
<button id="butt" type="submit"
style="width: 100%; padding: 10px; background-color: #ffe1d9; color: black; border: 1px; border-radius: 10px; cursor: pointer;">
style="width: 100%; padding: 10px; background-color: hsl(357, 82%,35%); color: black; border: 1px; border-radius: 10px; cursor: pointer;">
Send Message
</button>
</form>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ <h3 style="font-family:var(--ff-philosopher);">Palsnkin</h3>
<div class="foot-panel2">
<ul class="footer-colums">
<p style="color: hsl(357, 82%,35%);font-family: var(--ff-philosopher);">Our Pages</p>
<a href="../Home.html" style="text-decoration: none;font-family: var(--ff-poppins);color: black;">Home</a>
<a href="../index.html" style="text-decoration: none;font-family: var(--ff-poppins);color: black;">Home</a>
<a href="#" style="text-decoration: none;font-family: var(--ff-poppins);color: black;">About</a>
<a href="services.html" style="text-decoration: none;font-family: var(--ff-poppins);color: black;">Services</a>
<a href="contact.html" style="text-decoration: none;font-family: var(--ff-poppins);color: black;">Contact</a>
Expand Down

0 comments on commit 1d00bfc

Please sign in to comment.