Skip to content

Commit

Permalink
Merge pull request #981 from Jayesh-Waghmare/explore-page-fix
Browse files Browse the repository at this point in the history
Explore page fix || ISSUE #920
  • Loading branch information
sanjay-kv authored Oct 20, 2024
2 parents 98c3a69 + 86c7f5d commit 8915a6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,15 @@ <h6 class="footer-heading">GET INVOLVED</h6>
</div>
<div class="footer-description">
<h5>We focus on quality content for the right people at the right time⏱️. What we are trying to do is help you brand personal skills through GitHub readme.md, listing the best profiles, and giving you the opportunity to list your profile to the world 🌎.</h5>
<a href="pages/exploremore.html" class="footer-button">Explore</a>
<a href="https://stream.recodehive.com/github" class="footer-button">Explore</a>
</div>
</div>
</div>

<div class="footer-bottom">
<div class="footer-container">
<p class="footer-copyright">
&copy; <span id="dynamic-year"></span> Recode-Hive. Made with 🖤️ by the community. All rights reserved.
&copy;<a href = "https://stream.recodehive.com/github"><span id="dynamic-year"></span> Recode-Hive. Made with 🖤️ by the community. All rights reserved.</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/exploremore.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h5>
We focus on quality content to the right people at the right time⏱. Recode Hive will help you with updates
on what’s happening in the tech industry💻. We focus on everything starting from How To’s to Data Science.
</h5>
<a href="exploremore.html" class="footer-button">Explore</a>
<a href="https://stream.recodehive.com/github" class="footer-button">Explore</a>
</div>
</div>
</div>
Expand Down
9 changes: 7 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ body.dark-mode .navbar-link:hover {
}

.footer-logo {
width: 150px;
height: auto;
width: 475px;
height: 200px;
cursor: pointer;
}

Expand Down Expand Up @@ -708,10 +708,15 @@ body.dark-mode .navbar-link:hover {
}

.footer-copyright {
color: #000;
font-size: 0.875rem;
margin: 0;
}

.footer-copyright:hover {
text-decoration: underline;
}

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

0 comments on commit 8915a6c

Please sign in to comment.