Refined Webpage Style with External CSS (Fixes #533)#555
Open
kartik0905 wants to merge 1 commit intooffa:masterfrom
Open
Refined Webpage Style with External CSS (Fixes #533)#555kartik0905 wants to merge 1 commit intooffa:masterfrom
kartik0905 wants to merge 1 commit intooffa:masterfrom
Conversation
Owner
|
Thanks! I used a local http server to test this, but the seeming seems no longer to work. 🤔 |
Author
Owner
|
Indeed, that's the same as I have seen. But if you switch theme (combo box right lower corner) it still looks the same. |
Author
|
Okay so can you suggest some designing that will be suited in this particular scenario that'll be really helpful for me to understand... |
Owner
|
We can also remove the theme selection. It just shouldn't be a broken feature. |
Author
|
Okay on it.. |
Contributor
@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
|
Owner
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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.