This is one of the first side-projects I built for fun during my third year of college. It's still a work in progress, though I do also plan on revamping it entirely in the future.
It currently features a one-page website with three main sections: Hero Section, Technologies, and Projects. Case studies will be added later on, but for now, I wanted to focus on keeping it simple while at the same time adding some creative flairs.
- HTML5 - Semantic markup
- CSS3 - Custom styling and animations
- JavaScript (ES6+) - Interactive functionality
- TailwindCSS - Utility-first CSS framework
- Google Fonts - Typography (Figtree, Jacquard, Jersey, Micro, Pixelify Sans)
- Figma - UI/UX prototyping and design, icon editing
- Aseprite - Main Sprite creation
- Visual Studio Code - Code editor
- Git - Version control
dev-portfolio/
├── index.html # Main homepage
├── about.html # About page
├── projects.html # Projects listing page
├── styles.css # Main stylesheet
├── about-styles.css # About page styles
├── proj-styles.css # Project page styles
├── assets/ # Images and media files
│ ├── cover-*.png # Project cover images
│ ├── skill-*.png # Technology skill icons
│ ├── project-*.png # Project screenshots
│ └── *.pdf # Resume files
└── projects/ # Individual project pages
├── 1-talk2dhand.html # Talk2DHand project details
└── proj-styles.css # Project page styles
This portfolio is continuously updated with new projects and improvements. Last updated: 2025
