This is the source code for my personal portfolio website:
pc2468.github.io
Built with Astro, React, and Tailwind CSS, the site features modern animations, responsive design, and glassmorphism-inspired UI.
- Fast & Modern – Astro + React for smooth rendering
- Glassmorphism UI – subtle transparent effects for a clean, futuristic look
- Responsive – works across desktop, tablet, and mobile
- Custom Sections – CV preview, research interests, events, and more
- Easy Deployment – optimized for GitHub Pages
If you’d like to see how I customized this portfolio step by step, I’ve written a short guide:
It covers:
- The base repo I started from
- Which files I modified
- How I deployed it on GitHub Pages
- Node.js (v18+)
- npm / yarn / bun
git clone https://github.com/pc2468/pc2468.github.io
cd pc2468.github.io
# Install dependencies
npm install
# Start development server
npm run dev- Base template:my-portfolio by rishikesh2003
- Navbar inspiration:Portfolio by Gothsec