A responsive personal portfolio website for Dev Smaj. The site presents skills, experience, featured projects, and contact information with dark/light mode, English/Arabic language support, smooth animations, and a clean developer-focused interface.
- Responsive portfolio layout
- Dark and light theme toggle
- English and Arabic text switching
- Animated hero, skills, timeline, and project cards
- Project cards with live demo and GitHub links
- Contact form that opens an email draft to
officialsmaj@gmail.com - Mobile-friendly navigation and layout
-
SMAJ PI HUB
Live: https://devsmaj.github.io/smajpihub-demo/
Code: https://github.com/devsmaj/smajpihub-demo -
FAMI-NA Express
Live: https://devsmaj.github.io/food-delivery/
Code: https://github.com/devsmaj/food-delivery -
SMAJ Ecosystem Dashboard
Live: https://devsmaj.github.io/smaj-ecosystem-dashboard/
Code: https://github.com/devsmaj/smaj-ecosystem-dashboard
- HTML5
- CSS3
- JavaScript
- Tailwind CDN
- Font Awesome
- Anime.js
.
├── assets/
│ ├── ceo.jpg
│ ├── Famina.png
│ ├── dashboard1.png
│ ├── dashboard2.png
│ └── smajpihub.png
├── index.html
├── script.js
├── style.css
└── README.md
Start a simple static server:
python3 -m http.server 8000 --bind 0.0.0.0Then open:
http://127.0.0.1:8000/

