forked from Suchitra-Sahoo/AgriLearnNetwork
-
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 Suchitra-Sahoo#1081 from AsmitaMishra24/main
Added Floating Social Media Iconbar on Homepage
- Loading branch information
Showing
2 changed files
with
121 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -541,6 +541,14 @@ <h2>Quick Links</h2> | |
<div class="cursor"></div> | ||
<div class="cursor2"></div> | ||
|
||
<!--Floating Iconbar--> | ||
<div class="icon-bar"> | ||
<a href="https://www.instagram.com/" class="instagram" target="_blank">Instagram<i class="fab fa-instagram"></i></a> | ||
<a href="https://www.facebook.com/" class="facebook" target="_blank">Facebook<i class="fab fa-facebook"></i></a> | ||
<a href="https://x.com/" class="twitter" target="_blank">Twitter<i class="fab fa-twitter"></i></a> | ||
<a href="https://www.linkedin.com/" class="linkedIn" target="_blank">LinkedIn<i class="fab fa-linkedin"></i></a> | ||
</div> | ||
|
||
<script src="https://unpkg.com/scrollreveal"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script> | ||
|
||
|
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