Skip to content

Conversation

kartik0905
Copy link

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.

@offa offa added the content label Aug 14, 2025
@offa
Copy link
Owner

offa commented Aug 14, 2025

Thanks!

I used a local http server to test this, but the seeming seems no longer to work. 🤔

@kartik0905
Copy link
Author

kartik0905 commented Aug 14, 2025

Thanks for the response offa...

Hey when i open live server and also when i enter this command python3 -m http.server 8000 on my mac it also shows the webpage also i will add the screenshot
Screenshot 2025-08-14 at 9 11 46 PM

as you can see it successfully worked and the webpage looks good in comparison to before

@offa
Copy link
Owner

offa commented Aug 16, 2025

Indeed, that's the same as I have seen.

But if you switch theme (combo box right lower corner) it still looks the same.

@kartik0905
Copy link
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...

@offa
Copy link
Owner

offa commented Aug 16, 2025

We can also remove the theme selection. It just shouldn't be a broken feature.

@kartik0905
Copy link
Author

Okay on it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants