This is a fun Pokémon-style portfolio website. It is an extra/archive version of my main portfolio: anuj-kulkarni-portfolio.vercel.app.
The design idea is inspired by Pocholo Nicolas Q. De Leon. I (Anuj C. Kulkarni) customized the content and styling.
.
├── assets/
│ ├── fonts/
│ │ └── pokemon-emerald.ttf
│ └── images/
│ ├── pokeball.png, greatball.png, ultraball.png
│ ├── avatar + social icons (github, linkedin, instagram, X)
│ ├── section images (morning.png, rubyintro.png, etc.)
│ └── other icons (faq, medals, clubs, badges)
├── code/
│ ├── index.html # page structure and sections
│ ├── style.css # layout, colors, responsive design, animations
│ └── script.js # section reveal effects and mobile menu toggle
└── README.md
code/index.html in your browser.You can also run the code/ folder with any basic static server.