-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhanced header visibility and improved student section layout #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its all good, just make a small change the navbar background color should be none or same as the header section(top of the site), its becoming white when returning to top of the site
changes done |
public/index.html
Outdated
navbar.style.backgroundColor = "rgba(0, 0, 0, 0.8)"; // Dark background on scroll | ||
navbar.querySelectorAll("a").forEach(a => a.style.color = "white"); // Change link color | ||
} else { | ||
navbar.style.backgroundColor = "rgba(0, 0, 0, 0.8)"; // Revert back to light background |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make the backgroundColor none, it will be good
done but again the text almost gets invisible on white background |
I have requested to change only the else condition backgroundColor to be none, you have made backgroundColor none to both the conditions |
Just wait a minute, will give a solution to it |
Just make the backgroundColor to be transparent in the else condition, it will work @Shweta-1902 |
done |
The leaderboard didn't got updated, it shows the same score as before |
It will be get updated soon |
📋 Description
This pull request enhances the visibility of the header to prevent text from fading, ensuring a better user experience. Additionally, I've made several improvements to the student section layout, including better use of background colors and more detailed content for each student.
🔨 Changes Made
Improved header visibility to enhance text clarity and readability.
Enhanced the student section layout to ensure it occupies the entire box.
Increased the content for each student profile to fill the designated area effectively.
Updated images for student profiles with valid links.
Adjusted the overall styling for a more cohesive and appealing appearance.
✅ Checklist
Before submitting the PR, please make sure you have completed the following:
I have followed all the guidelines mentioned in CONTRIBUTING.md.
My code follows the style guidelines of this project.
I have performed a self-review of my own code.
I have commented my code, particularly in hard-to-understand areas.
I have made corresponding changes to the documentation (if applicable).
I have tested it locally and it works fine.
Any dependent changes have been merged and published in downstream modules.
🏷️ Types of Changes
What type of changes does your code introduce? (Check all that apply)
UI enhancement (non-breaking change which enhances UI) 🎨
📸 Screenshots (if applicable)
Thank you for contributing to Research Nexus! We look forward to reviewing your PR and getting it merged!