Crafting Code With Purpose. An immersive, dark-themed personal portfolio website featuring fluid animations, magnetic interactions, and a polished user experience. Built to showcase creative frontend development skills.
This portfolio is a showcase of modern frontend techniques, focusing on interaction design and performance. It utilizes Tailwind CSS for rapid styling and GSAP (GreenSock) to drive complex animations like the timeline scroll, magnetic buttons, and text reveals. The aesthetic is a "Creative Dark" theme with neon blue accents, designed to leave a lasting impression.
|
Custom cursor logic, magnetic buttons, and a glassmorphism header for a premium feel. |
Powered by ScrollTrigger and TextPlugin for immersive storytelling and reveal effects. |
Mobile-first approach ensuring a smooth experience from large desktops to smartphones. |
|
Project grids and tech stacks are dynamically rendered via JavaScript for easy updates. |
Integrated modal form connected to FormBold for instant email delivery. |
Optimized assets, custom preloader, and clean HTML5 structure for fast load times. |
.
├── 📁 images/ # Assets (icons, backgrounds, project shots)
│ ├── 📁 icons/ # SVGs and Logos
│ └── 📁 tech/ # Technology logos
├── 📁 js/
│ ├── 📄 script.js # Main UI logic (Cursor, Preloader, Header)
│ ├── 📄 techStack.js # Data & Rendering for Skills section
│ └── 📄 work.js # Data & Rendering for Projects grid
├── 📁 style/
│ └── 📄 global.css # Custom CSS overrides
└── 📄 index.html # Main entry point
