Welcome to My Portfolio
This is a traditional multi-page website with full page reloads on navigation.
Traditional Navigation
This site uses regular HTML links instead of client-side routing. Every navigation triggers a full page load from the server.
Try navigating to the About page and watch your browser's loading indicator.
Server-Side Rendering
Each page is rendered on the server for every request. No static optimization or caching.
Page generated at:
2025-11-11T14:20:57.687ZRefresh the page to see the timestamp update - proof of server rendering!
Compatible with Vercel
This site is fully compatible with Vercel's free hosting tier. Each page will be served as a serverless function.
🔄 Full Page Reloads
Every link click triggers a complete browser reload
⚡ Server Rendered
Pages are generated fresh on each request
📡 No Client Routing
Traditional navigation like classic websites
☁️ Vercel Ready
Optimized for Vercel's serverless platform