Skip to content

Commit

Permalink
Changed the scrollup button
Browse files Browse the repository at this point in the history
  • Loading branch information
Likithakapu committed Nov 9, 2024
1 parent 872d325 commit b3e7442
Show file tree
Hide file tree
Showing 30 changed files with 63 additions and 68 deletions.
13 changes: 7 additions & 6 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -1680,17 +1680,18 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<script src="script.js"></script>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
.back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
bottom: 80px;
right: 10px;
width: 60px;
height: 60px;
font-size: 30;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
9 changes: 4 additions & 5 deletions bookmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,20 +417,20 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
body{
scroll-behavior: smooth;
}
}
.back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand All @@ -439,8 +439,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
cursor: pointer;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: opacity 0.3s;
opacity: 0;
visibility: hidden;

}

.back-to-top.show {
Expand Down
3 changes: 0 additions & 3 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -993,9 +993,6 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
const app = new Vue({
el: '#app' });
</script>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
</div>

<style>
body{
Expand Down
4 changes: 2 additions & 2 deletions comment1.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -456,7 +456,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment10.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -445,7 +445,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment11.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -443,7 +443,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment12.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -445,7 +445,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment13.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -443,7 +443,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion comment14.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment2.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -467,7 +467,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment3.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -446,7 +446,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment4.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -444,7 +444,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment5.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -445,7 +445,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment6.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -444,7 +444,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment7.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</div>
</footer><div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -443,7 +443,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment8.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -444,7 +444,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions comment9.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -444,7 +444,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color:var(--primary-color);;
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>

<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -357,7 +357,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 1 addition & 3 deletions contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,9 +771,7 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<script src="script.js"></script>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
</div>


<style>
.back-to-top {
Expand Down
4 changes: 2 additions & 2 deletions fashion.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -392,7 +392,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion food.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
</div>
</footer>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand Down
4 changes: 2 additions & 2 deletions gaming_chronicles.html
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>

<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-arrow-up"></i>
</div>

<style>
Expand All @@ -1523,7 +1523,7 @@ <h2 class="footer-title secondary-title mt-2">Connect with us</h2>
right: 20px;
width: 50px;
height: 50px;
background-color: #007bff;
background-color: var(--primary-color);
color: white;
border-radius: 50%;
display: flex;
Expand Down
4 changes: 1 addition & 3 deletions give_feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -898,9 +898,7 @@ <h2 class="footer-title secondary-title mt-5">Connect with us</h2>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<script src="script.js"></script>
<div id="back-to-top" class="back-to-top">
<i class="fas fa-chevron-up"></i>
</div>


<style>
.back-to-top {
Expand Down
Loading

0 comments on commit b3e7442

Please sign in to comment.