Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


About This Project

A modern, dark-themed glassmorphism portfolio built with pure HTML, CSS, and vanilla JavaScript β€” no frameworks, no build tools, no dependencies. It showcases my work as a graphic designer, UI/UX designer, brand identity specialist, and MERN stack developer, backed by a growing library of full-stack projects and verified certifications.

Every layout, animation, and interaction has been hand-crafted with attention to performance, accessibility, and mobile responsiveness β€” including a dedicated round of optimization to strip unnecessary GPU load and fix mobile layout issues.


✦ Zero dependencies           ✦ SEO optimized
✦ Fully responsive            ✦ Accessibility-first
✦ Performance-tuned           ✦ Verified certifications showcase

πŸ› οΈ Tech Stack & Skills

Frontend & Design

HTML5 CSS3 JavaScript SVG Figma Illustrator Photoshop

Backend & Tools

MongoDB Express React Node.js Git GitHub VS Code

✨ Features

🎨 Design

  • Glassmorphism UI with frosted-glass cards
  • Custom gradient system (cyan β†’ blue)
  • Scroll-triggered reveal animations
  • Smooth page transitions & hover states
  • Animated SVG mascot as visual identity
  • Orbiting skill badges around the hero illustration

βš™οΈ Technical

  • Pure HTML/CSS/JS β€” zero frameworks
  • Fully responsive (mobile β†’ 4K), with dedicated mobile layout fixes
  • Performance optimized β€” reduced blur/transition overhead for smoother scrolling on lower-end devices
  • Accessibility compliant (ARIA, keyboard nav)
  • Formspree integration for contact form
  • SEO meta tags & Open Graph ready

🧭 Navigation

  • Sticky navbar with active-state indicators
  • Mobile hamburger menu with smooth drawer
  • Smooth scroll to sections
  • Cross-page navigation with consistent footer
  • Social links modal with brand hover effects

πŸ“„ Pages

  • Home β€” hero, services, featured projects
  • About β€” bio, journey, philosophy
  • Projects β€” filterable project grid (Development / Branding / UI-UX)
  • Skills β€” categorized skill matrix
  • Certificates β€” verified credentials from freeCodeCamp, MongoDB & HackerRank
  • Contact β€” form + social links

πŸ’Ό Featured Projects

Project Description Stack
Skilzavo Full-stack freelance marketplace with a Gantt-style project timeline visualizer, live chat, and dual freelancer/client roles React Β· Node.js Β· MongoDB Β· Socket.io Β· JWT
Splitrak Vendor management & quotation system with a Smart Split Optimizer, PDF export, and interactive analytics React Β· Node.js Β· MongoDB Β· Recharts Β· jsPDF
WeekPlanr AI-powered weekly study planner for students to manage deadlines and reduce academic stress React Β· Node.js Β· MongoDB Β· Google Gemini API
AptifyAi AI-driven aptitude test trainer for NTS, GAT, MDCAT & CSS/PMS prep with real-time scoring React Β· Node.js Β· MongoDB Β· OpenRouter AI
Zilacart Premium luxury e-commerce front-end experience, built backend-free HTML5 Β· Tailwind CSS Β· Vanilla JS
ResuMatch AI AI-powered resume analyzer with fuzzy keyword matching and score-impact suggestions React Β· Node.js Β· Google Gemini

See the Projects page for the complete showcase, including branding and UI/UX work.


πŸ“œ Certifications

Certificate Issuer Issued
Frontend Development Libraries V8 freeCodeCamp Jun 2026
MongoDB Node.js Developer Path MongoDB Jun 2026
JavaScript Certificate HackerRank Jul 2026

Full details and credential badges available on the Certificates page.


πŸ“‚ Project Structure

portfolio/
β”‚
β”œβ”€β”€ πŸ“„ index.html              # Home / landing page
β”œβ”€β”€ πŸ“„ about.html               # About me + journey
β”œβ”€β”€ πŸ“„ projects.html            # Filterable project showcase
β”œβ”€β”€ πŸ“„ skills.html               # Skills & tools matrix
β”œβ”€β”€ πŸ“„ certificates.html         # Verified certifications showcase
β”œβ”€β”€ πŸ“„ contact.html              # Contact form + details
β”œβ”€β”€ πŸ“„ connect-modal.html        # Social links modal
β”‚
β”œβ”€β”€ πŸ“ css/
β”‚   β”œβ”€β”€ 🎨 style.css            # Global theme & components
β”‚   β”œβ”€β”€ 🎨 pages.css            # Page-specific styles
β”‚   └── 🎨 animations.css        # Reveal & motion animations
β”‚
β”œβ”€β”€ πŸ“ js/
β”‚   β”œβ”€β”€ βš™οΈ main.js               # Core interactivity
β”‚   └── βš™οΈ animations.js         # Scroll reveal & motion logic
β”‚
β”œβ”€β”€ πŸ“ assets/                  # Images, mockups, certificates
β”‚
β”œβ”€β”€ πŸ“„ .gitignore
β”œβ”€β”€ πŸ“„ LICENSE                   # All Rights Reserved
└── πŸ“„ README.md                 # You are here πŸ‘‹

πŸš€ Getting Started

Prerequisites

  • Any modern web browser (Chrome, Firefox, Safari, Edge, Brave)
  • A text editor (VS Code recommended) β€” only needed if you want to modify
  • (Optional) A local web server for development

Installation

# 1. Clone the repository
git clone https://github.com/muhammadkhuzaima25/portfolio.git

# 2. Navigate into the project
cd portfolio

# 3. Open in your browser
# Option A: Double-click index.html
# Option B: Use a local server (recommended):
πŸ–₯️ Run a local server (click to expand)

Using Python 3:

python -m http.server 8000

Using Node.js (npx):

npx http-server -p 8000

Using VS Code: Install the Live Server extension and click "Go Live" in the status bar.

Then visit: http://localhost:8000


🎨 Design System

Color Palette

Token Color Preview Usage
--bg #0a0a0f ⬛ Main background
--bg-2 #0d0d18 ⬛ Section backgrounds
--primary #00f5ff 🟦 Accent, buttons, links
--secondary #4f6ef7 🟦 Gradient end
--text #ffffff ⬜ Primary text
--text-2 rgba(255,255,255,0.6) ◻️ Secondary text
--glass rgba(255,255,255,0.05) ▫️ Card backgrounds
--fiverr #1dbf73 🟩 Fiverr brand

Typography

  • Headings: Syne β€” weights 500, 700, 800
  • Body: DM Sans β€” weights 400, 500, 700
  • Icons: Custom inline SVG (no icon library)

πŸ“¬ Connect With Me

GitHub LinkedIn Fiverr Behance Portfolio


πŸ“Š GitHub Stats

GitHub Stats Top Languages
GitHub Streak

βš–οΈ License

License: All Rights Reserved

Β© 2026 Muhammad Khuzaima. All Rights Reserved.

This project is NOT open source. The code, design, content, and all associated intellectual property are the exclusive property of the author. No part of this repository may be copied, cloned, forked, modified, reproduced, distributed, or used in any form or for any purpose without the author's prior written consent.

Unauthorized use will result in immediate legal action, including DMCA takedowns and civil litigation. See the LICENSE file for complete terms.


πŸ™ Acknowledgments

  • Icons: Custom-crafted SVGs by the author
  • Inspiration: The design community on Dribbble, Behance, and GitHub
  • Tools: Built with VS Code

πŸ’– Made with passion, pixel by pixel.

If you appreciate this work, consider ⭐ starring the repo β€” it means a lot!


Profile Views