-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added popup effect on icons upon hover
- Loading branch information
1 parent
22c3c46
commit a73c2f2
Showing
2 changed files
with
28 additions
and
9 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 |
---|---|---|
|
@@ -1966,11 +1966,11 @@ <h3>Calculates the linear density of the yarn from unit system to another.</h3> | |
<div class="footer-basic"> | ||
<footer> | ||
<div class="social"> | ||
<a href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user"></i></a> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a> | ||
<a href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a> | ||
<a href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a> | ||
<a class="user" href="https://rakesh9100.bio.link/" target="_blank"><i class="fa-solid fa-user socials"></i></a> | ||
<a class="message" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i></a> | ||
<a class="github" href="https://www.github.com/Rakesh9100" target="_blank"><i class="fa-brands fa-square-github"></i></a> | ||
<a class="twitter" href="https://twitter.com/rakeshroshan73" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a> | ||
<a class="facebook" href="https://www.facebook.com/rakesh6203/" target="_blank"><i class="fa-brands fa-square-facebook"></i></a> | ||
</div> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item"><a href="#home">Home</a></li> | ||
|
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