A clean, fast personal site for my MSc Computer Science profile and  work.
Built for GitHub Pages. Features a live GitHub Snapshot dashboard (owned + shared repos, CI hygiene, README coverage) and a dedicated CV page.
- Live site: https://mikeTech01.github.io ⟵ (if this repo is named MikeTech01.github.io)
- CV page: /cv.html(rendersresume.pdfin a separate page)
- Contact: malibeaj01@outlook.com
- Professional Amazon-ish design: dark navy, orange accents, accessible contrast.
- Snapshot dashboard:
- Projects (owned + shared): owned public repos + public repos I pushed to recently.
- Stars: total stars across owned public repos.
- CI hygiene: % of recent repos with GitHub Actions.
- README coverage: % of recent repos with a README.
- Charts: Activity by month, top languages, top repos by stars.
 
- Fast & self-contained: vanilla HTML/CSS/JS (no frameworks), cached API calls (15 min).
- Mobile-friendly: responsive grid & typography.
/ ├─ index.html # main page (About, Skills, Snapshot, Awards, Contact) ├─ cv.html # separate page embedding resume.pdf ├─ resume.pdf # your CV ├─ README.md # this file └─ (optional assets)