This repository contains a simple static marketing site for the Galaxy product line.
What's included
- index.html — main site (uses placeholders in /assets)
- styles.css, script.js — site styles and interactions
- /assets — placeholder images, gallery, and assets metadata
How to preview locally
- Clone the repo: git clone https://github.com/midhunmadhav225-jpg/galaxy.git
- Open
index.htmlin your browser, or serve it with a simple static server:- Python 3:
python -m http.server 8000then visithttp://localhost:8000
- Python 3:
Replace placeholders with real images
- Upload your real images into
/assetsand name themproduct-1.jpg(hero) andproduct-2.jpg(showcase) or updateindex.htmlto point to your filenames. - Update
/assets/assets.jsonwith filenames and alt text if needed.
Publish with GitHub Pages
- Go to your repository on GitHub → Settings → Pages.
- Select the
mainbranch and/ (root)as the folder. - Save — your site will be published at
https://<your-username>.github.io/galaxy/.
Next steps I can take for you
- Replace the placeholder SVGs with the four images you provided (I'll upload them for you and optimize/responsive versions).
- Add automated image optimization (GitHub Action) to create WebP/resized variants on push.
- Improve accessibility and run Lighthouse audits.
Tell me which of the next steps you'd like me to run and I will proceed.