/website-root │ ├── index.html → Home page (landing page) ├── about.html → About the platform ├── subjects.html → Subjects overview (Physics, Maths, etc.) ├── mechanics.html → Sample module page (Mechanics pilot) ├── resources.html → Central resource hub (notes, PPTs, videos, simulations) ├── contact.html → Contact / support page │ ├── /css │ └── style.css → Basic styling │ ├── /js │ └── script.js → Placeholder for interactivity │ ├── /images │ └── logo.png → Placeholder logo │ └── /resources ├── sample-notes.pdf → Practice upload file ├── sample-ppt.pptx → Practice upload file └── sample-video.mp4 → Practice upload file