Skip to content

Commit

Permalink
Add feedback file and make additional changes to other files
Browse files Browse the repository at this point in the history
  • Loading branch information
gungun04 committed Nov 7, 2024
1 parent 808c4e1 commit f7a342c
Show file tree
Hide file tree
Showing 11 changed files with 1,117 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Html-files/Electronic.html
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,11 @@
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black"
>Contact us</a
>
>Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="feedback.html" style="color: black"
>Feedback</a>
</li>
<li class="nav-item" style="list-style-type: none">
<a class="nav-link" href="cart.html" style="color: black">
Expand Down
4 changes: 4 additions & 0 deletions Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,10 @@
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black;">Contact us</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="feedback.html" style="color: black;">Feedback</a>
</li>
<li class="nav-item" style="list-style-type: none;">
<a class="nav-link" href="cart.html" style="color: black;">
<i class="fa-solid fa-cart-shopping"></i>Cart<span class="badge-count" id="badgeCount"></span>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
</li>

<li class="nav-item">
<a class="nav-link" href="#" style="font-family: var(--ff-philosopher); color: black;">More</a>
<a class="nav-link" href="feedback.html" style="font-family: var(--ff-philosopher); color: black;">Feedback</a>
</li>

</ul>
Expand Down
3 changes: 3 additions & 0 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black;">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="feedback.html" style="color: black;">Feedback</a>
</li>
<li class="nav-item" style="list-style-type: none;">
<a class="nav-link" href="#" style="color: black;">
<i class="fa-solid fa-cart-shopping"></i><span class="badge-count" id="badgeCount"></span>
Expand Down
3 changes: 3 additions & 0 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@
<li class="nav-item">
<a class="nav-link" href="#" style="color: black;">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="feedback.html" style="color: black;">Feedback</a>
</li>
<li class="nav-item" style="list-style-type: none;">
<a class="nav-link" href="cart.html" style="color: black;">
<i class="fa-solid fa-cart-shopping"></i><span class="badge-count" id="badgeCount"></span>
Expand Down
Loading

0 comments on commit f7a342c

Please sign in to comment.