-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added comments to document change in index.html file
- Loading branch information
1 parent
f6d93ee
commit a844863
Showing
1 changed file
with
1 addition
and
0 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 |
---|---|---|
|
@@ -275,6 +275,7 @@ <h2 class="logo-text">Collect your GamingTools</h2> | |
<span><i class="fas fa-envelope"></i> [email protected]</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> | ||
<a class="instagram" href="#"><i class="fab fa-instagram"></i></a> | ||
<a class="twitter" href="#" ><i class="fa-brands fa-x-twitter"></i></a> | ||
|