android-foss icon indicating copy to clipboard operation
android-foss copied to clipboard

Refined Webpage Style with External CSS (Fixes #533)

Open kartik0905 opened this issue 4 months ago • 6 comments

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.

kartik0905 avatar Aug 14 '25 15:08 kartik0905

Thanks!

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

offa avatar Aug 14 '25 15:08 offa

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

kartik0905 avatar Aug 14 '25 15:08 kartik0905

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

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

offa avatar Aug 16 '25 13:08 offa

Okay so can you suggest some designing that will be suited in this particular scenario that'll be really helpful for me to understand...

kartik0905 avatar Aug 16 '25 14:08 kartik0905

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

offa avatar Aug 16 '25 14:08 offa

Okay on it..

kartik0905 avatar Aug 16 '25 15:08 kartik0905