Personal academic website for Dr. Mostafizur Rahaman, Research Scientist at IBM Quantum Division.
- Create a new GitHub repository named
yourusername.github.io(or any name for project pages) - Upload all files from this folder to the repository root
- Go to Settings → Pages → Source: Deploy from branch →
main→/root - Your site will be live at
https://yourusername.github.io
| File | Purpose |
|---|---|
index.html |
Main single-page website (all content) |
_config.yml |
Jekyll configuration |
README.md |
This file |
All styles use CSS variables at the top of index.html:
:root {
--red: #D90032;
--pink: #FF4475;
--rose: #FF7DA0;
...
}Change these to update the color palette site-wide.
- Hero — Name, title, affiliations, stats card
- About — Bio, research interests, career timeline
- Research — Selected publications (9 papers)
- Patents — Full IP portfolio (7 patents)
- Talks — Invited talks & keynotes
- Teaching — Academic teaching roles
- Awards — Scrolling marquee + grid
- News — Recent updates
- Press — Media coverage
Built with Jekyll + pure HTML/CSS/JS. No external dependencies except Google Fonts.