|
12 | 12 | <link rel="stylesheet" href="../styles/blog.css"> |
13 | 13 | <link rel="stylesheet" href="../styles/styles.css"> |
14 | 14 | <link rel="stylesheet" href="../styles/hamburger.css"> |
| 15 | + <link rel="stylesheet" href="../styles/saved-blogs.css"> |
15 | 16 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> |
16 | 17 |
|
17 | 18 | </head> |
@@ -76,60 +77,72 @@ <h1 style="text-align: center;">Saved Blogs</h1> |
76 | 77 | <span class="tag" data-category="tech">Tech</span> |
77 | 78 | </div> |
78 | 79 | <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"> |
82 | 84 | <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> |
97 | 109 | </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=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+" class="footer-link">Add Your Profile</a> |
| 125 | + <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> |
| 126 | + <a href="./pages/events.html" class="footer-link">Events</a> |
| 127 | + </div> |
103 | 128 | </div> |
104 | | - </div> |
105 | 129 | </div> |
106 | | - |
107 | 130 | <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> |
112 | 135 | </div> |
113 | | - </div> |
114 | 136 | </div> |
115 | | - |
116 | | - <div class="footer-bottom"> |
117 | | - <div class="footer-container"> |
118 | | - <p class="footer-copyright"> |
119 | | - © <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> |
123 | 145 |
|
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> |
133 | 146 | <script> |
134 | 147 | const tags = document.querySelectorAll('.tag'); |
135 | 148 | tags.forEach(tag => { |
|
177 | 190 | } |
178 | 191 | }); |
179 | 192 | </script> |
| 193 | + <script src="../scripts/dark-mode.js"></script> |
180 | 194 | </body> |
181 | 195 | </html> |
0 commit comments