A modern, minimal portfolio website built with Swiss design principles. Fast, responsive, and GDPR-compliant.
- Minimal Swiss Design - Clean typography, purposeful whitespace
- Dark/Light Mode - System preference detection with manual toggle
- Loading Screen - Floating particles with progress animation
- Scroll Animations - Smooth reveal effects throughout
- Project Modal - Interactive project showcase
- Fully Responsive - Optimized for all devices
- GDPR Compliant - All assets self-hosted (fonts, icons, images)
- SEO Ready - Sitemap, robots.txt, meta tags
- Frontend: PHP, HTML5, CSS3, Vanilla JavaScript
- Fonts: Domine (headings), Manrope (body) - self-hosted
- Icons: Font Awesome 6.5.1 - self-hosted
- Animations: CSS keyframes + Intersection Observer API
├── index.php # Main page
├── style.css # All styles
├── script.js # All JavaScript
├── sitemap.xml # SEO sitemap
├── robots.txt # Crawler rules
├── .htaccess # Apache config (caching, security)
├── assets/
│ ├── css/ # Local fonts CSS
│ ├── fonts/ # Self-hosted Google Fonts
│ ├── webfonts/ # Font Awesome icons
│ └── projects/ # Project screenshots
└── data/
└── projects.json # Project data
# Serve locally with PHP
php -S localhost:8000
# Or use any web server (Apache, Nginx)| Color | Hex | Usage |
|---|---|---|
| Cream | #FFF2D7 |
Background (light) |
| Brown | #1E1B18 |
Text, Background (dark) |
| Coral | #F98866 |
Accent, CTAs |
| Lime | #C5F536 |
Secondary accent |
| Warm | #E6D7C2 |
Borders, subtle elements |
© 2025 Nityam Sheth. All rights reserved.
Built with ❤️ by Nityam Sheth