PRIVACY PROTOCOL
Last updated: January 1, 2024
1. DATA COLLECTION
This portfolio website is a static demo site. We collect minimal data:
- LocalStorage Data: Demo authentication stores usernames, emails, and passwords locally in your browser (not on any server).
- Theme Preference: Your selected theme (dark/light variants) is saved in localStorage.
- No Server Logs: This is a static site with no backend server, so no IP addresses or access logs are collected.
2. COOKIES & LOCAL STORAGE
We use browser localStorage (not cookies) to store:
hud_session - Demo authentication session
hud_users - Demo user registry
hud_theme - Your theme preference
This data never leaves your browser and is not transmitted to any server.
3. THIRD-PARTY SERVICES
This site loads resources from external CDNs:
- Google Fonts: Fonts are loaded from Google's CDN. Google may collect usage data per their privacy policy.
- Phosphor Icons: Icon fonts loaded from jsdelivr CDN.
- Tailwind CSS: Loaded via CDN for styling.
These services may collect standard log information including your IP address and browser type.
4. DATA SECURITY
Important security notes for this demo site:
- Passwords are stored in plaintext in localStorage (this is a demo only - never do this in production!)
- No actual authentication server exists - all "auth" is simulated in your browser
- No personal data is transmitted to or stored on any server
- This is a frontend demonstration site, not a production application
5. CONTACT INFORMATION
If you have questions about this privacy policy or the demo site:
- Email: deendayalan.pv@example.com (demo address)
- Visit the Contact Page for demonstration purposes
6. CHANGES TO THIS POLICY
This privacy policy may be updated at any time. Changes will be reflected on this page with an updated "Last updated" date.