A fast, modern, and minimal academic portfolio built using clean HTML/CSS and deployed via GitHub Pages.
🔴 Live Website | ✨ Features | ⚙ Architecture | 🚀 Setup | 🎨 Customisation | 🧭 Roadmap
This repository hosts the source code for my personal academic portfolio website.
The site is intentionally simple, lightweight, and fast, built on:
- HTML5
- CSS3
- Zero external frameworks
- GitHub Pages hosting
The website showcases my academic profile, research areas, publications, projects, and CV.
Live Website 👉 https://kapil2020.github.io/web
Pure HTML + CSS. No React, no frameworks, no dependencies.
Custom design with minimalistic layout, rich typography, and elegant section separation.
One-click download for kp_cv_nov.pdf.
Custom images (MobilityAI1_Cover.png, kp_1.png) for a consistent academic identity.
Works smoothly on desktop, tablet, and mobile screens.
Simple folder structure—anyone can clone and reuse it as a template.
The website follows a static architecture:
index.html→ Structure & contentstyles.css→ Styling & themekp_cv_nov.pdf→ CV download- Images → Branding assets
- GitHub Pages → Hosting + automatic deployment
This Mermaid diagram renders directly on GitHub.
flowchart TD
A[👤 User Visits<br>kapil2020.github.io/web] --> B[🌐 GitHub Pages Server]
B --> C[index.html<br>🔹 Structure]
B --> D[styles.css<br>🎨 Styling]
B --> E[kp_cv_nov.pdf<br>📄 CV]
B --> F[Images<br>🖼 Visual Assets]
C --> G[🧠 Browser Rendering Engine]
D --> G
F --> G
E --> H[⬇ CV Viewer / Download]
G --> I[✨ Fully Rendered Portfolio<br>Displayed on Browser]
style A fill:#00eaff,stroke:#0077ff,stroke-width:2px,color:#000
style B fill:#1a1a1a,stroke:#00eaff,stroke-width:2px,color:#00eaff
style C fill:#222,stroke:#0f0,stroke-width:1px
style D fill:#222,stroke:#ff00ff,stroke-width:1px
style E fill:#222,stroke:#ffa500,stroke-width:1px
style F fill:#222,stroke:#00bfff,stroke-width:1px
style G fill:#000,stroke:#fff,stroke-width:2px
style H fill:#000,stroke:#ffa500,stroke-width:1px
style I fill:#00ff7f,stroke:#008000,stroke-width:2px,color:#000
- index.html — Main website page
- styles.css — Site-wide styling (colors, layout, fonts)
- kp_cv_nov.pdf — Downloadable CV
- MobilityAI1_Cover.png — Cover image
- kp_1.png — Profile / branding image
- LICENSE — MIT license
⭐ If you like this portfolio, give the repository a star!