8000 Added B2Ts in Events Page | Progress Bar in Badges, Learn, Events and Compare Page | Issue #829 by Shariq2003 · Pull Request #893 · recodehive/awesome-github-profiles · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added B2Ts in Events Page | Progress Bar in Badges, Learn, Events and Compare Page | Issue #829 #893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

</head>
<body>
<div id="progressBarContainer">
<div id="progressBar"></div>
</div>
<!-- Navbar -->
<nav class="navbar">
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
Expand Down
3 changes: 3 additions & 0 deletions pages/compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

</head>
<body>
<div id="progressBarContainer">
<div id="progressBar"></div>
</div>
<nav class="navbar">
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
Expand Down
11 changes: 10 additions & 1 deletion pages/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
</head>

<body>
<div id="progressBarContainer">
<div id="progressBar"></div>
</div>
<button id="scrollToTop" aria-label="Scroll to top">
<svg viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg" class="arrow-icon">
<path
d="M374.6 246.6C368.4 252.9 360.2 256 352 256s-16.38-3.125-22.62-9.375L224 141.3V448c0 17.69-14.33 31.1-31.1 31.1S160 465.7 160 448V141.3L54.63 246.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160C387.1 213.9 387.1 234.1 374.6 246.6z" />
</svg>
</button>
<nav class="navbar">
<a class="navbar-left" href="../index.html" style="text-decoration: none; color: #333;">
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
Expand Down Expand Up @@ -160,7 +169,7 @@ <h5>
</p>
</div>
</div>

<script src="scripts/ScrollToTop.js"></script>
<script>
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
</script>
Expand Down
20 changes: 19 additions & 1 deletion pages/githubbadge.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,22 @@
padding: 0 !important;
}
}
#progressBarContainer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 7px;
background-color: #333;
z-index: 9999;
}

#progressBar {
height: 100%;
width: 0%;
background: white;
transition: width 0.2s ease;
}
</style>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet" />
Expand All @@ -283,6 +299,9 @@
</head>

<body>
<div id="progressBarContainer">
<div id="progressBar"></div>
</div>
<nav class="navbar">
<a class="navbar-left" href="../index.html" style="text-decoration: none; color: #333;">
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
Expand Down Expand Up @@ -1053,7 +1072,6 @@ <h5>
d="M374.6 246.6C368.4 252.9 360.2 256 352 256s-16.38-3.125-22.62-9.375L224 141.3V448c0 17.69-14.33 31.1-31.1 31.1S160 465.7 160 448V141.3L54.63 246.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160C387.1 213.9 387.1 234.1 374.6 246.6z" />
</svg>
</button>

<script src="../scripts/ScrollToTop.js"></script>
<script src="../scripts/dark-mode.js"></script>
<script>
Expand Down
19 changes: 18 additions & 1 deletion styles/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,4 +641,21 @@ body.dark-mode .saved-blogs {
right: 10px;
cursor: pointer;
}
*/
*/

#progressBarContainer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 7px;
background-color: #333;
z-index: 9999;
}

#progressBar {
height: 100%;
width: 0%;
background: white;
transition: width 0.2s ease;
}
17 changes: 17 additions & 0 deletions styles/compare.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,20 @@ select{
width: 200px;
height: 200px;
}

#progressBarContainer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 7px;
background-color: #333;
z-index: 9999;
}

#progressBar {
height: 100%;
width: 0%;
background: white;
transition: width 0.2s ease;
}
78 changes: 78 additions & 0 deletions styles/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,81 @@ body.dark-mode .navbar-text {
transition: all 1.5s ease-out;
background-color: #3b9cdd !important;
}

#scrollToTop {
position: fixed;
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #000000;
color: #ffffff;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s, color 0.3s, opacity 0.3s, transform 0.3s;
opacity: 0;
visibility: hidden;
z-index: 9999;
}

#scrollToTop:hover {
background-color: #3e3e3e;
}

#scrollToTop.show {
opacity: 1;
visibility: visible;
}

#scrollToTop .arrow-icon {
fill: white;
width: 24px;
height: 24px;
transition: transform 0.3s;
}

#scrollToTop:hover {
transform: translateY(-5px);
/* Move button up on hover */
}

#scrollToTop:hover .arrow-icon {
transform: translateY(-2px);
/* Move arrow up on hover */
}

body.dark-mode #scrollToTop {
background-color: #ffffff;
color: #000000;
}

body.dark-mode #scrollToTop:hover {
background-color: #b6b6b6ff;
}

body.dark-mode #scrollToTop .arrow-icon {
fill: black;
}

#progressBarContainer {

position: fixed;
top: 0;
left: 0;
width: 100%;
height: 7px;
background-color: #333;
z-index: 9999;
}

#progressBar {
height: 100%;
width: 0%;
background: white;
transition: width 0.2s ease;
}
0