A lightweight single-page profile website celebrating the career of Cricket legend MS Dhoni, built with HTML and CSS only.
- Static site (
index.html) with custom typography, responsive layout, and dark theme. - Sidebar profile card + info + social buttons.
- Smooth one-page scroll navigation and modern UI interactions.
- No JavaScript dependency.
Open MSD/index.html directly in your browser:
- macOS / Linux:
open /Users/trsk/Downloads/github/MSD/MSD/index.html
- Windows:
- Double-click
index.html
- Double-click
- HTML5
- CSS3 (variables, grid, transitions)
- Google Fonts:
Bebas NeueDM SansDM Serif Display
MSD/index.htmlβ Full app content and style in one file.
- Clone the repo:
git clone https://github.com/trsk269/MSD.git
- Open:
MSD/MSD/index.html
- Optional: serve with simple HTTP server for local development:
cd MSD/MSDpython3 -m http.server 8000- Browse:
http://localhost:8000
- Update profile content inside the card.
- Add
imgsource and text. - Tweak CSS variables for color & theme.
- Expand with sections (career facts, stats, achievements) into
.main.
- Fork this repo
- Create feature branch:
git checkout -b feature/your-feature - Commit changes:
git commit -m "Add ..." - Push:
git push origin feature/your-feature - Create PR and describe the change.