forked from swaraj-das/Collect-your-GamingTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request swaraj-das#597 from Adarsh-Chaubey03/main
Made `email` & `phone no` launchable on clicking link in footer
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> 123-456-789</span> | ||
<span><i class="fas fa-envelope"></i> [email protected]</span> | ||
</div> | ||
<span><a href="tel:123-456-789" style="color: white; text-decoration: none;"><i class="fas fa-phone"></i> 123-456-789</a></span> | ||
<span><a href="mailto:[email protected]" style="color: white; text-decoration: none;"><i class="fas fa-envelope"></i> [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> | ||
|