A sleek, fully responsive personal portfolio website built using only HTML, CSS, and JavaScript β no frameworks, no dependencies.
Designed and developed by Muhammad Usman (a.k.a WizMax).
π View it here: https://wiz1.netlify.app/
- π₯ Cinematic Background Video β immersive looping background with overlay
- π§ Interactive Audio Control β toggle relaxing rain sound
- β‘ Glassmorphic Design β smooth, futuristic, and fast
- π§βπ» About Section β personal bio + profile photo
- π§© Projects Showcase β live status, descriptions, and categories
- π§ Learning Section β what Iβm currently exploring
- π Contact Form β send messages directly via
mailto: - ποΈ Visitor Counter β powered by Abacus API
- π± Fully Responsive β works beautifully on all devices
| Technology | Purpose |
|---|---|
| HTML5 | Structure |
| CSS3 (Vanilla) | Styling & Layout |
| JavaScript (ES6) | Interactivity |
| Abacus API | Visitor Counter |
| Google Fonts (Inter) | Typography |
```bash git clone https://github.com/wizmax11/portfolio-site.git cd portfolio-site ```
Just open the `index.html` file in your browser: ```bash start index.html # For Windows open index.html # For macOS ```
- Replace `bg.mp4` and `rain.mp3` with your own files
- Update links (GitHub, Discord, LinkedIn, etc.) in the Hero section
- Edit the About, Projects, and Learning sections
- Change the email in the contact form: ```html action="mailto:youremail@example.com" ```
``` π wizmax-portfolio/ β βββ index.html # Main webpage βββ bg.mp4 # Background video βββ rain.mp3 # Ambient audio βββ me.png # Profile picture βββ preview.png # Optional preview image βββ README.md # Project documentation ```
βSimplicity with interactivity β every pixel should have a purpose.β
β WizMax
This website follows a clean, minimal, and practical design approach.
Everything focuses on speed, clarity, and a personal touch.
- Add light/dark mode toggle
- Deploy automatically via GitHub Actions
- Add subtle animations with GSAP or Framer Motion
- Use JSON to auto-generate project cards
- Add a blog or notes section (Markdown-based)
This project is open source under the MIT License.
Feel free to use, modify, and share it with proper credit.
- Developer: Muhammad Usman (WizMax)
- Visitor Counter: Abacus by Jason Cameron
- Design Inspiration: Learning journey in Web Dev, Cybersecurity, and UI/UX
Made with β€οΈ by WizMax EOF