Static portfolio and documentation site by Muddassir Iqbal. A hub linking to featured projects—digital marketing guides, Islamic app documentation, business courses, and internal concept work—built with vanilla HTML, CSS, and JavaScript.
Live site: https://iqbalmuddassir.github.io/
| Project | Description |
|---|---|
| Digital Marketing AI | 3-month freelancer roadmap for AI-assisted digital marketing |
| Al-Quran Education | App documentation: recitations, translations, AI Halal checking, prayer tools (Android live — iOS soon) |
| Local Lead Gen Agency | 14-module self-study course for building a local lead gen agency in India |
These pages are deployed but hidden from the default hub.
| Project | Description |
|---|---|
| Minimal Family House | Trapezoid-plot concept plans — garden, patio, parking, rooftop BBQ, two-storey family home |
| Amanah India | Internal summary for an Islamic e-commerce marketplace |
| Grab SEM Portfolio | Internal promotion portfolio — Consumer Maps leadership (Singapore, Beijing, Jakarta) |
All site content lives under docs/:
docs/
├── index.html # Portfolio landing page
├── digital-marketing-ai/index.html
├── quran-education-app/
│ ├── index.html
│ ├── terms_and_conditions.html
│ ├── android/ # Android marketing / Play Store page
│ └── ios/ # iOS coming-soon + redesign gallery
│ ├── islamic-swiftui-redesign.html
│ └── assets/
├── local-lead-gen-agency/index.html
├── minimal-family-house/ # Internal
│ ├── index.html
│ └── assets/
├── amanah-india/index.html # Internal
└── grab-sem-portfolio/index.html # Internal
No build step or package manager is required. Open any HTML file in a browser, or serve the docs/ folder locally:
cd docs && python3 -m http.server 8000Then visit http://localhost:8000.
Pushes to main trigger the GitHub Actions workflow (.github/workflows/digi-mar-ai-workflow.yml), which deploys the docs/ directory to GitHub Pages. No manual deploy step is needed.
This repository keeps a linear history on main. Integrate with rebase or squash only — no merge commits.
- HTML, CSS, JavaScript — no frameworks or bundlers
- Theming — dark/light mode via CSS custom properties; preference stored in
localStorage - Typography — Space Grotesk on the hub and most studio pages; Al-Quran Education uses Outfit + Cormorant Garamond
Each page is self-contained with inline styles and scripts.
© Muddassir Iqbal. All rights reserved.