Skip to content

Commit

Permalink
refactor: Update project section in index.html
Browse files Browse the repository at this point in the history
Simplify the code by removing the commented-out hero section and updating the project details. Change the project name from "Tint & Orange" to "BidCommerce" and provide a more accurate description of the project. Also, update the GitHub and live links to the correct URLs.
  • Loading branch information
Anuj3366 committed Jul 8, 2024
1 parent f7e4ea9 commit 5c48bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ <h2 class="projectHeading">BidCommerce</h2>
<div class="btnGroup">
<button class="btn btnProject">Read More</button>
<a href="">
<i title="https://github.com/Anuj3366/BidCommerce" class="fa-brands fa-github icon"></i>
<i title="https://github.com/Anuj3366/BidCommerce" target="_blank" class="fa-brands fa-github icon"></i>
</a>
<a href="">
<i title="https://bidcommerce.netlify.app/" class="fa-solid fa-link icon"></i>
<i title="https://bidcommerce.netlify.app/" target="_blank" class="fa-solid fa-link icon"></i>
</a>
</div>
</div>
Expand Down

0 comments on commit 5c48bb4

Please sign in to comment.