Skip to content

Commit

Permalink
Merge pull request swaraj-das#597 from Adarsh-Chaubey03/main
Browse files Browse the repository at this point in the history
Made `email` & `phone no` launchable on clicking link in footer
  • Loading branch information
swaraj-das authored Oct 20, 2024
2 parents 003fbb3 + 6598dfa commit fbbe5dc
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 fbbe5dc

Please sign in to comment.