My personal portfolio website — a single-page site introducing me, my work, my projects, and resume.
?? Live: https://shubhrai23.github.io
I'm Shubh Rai, a B.Tech IT student at Delhi Technological University and a Full Stack Developer Intern at Eythor Private Limited, passionate about solving hard problems with code and AI.
- About — who I am and what I work on
- Projects — open-source and personal projects
- Resume — viewable and downloadable PDF
- Contact — how to reach me
- Static HTML / CSS / JavaScript (jQuery), hosted on GitHub Pages
- Based on the MyResume Bootstrap template
- AOS for scroll animations and Typed.js for the hero text
- A p5.js flocking-boids animation on the hero canvas
It's a static site — no build step. Just open index.html, or serve the folder:
``bash python -m http.server 8000
then visit http://localhost:8000
``
index.html # the whole page assets/ css/style.css # site styles js/main.js # nav, smooth scroll, hero typing, AOS init canvas/flock.js # p5.js boids animation img/ # images (optimized) SR Resume.pdf # resume vendor/ # third-party libraries