A personal portfolio website built with pure HTML and CSS.
This is my personal portfolio showcasing my projects, skills, certifications, and contact information. It features a cinematic rain video entry screen, animated stats, bento-grid layouts, and smooth hover interactions — all without any frameworks or dependencies.
index.html— Splash entry screen with rain video backgroundhome.html— Hero section with CGPA counter and project statsabout.html— Bio, certifications grid, and skills panelsprojects.html— Project showcase with GitHub and IEEE linkscontact.html— Contact form and social links
No installation or build tools required.
- Clone the repository:
git clone https://github.com/Itzmyself/<your-repo-name>.git- Navigate into the project folder:
cd <your-repo-name>- Make sure the
assets/folder is present with all images and theRain.mp4video file.
Option 1 — Direct browser (simplest):
Just double-click index.html to open it in your browser.
Option 2 — Live Server (recommended):
If you use VS Code, install the Live Server extension, right-click index.html, and select "Open with Live Server". This ensures the video background autoplays correctly.
Option 3 — Python local server:
python -m http.server 8000Then open http://localhost:8000 in your browser.
- HTML5
- CSS3 (Grid, Flexbox, Custom Properties, Keyframe Animations)
- Google Fonts — DM Serif Display & Syne
- Email: shyamkumar120406@gmail.com
- LinkedIn: linkedin.com/in/shyam-kumar-124868320
- GitHub: github.com/Itzmyself