-
Notifications
You must be signed in to change notification settings - Fork 214
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 #114 from rajdeepchakraborty-rc/Twitterlogo
Twitter logo Update
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +275,11 @@ <h2 class="logo-text">Collect your GamingTools</h2> | |
<span><i class="fas fa-envelope"></i> [email protected]</span> | ||
</div> | ||
<div class="socials"> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-instagram"></i></a> | ||
<a href="#" ><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="#"><i class="fab fa-youtube"></i></a> | ||
<!-- 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> | ||
<a class="youtube" href="#"><i class="fab fa-youtube"></i></a> | ||
</div> | ||
</div> | ||
<div class="footer-section links"> | ||
|
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