- HTML5 – Semantic layout and accessibility.
- CSS3 – Flexbox/Grid responsive design, transitions, and keyframe animations.
- JavaScript (ES6) – Interactivity:
- Mobile navigation toggle
- Dark/light theme management
- Custom form validation and DOM updates
- Mobile-first media queries
- Adaptive grid/flex layouts
- Tested on desktop, tablet, and mobile screen sizes.
project-root/ ├─ index.html ├─ about.html ├─ projects.html ├─ gallery.html ├─ contact.html ├─ css/ │ └─ style.css ├─ js/ │ └─ main.js └─ images/...
© 2025 Victor Emeka. All rights reserved.