Skip to content

Commit 5cb75ce

Browse files
Fix : hover effects of the social media icons on the blog page (#1392)
issue: #1390 👍 Co-authored-by: Sanjay Viswanathan <[email protected]>
1 parent d1713c2 commit 5cb75ce

File tree

3 files changed

+64
-46
lines changed

3 files changed

+64
-46
lines changed

pages/blog.html

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,64 +1830,66 @@ <h1 style="font-size: 50px;">Github Profile Review</h1>
18301830
<a href="#"><img src="../assets/recode.png" alt="Recode-Hive logo" class="footer-logo"></a>
18311831

18321832
<!-- Social Media Icons -->
1833-
<div class="social-media-icons">
1834-
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
1835-
<i class="fab fa-github"></i>
1836-
<div class="filled"></div>
1837-
</a>
1838-
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
1839-
<i class="fab fa-youtube"></i>
1840-
<div class="filled"></div>
1841-
</a>
1842-
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
1843-
<i class="fab fa-linkedin-in"></i>
1844-
<div class="filled"></div>
1845-
</a>
1846-
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
1847-
<i class="fab fa-twitter"></i>
1848-
<div class="filled"></div>
1849-
</a>
1850-
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook" data-social="facebook">
1851-
<i class="fab fa-facebook-f"></i>
1852-
<div class="filled"></div>
1853-
</a>
1854-
</div>
1855-
<!-- End of Social Media Icons -->
1833+
<div class="social-media-icons">
1834+
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
1835+
<i class="fab fa-github"></i>
1836+
<div class="filled"></div>
1837+
</a>
1838+
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
1839+
<i class="fab fa-youtube footer-youtube-icon"></i>
1840+
<div class="filled"></div>
1841+
</a>
1842+
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
1843+
<i class="fab fa-linkedin-in footer-linkedin-icon"></i>
1844+
<div class="filled"></div>
1845+
</a>
1846+
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
1847+
<i class="fab fa-twitter footer-twitter-icon"></i>
1848+
<div class="filled"></div>
1849+
</a>
1850+
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook" data-social="facebook">
1851+
<i class="fab fa-facebook-f footer-facebook-icon"></i>
1852+
<div class="filled"></div>
1853+
</a>
1854+
</div>
1855+
<!-- End of Social Media Icons -->
18561856
</div>
18571857
<div class="footer-links" style="text-align: left;">
18581858
<div class="footer-section">
18591859
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
1860-
<div>
1861-
<a href="pages/help.html" class="footer-link">Contact Us</a>
1862-
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md" class="footer-link">Code of Conduct</a>
1863-
<a href="pages/faq.html" class="footer-link">FAQ's</a>
1864-
</div>
1860+
<div>
1861+
<a href="help.html" class="footer-link">Contact Us</a>
1862+
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md" class="footer-link">Code of Conduct</a>
1863+
<a href="faq.html" class="footer-link">FAQ's</a>
1864+
</div>
18651865
</div>
18661866
<div class="footer-section">
18671867
<h6 class="footer-heading">GET INVOLVED</h6>
18681868
<div>
18691869
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&amp;labels=%E2%9E%95+profile&amp;projects=&amp;template=add_profile.md&amp;title=Add+Profile%3A+" class="footer-link">Add Your Profile</a>
18701870
<a href="https://github.com/recodehive/Support/issues/new?assignees=&amp;labels=invite+me+to+the+community&amp;projects=&amp;template=invitation.yml&amp;title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization" class="footer-link">Join the Organization</a>
1871-
<a href="./pages/events.html" class="footer-link">Events</a>
1871+
<a href="events.html" class="footer-link">Events</a>
18721872
</div>
18731873
</div>
18741874
</div>
18751875
<div class="footer-description">
1876-
<h5>We focus on quality content for the right people at the right time. What we are trying to do is help you
1876+
<h5>We focus on quality content for the right people at the right time. What we are trying to do is help you
18771877
brand personal skills through GitHub readme.md, listing the best profiles, and giving you the opportunity to
1878-
list your profile to the world 🌎.</h5>
1878+
list your profile to the world.</h5>
18791879
<a href="https://stream.recodehive.com/github" class="footer-button">Explore</a>
18801880
</div>
18811881
</div>
18821882
</div>
18831883

18841884
<div class="footer-bottom">
1885-
<div class="footer-container">
1886-
<p class="footer-copyright">
1887-
© <span id="dynamic-year">2024</span> Recode-Hive. Made with 🖤 by the community. All rights reserved.
1888-
</p>
1889-
</div>
1890-
</div>
1885+
<p>© <span id="dynamic-year">2024</span> Recode-Hive. Made with 🖤 by the
1886+
<a href="https://github.com/recodehive/awesome-github-profiles" target="_blank" rel="noopener noreferrer" class="no-underline">community</a>. All rights reserved.
1887+
</p>
1888+
</div>
1889+
1890+
<script>
1891+
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
1892+
</script>
18911893
</footer>
18921894

18931895
<style>

pages/events.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ <h5>
257257
.footer-section {
258258
margin-bottom: 15px; /* Space between sections */
259259
}
260-
261-
.footer-bottom {
262-
text-align: center; /* Center the footer-bottom content */
263-
margin-top: 20px; /* Space between main content and footer */
264-
}
265260
</style>
266261

267262
<button id="scrollToTop" aria-label="Scroll to top">

styles/blog.css

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ body.dark-mode .blog-card .save-btn {
4343
color: #fff;
4444
}
4545

46-
47-
48-
49-
5046
.saved-blogs {
5147
display: flex;
5248
align-items: center;
@@ -588,4 +584,29 @@ body.dark-mode .saved-blogs {
588584
width: 0%;
589585
background: white;
590586
transition: width 0.2s ease;
587+
}
588+
589+
.footer-bottom {
590+
border-top: 1px solid #75727298;
591+
padding: 10px 0;
592+
text-align: center;
593+
}
594+
595+
596+
.footer-bottom p {
597+
margin: 0;
598+
padding: 10px 0;
599+
max-width: 100%;
600+
font-weight: 400;
601+
}
602+
603+
.footer-bottom a.no-underline {
604+
text-decoration: none;
605+
word-break: break-word;
606+
color: #1992d3;
607+
}
608+
609+
.footer-bottom a.no-underline:hover {
610+
text-decoration: none;
611+
color: #026499;
591612
}

0 commit comments

Comments
 (0)