One Day. One Step.
This repository hosts the public-facing website for HODOS, including required legal and support pages for mobile app distribution on iOS and Android.
The site is deployed via GitHub Pages and serves as the canonical URL for:
- Privacy Policy
- Terms of Service
- Support & Contact information
- App availability and release status
https://smashpro-digital.github.io/hodos-site/
- Privacy Policy
/privacy.html - Terms of Service
/terms.html - Support
/support.html
These URLs are referenced in:
- Apple App Store submissions
- Google Play Console listings
- Expo app configuration
HODOS is a journey toward order through daily movement and awareness.
The app is designed to support consistency, reflection, and forward motion using:
- Wearable and activity data
- Optional health integrations
- Gentle feedback loops and streaks
- A philosophy of progress over perfection
This repository contains no application logic and no user data.
- HTML5 / CSS3 (no frameworks)
- GitHub Pages for hosting
- Static, dependency-free, and fast
The site is intentionally lightweight to ensure:
- High availability
- App Store review compliance
- Long-term stability
/
├── index.html # Public landing page
├── privacy.html # Privacy Policy
├── terms.html # Terms of Service
├── support.html # Support & contact page
├── assets/
│ ├── hodos-icon.png
│ ├── appstore-badge.svg
│ └── googleplay-badge.svg
└── README.md