-
Notifications
You must be signed in to change notification settings - Fork 418
Refined Webpage Style with External CSS (Fixes #533) #555
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks! I used a local http server to test this, but the seeming seems no longer to work. 🤔 |
|
Indeed, that's the same as I have seen. But if you switch theme (combo box right lower corner) it still looks the same. |
|
Okay so can you suggest some designing that will be suited in this particular scenario that'll be really helpful for me to understand... |
|
We can also remove the theme selection. It just shouldn't be a broken feature. |
|
Okay on it.. |
@offa just want know if you are ok with [this](https://quartz.jzhao.xyz/) kind of design since the website is based on markdown we can use the quartz framework (which converts markdown to static webpages) , we have to create a separate markdown files for all the categories , what i think is we can create a separate repo for the website because i think there will be lot of troubles integrating this to the main branch if you are ok with this kind of design will start the work by this weekend
|
|
While I don’t have a strong preference for style or theme, I don’t think splitting the Markdown into pieces is a good idea. I’d rather keep the Markdown file as the main source and keep it simple and easy to use. |


This pull request resolves issue #533 by enhancing the visual appeal and maintainability of the project's webpage.
Previously, the styling was embedded directly within the HTML, making it difficult to manage and scale. This commit introduces an external CSS file to separate the styling from the content, resulting in a cleaner and more organized codebase.
Key changes:
-> Created style.css: A new external stylesheet to house all the styling rules.
-> Linked stylesheet: The index.html file has been updated to link to the newly created style.css.
-> Refined aesthetics: The webpage's overall design has been improved for a more modern and user-friendly experience.
These changes not only address the immediate need for a visual update but also establish a more robust and scalable foundation for future styling enhancements.