Personal website of Guillermo Rodriguez Delgado — iOS Software Engineer & Mobile Architect.
Plain static HTML/CSS site served by GitHub Pages — no build step, no dependencies
(.nojekyll disables the Jekyll build entirely).
├── index.html # Portfolio / CV
├── privacy/
│ ├── index.html # General privacy policy and app directory
│ ├── sumo.html # Per-app privacy policy
│ └── other-app.html # Template — duplicate for each new app
├── support/
│ ├── index.html # Contact details and app directory
│ ├── sumo.html # Per-app support page
│ └── other-app.html # Template — duplicate for each new app
├── assets/ # Stylesheet and images
├── apple-app-site-association # Universal links configuration
└── binding/ # Mobile ID binding landing page
- Duplicate
privacy/other-app.htmlandsupport/other-app.html, renaming them after the app (e.g.privacy/myapp.html). - Follow the TEMPLATE comment at the top of each file.
- Add the app to the directories in
privacy/index.htmlandsupport/index.html. - In App Store Connect, use the page URLs as the app's Privacy Policy URL and Support URL.
python3 -m http.server 8000
MIT — see LICENSE.txt. Contact: gelemias@gmail.com