Skip to content

Commit 002c0f3

Browse files
Fix: Sticky footer layout issue and make navbar fixed at top (#1410)
* Code formatter event page and faq page Co-Authored-By: Sanjay Viswanathan <[email protected]> * Fix: saved blogs footer redesign and styles Redesigned the footer in saved-blogs.html to include social media icons, improved layout, and updated links. Added a new saved-blogs.css file for dedicated styling, including dark mode and responsive adjustments. Co-Authored-By: Sanjay Viswanathan <[email protected]> --------- Co-authored-by: Sanjay Viswanathan <[email protected]>
1 parent 94adc8e commit 002c0f3

File tree

2 files changed

+334
-46
lines changed

2 files changed

+334
-46
lines changed

pages/saved-blogs.html

Lines changed: 60 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="stylesheet" href="../styles/blog.css">
1313
<link rel="stylesheet" href="../styles/styles.css">
1414
<link rel="stylesheet" href="../styles/hamburger.css">
15+
<link rel="stylesheet" href="../styles/saved-blogs.css">
1516
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
1617

1718
</head>
@@ -76,60 +77,72 @@ <h1 style="text-align: center;">Saved Blogs</h1>
7677
<span class="tag" data-category="tech">Tech</span>
7778
</div>
7879
<div class="blog-container" id="savedBlogsContainer"></div>
79-
<footer id="Contact" class="footer-2">
80-
<div class="footer-container">
81-
<div class="footer-content">
80+
81+
<footer id="Contact" class="footer-2">
82+
<div class="footer-container">
83+
<div class="footer-content">
8284
<div class="footer-info">
83-
<img src="../assets/recode.png" alt="Recode-Hive logo" class="footer-logo">
84-
</div>
85-
86-
<div class="footer-links">
87-
<div class="footer-section">
88-
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
89-
<div>
90-
<a href="help.html" class="footer-link">Contact Us</a>
91-
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md"
92-
class="footer-link">Code of Conduct</a>
93-
<!-- Added FAQ section -->
94-
<a href="faq.html" class="footer-link">FAQ</a>
95-
96-
</div>
85+
<a href="../index.html"><img src="../assets/recode.png" alt="Recode-Hive logo" class="footer-logo"></a>
86+
87+
<!-- Social Media Icons -->
88+
<div class="social-media-icons">
89+
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
90+
<i class="fab fa-github"></i>
91+
<div class="filled"></div>
92+
</a>
93+
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
94+
<i class="fab fa-youtube footer-youtube-icon"></i>
95+
<div class="filled"></div>
96+
</a>
97+
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
98+
<i class="fab fa-linkedin-in footer-linkedin-icon"></i>
99+
<div class="filled"></div>
100+
</a>
101+
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
102+
<i class="fab fa-twitter footer-twitter-icon"></i>
103+
<div class="filled"></div>
104+
</a>
105+
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook" data-social="facebook">
106+
<i class="fab fa-facebook-f footer-facebook-icon"></i>
107+
<div class="filled"></div>
108+
</a>
97109
</div>
98-
<div class="footer-section">
99-
<h6 class="footer-heading">GET INVOLVED</h6>
100-
<div>
101-
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+" class="footer-link">Add Your Profile</a>
102-
<a href="https://github.com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization" class="footer-link">Join the Organization</a>
110+
<!-- End of Social Media Icons -->
111+
</div>
112+
<div class="footer-links" style="text-align: left;">
113+
<div class="footer-section">
114+
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
115+
<div>
116+
<a href="pages/help.html" class="footer-link">Contact Us</a>
117+
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md" class="footer-link">Code of Conduct</a>
118+
<a href="pages/faq.html" class="footer-link">FAQ's</a>
119+
</div>
120+
</div>
121+
<div class="footer-section">
122+
<h6 class="footer-heading">GET INVOLVED</h6>
123+
<div>
124+
<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>
125+
<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>
126+
<a href="./pages/events.html" class="footer-link">Events</a>
127+
</div>
103128
</div>
104-
</div>
105129
</div>
106-
107130
<div class="footer-description">
108-
<h5>
109-
We focus on quality content for the right people at the right time⏱️. What we are trying to do is help you to brand personal skills through GitHub readme.md, So we listing the best profiles & opportunity to list your profile to the world 🌎.
110-
</h5>
111-
<a href="exploremore.html" class="footer-button">Explore</a>
131+
<h5>We focus on quality content for the right people at the right time. What we are trying to do is help you
132+
brand personal skills through GitHub readme.md, listing the best profiles, and giving you the opportunity to
133+
list your profile to the world.</h5>
134+
<a href="https://stream.recodehive.com/github" class="footer-button">Explore</a>
112135
</div>
113-
</div>
114136
</div>
115-
116-
<div class="footer-bottom">
117-
<div class="footer-container">
118-
<p class="footer-copyright">
119-
&copy; <span id="dynamic-year"></span> Recode-Hive. Made with 🖤️ by the community. All rights reserved.
120-
</p>
121-
</div>
122-
</div>
137+
</div>
138+
139+
<div class="footer-bottom">
140+
<p>© <span id="dynamic-year">2025</span> Recode-Hive. Made with 🖤 by the
141+
<a href="https://github.com/recodehive/awesome-github-profiles" target="_blank" rel="noopener noreferrer" class="no-underline">community</a>. All rights reserved.
142+
</p>
143+
</div>
144+
</footer>
123145

124-
125-
<script src="../scripts/dark-mode.js"></script>
126-
127-
128-
<script>
129-
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
130-
</script>
131-
132-
</footer>
133146
<script>
134147
const tags = document.querySelectorAll('.tag');
135148
tags.forEach(tag => {
@@ -177,5 +190,6 @@ <h5>
177190
}
178191
});
179192
</script>
193+
<script src="../scripts/dark-mode.js"></script>
180194
</body>
181195
</html>

0 commit comments

Comments
 (0)