982257b4c1
Migrate all user-facing links from GitHub to self-hosted Forgejo. Go module imports unchanged (separate concern).
103 lines
3.3 KiB
Markdown
103 lines
3.3 KiB
Markdown
# Privacy & Cookies Policy
|
|
|
|
**Last Updated:** November 9, 2025
|
|
|
|
This website is a personal CV/portfolio site for Juan Andrés Moreno Rubio. This privacy notice explains what data is collected and how it's used.
|
|
|
|
---
|
|
|
|
## Analytics & Tracking
|
|
|
|
### Matomo Analytics
|
|
|
|
This website uses **Matomo**, a self-hosted, privacy-friendly analytics platform to understand visitor behavior.
|
|
|
|
**What is collected:**
|
|
- Pages you visit
|
|
- Language preference (EN/ES)
|
|
- Approximate location (country/city level)
|
|
- Browser type and operating system
|
|
- Referring website (if any)
|
|
- Time spent on site
|
|
- Clicks on external links
|
|
|
|
**What is NOT collected:**
|
|
- Personal identifying information (name, email, phone)
|
|
- Precise geolocation
|
|
- Cross-site tracking data
|
|
|
|
**Cookies used:**
|
|
- `_pk_id`: Visitor identifier (13 months)
|
|
- `_pk_ses`: Session identifier (30 minutes)
|
|
- `_pk_ref`: Attribution information (6 months)
|
|
|
|
**Data storage:**
|
|
- All analytics data is stored on a self-hosted Matomo instance
|
|
- Data is NOT shared with third parties
|
|
- Data is NOT sold or used for advertising
|
|
|
|
**Opt-out:**
|
|
- Matomo respects "Do Not Track" browser settings
|
|
- You can block cookies in your browser settings
|
|
- You can use browser extensions to block analytics scripts
|
|
|
|
---
|
|
|
|
## Other Data Collection
|
|
|
|
### Language Preference
|
|
|
|
The site stores your language preference (English/Spanish) in **localStorage** to remember your choice across visits. This is stored only in your browser and is never sent to the server.
|
|
|
|
### No Account System
|
|
|
|
This website does NOT require accounts, logins, or user registration. No personal data is collected through forms.
|
|
|
|
---
|
|
|
|
## Contact
|
|
|
|
If you have questions about this privacy policy or data handling:
|
|
|
|
**Email:** Contact information available on the CV itself
|
|
**GitHub:** [https://repos.txeo.club/txeo/cv-site](https://repos.txeo.club/txeo/cv-site)
|
|
|
|
---
|
|
|
|
## For Developers Using This Code
|
|
|
|
This privacy policy is a **template** showing how to handle self-hosted analytics. If you use this code:
|
|
|
|
### If You Want Analytics:
|
|
1. Set up your own analytics service (Matomo, Plausible, etc.)
|
|
2. Update the tracking code in `templates/index.html`:
|
|
- Replace the analytics server URL with yours
|
|
- Replace the site ID with yours
|
|
3. Update CSP headers in `internal/middleware/security.go`:
|
|
- Add your analytics domain to `script-src` and `connect-src`
|
|
4. Rewrite this PRIVACY.md file with your own:
|
|
- Contact information
|
|
- Analytics provider details
|
|
- Data handling practices
|
|
|
|
### If You Don't Want Analytics:
|
|
1. Remove the analytics `<script>` block from `templates/index.html`
|
|
2. Remove analytics domains from CSP headers in `internal/middleware/security.go`
|
|
3. Simplify this PRIVACY.md to state "This site does not use analytics or tracking"
|
|
|
|
### Template Variables to Replace:
|
|
- `[YOUR-ANALYTICS-SERVER.COM]` - Your analytics server domain
|
|
- `[YOUR-SITE-ID]` - Your analytics site identifier
|
|
- `[YOUR-CONTACT-INFO]` - Your contact information
|
|
- `[YOUR-GITHUB]` - Your GitHub profile/repository
|
|
|
|
---
|
|
|
|
## Changes to This Policy
|
|
|
|
This privacy policy may be updated occasionally. Changes will be reflected with a new "Last Updated" date at the top of this document.
|
|
|
|
---
|
|
|
|
**Bottom line:** This site uses self-hosted analytics to understand visitor behavior. No personal data is collected, sold, or shared. You can disable tracking via browser settings or Do Not Track.
|