feat: add privacy policy and EULA pages, use real app icon on landing site

- Create privacy.html and eula.html matching landing page style
- Update Settings links to sportstime.88oakapps.com/privacy.html and /eula.html
- Rename "Terms of Service" to "EULA" in Settings
- Replace emoji logo with real app icon across all landing pages
- Update footer links in index.html

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-10 15:50:52 -06:00
parent 5f510181eb
commit b993ed3613
5 changed files with 732 additions and 12 deletions

View File

@@ -311,12 +311,12 @@ struct SettingsView: View {
.foregroundStyle(.secondary)
}
Link(destination: URL(string: "https://88oakapps.com/privacy")!) {
Link(destination: URL(string: "https://sportstime.88oakapps.com/privacy.html")!) {
Label("Privacy Policy", systemImage: "hand.raised")
}
Link(destination: URL(string: "https://88oakapps.com/terms")!) {
Label("Terms of Service", systemImage: "doc.text")
Link(destination: URL(string: "https://sportstime.88oakapps.com/eula.html")!) {
Label("EULA", systemImage: "doc.text")
}
Link(destination: URL(string: "mailto:support@88oakapps.com")!) {