The current index.html file has grown to over 1400+ lines with inline CSS and JavaScript mixed in.
This impacts maintainability, merge management, and page performance.
Proposed Solution:
Extract inline CSS into a separate style.css file
Move JavaScript logic to a dedicated script.js file
Keep only structural HTML inside index.html
Ensure all references work correctly with existing animations and assets
Benefits:
Easier debugging and feature updates
Reduced merge conflicts
Improved caching and load speed
Cleaner contributor workflow
Labels:
hacktoberfest refactor enhancement
Request:
Please assign this issue to me