Personal portfolio website for Mujiburrohman, a Mobile & SDK Engineer with 4+ years of experience building Android, iOS, Unity, and Kotlin Multiplatform SDKs.
- Retro pixel art game aesthetic with CRT scanline overlay
- CSS pixel character sprite with floating animation
- Game HUD navbar with HP bar and scroll-based navigation
- Quest Log timeline for work experience
- Skill Tree with animated level bars
- RPG Inventory for projects with rarity badges (Legendary, Epic, Rare)
- Warp Portal contact section
- Twinkling star background
- Fully responsive (mobile / tablet / desktop)
- Pure HTML5 + CSS3 + vanilla JavaScript
- No frameworks, no build tools, no dependencies
- Google Fonts (Press Start 2P)
- Hosted on GitHub Pages
mozeeb.github.io/
├── index.html # Main page
├── css/
│ └── pixel-game.css # All styles
├── js/
│ └── pixel-game.js # Animations & interactions
├── img/
│ ├── favicon.svg # Pixel art favicon
│ └── favicon.png # Fallback favicon
└── LICENSE