A clean, minimal developer portfolio built with vanilla HTML, CSS, and JavaScript. No frameworks, no build step, no dependencies.
- Push this repo to GitHub
- Go to Settings → Pages
- Set source to
mainbranch, root folder - Your site will be live at
https://yumorepos.github.io/portfolio-website/
- Push to GitHub
- Import the repo on vercel.com
- Deploy — it auto-detects static sites
Drag and drop the folder at netlify.com/drop
- Content: Edit
index.htmldirectly - Colors/Fonts: Modify CSS variables in
:rootat the top ofstyle.css - Contact links: Update the email, GitHub, and LinkedIn URLs in the Contact section
├── index.html → Content and structure
├── style.css → All styles (dark theme, responsive)
├── main.js → Animations, mobile menu, scroll effects
└── README.md → This file
- Zero dependencies
- Pure HTML5 + CSS3 + vanilla JS
- Google Fonts (Inter + JetBrains Mono)
- Intersection Observer for scroll animations
- Mobile-first responsive design