A clean, minimal portfolio website built to showcase my data analytics projects, technical skills, and contact information. Designed for recruiters and hiring managers who need to quickly assess capabilities or just know me.
- HTML5 — semantic markup, no frameworks
- CSS3 — CSS Grid, Flexbox, custom properties, responsive design
- JavaScript — minimal, vanilla JS (mobile nav toggle + scroll state)
- Google Fonts — Cormorant Garamond (headings), DM Mono (labels & body)
No external JS libraries, no build tools, no third-party dependencies.
- Milton Transit Desert Analysis — Spatial analysis of transit coverage gaps using GTFS + Census data
- Finance Risk & Fraud Detection — XGBoost fraud detection with $917k projected savings
- Student Churn Early Warning — 10M+ OULAD clickstream records, 70% precision by Week 4
- Loan Process Optimization — Process mining on BPI 2017 dataset, 90% time reduction proposed
- Olist E-Commerce Analytics — RFM segmentation and Customer Lifetime Value modeling
- Background: near-black (
#0d0d0d) - Text: warm off-white (
#f0ece4) - Primary accent: gold (
#c9a96e) - Secondary accent: muted teal (
#4a7c6f) - Transitions: CSS-only, 0.2s ease — no animation libraries
Portfolio/
├── index.html # Single-page markup
├── styles.css # All styles, mobile-first responsive
├── script.js # Mobile nav toggle + navbar scroll background
├── assets/
│ ├── profile.jpg # Profile photo
│ └── resume.pdf # Downloadable resume
└── README.md
- Email: nisargpatel1717@gmail.com
- LinkedIn: Nisarg Patel
- GitHub: Nishu1717