Skip to content

Commit

Permalink
Merge pull request #1294 from Shriharsh-Deshmukh/gh-pages
Browse files Browse the repository at this point in the history
Fix: add link to the repo on footer #1284
  • Loading branch information
sanjay-kv authored Dec 10, 2024
2 parents bb6db48 + dc996b1 commit 8cbea3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,14 @@ <h5>We focus on quality content for the right people at the right time⏱. What

<div class="footer-bottom">
<div class="footer-container">
<p class="footer-copyright">
© <span id="dynamic-year">2024</span> Recode-Hive. Made with 🖤 by the community. All rights reserved.
</p>

<p>
<a href="https://github.com/recodehive/awesome-github-profiles" target="_blank" rel="noopener noreferrer">
<p class="footer-copyright">
© <span id="dynamic-year">2024</span> Recode-Hive. Made with 🖤 by the community. All rights reserved.
</p>
</a>
</p>
</div>
</div>
</footer>
Expand Down
7 changes: 6 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -760,11 +760,16 @@ body.dark-mode .navbar-link:hover {
font-size: 0.875rem;
margin: 0;
}
.footer-copyright a{
color: #000;
}

.footer-copyright:hover {
.footer-copyright a:hover {
color: #007bff;
text-decoration: underline;
}


/* Dark mode styles */
body.dark-mode .footer-2 {
background: #333;
Expand Down

0 comments on commit 8cbea3b

Please sign in to comment.