A high-performance, minimalist portfolio designed for Rahul Dhanawade. Built with Vanilla HTML/CSS/JS for maximum speed, zero build-step complexity, and easy deployment.
- Swiss Design Aesthetic: Deep blacks (
#0a0a0a), clean lines, andIntertypography. - Bento Grid Layout: Mobile-responsive grid for showcasing technical stacks.
- Performance: 100/100 Lighthouse score potential (no heavy frameworks).
- SEO Optimized: Semantic HTML tags (
<nav>,<main>,<article>,<time>). - No "AI Slop": No gradients, no robots—just code and architecture.
Edit index.html and search for the id="projects" section.
Update the href attributes in the GitHub links:
<a href="https://github.com/rahulrd25/your-specific-repo" target="_blank">Place your PDF resume in the root directory and name it:
Rahul_Dhanawade_CV.pdf
Or update the link in the navigation bar in index.html.
Since this requires no build step, you can deploy immediately to:
- GitHub Pages: Go to Settings > Pages > Source:
main/root. - Vercel/Netlify: Just drag and drop the folder or connect the repo.
index.html: Content and structure.styles.css: Design system, variables, and responsive rules.script.js: Progressive enhancement (smooth scroll, mobile menu, reveal animations).