Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarsh-Chaubey03 committed Oct 20, 2024
1 parent d908ae6 commit 6598dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ <h2 class="logo-text">Collect your GamingTools</h2>
selection of controllers, VR gear, and more.
</p>
<div class="contact">
<span><i class="fas fa-phone"></i> &nbsp; 123-456-789</span>
<span><i class="fas fa-envelope"></i> &nbsp; [email protected]</span>
</div>
<span><a href="tel:123-456-789" style="color: white; text-decoration: none;"><i class="fas fa-phone"></i> &nbsp; 123-456-789</a></span>
<span><a href="mailto:[email protected]" style="color: white; text-decoration: none;"><i class="fas fa-envelope"></i> &nbsp; [email protected]</a></span>
</div>
<div class="socials">
<!-- Added classes to the <a> tags to add the Hover animations -->
<a class="facebook" href="#"><i class="fab fa-facebook"></i></a>
Expand Down

0 comments on commit 6598dfa

Please sign in to comment.