forked from fineanmol/Hacktoberfest2024
-
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 fineanmol#909 from Vishvesh-Codehunt/master
replace the back to top text with an arrow icon
- Loading branch information
Showing
1 changed file
with
4 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 |
---|---|---|
|
@@ -43,6 +43,7 @@ | |
<link rel="stylesheet" href="css/explosion.css"> | ||
<link rel="stylesheet" href="./css/terminal.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<script src="https://kit.fontawesome.com/d9f7ec7b29.js" crossorigin="anonymous"></script> | ||
<title>Hacktoberfest 2021 - Contributors</title> | ||
|
||
|
@@ -53,7 +54,7 @@ | |
|
||
|
||
<!-- Back-to-top Button --> | ||
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to Top</button> | ||
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-2x fa-arrow-up"></i></button> | ||
|
||
|
||
<button id="back-to-top-btn"><i class="fas fa-angle-double-up"></i></button> | ||
|
@@ -368,6 +369,8 @@ | |
<a class="box-item" href="https://github.com/anmolg84"><span>Anmol Gupta</span></a> | ||
<a class="box-item" href="https://github.com/khushi-mishra0408"><span>Khushi Mishra</span></a> | ||
<a class="box-item" href="https://github.com/SayantanMaiti"><span>Sayantan Maiti</span></a> | ||
<a class="box-item" href="https://github.com/Vishvesh-Codehunt"><span>Vishvesh Patel</span></a> | ||
|
||
|
||
|
||
|
||
|