|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>AnyTime Support</title> |
| 7 | + <meta |
| 8 | + name="description" |
| 9 | + content="Support information for AnyTime, the timezone calculator for iPhone, iPad, and Mac." |
| 10 | + > |
| 11 | + <link rel="icon" type="image/png" sizes="1024x1024" href="icon.png"> |
| 12 | + <link rel="apple-touch-icon" href="icon.png"> |
| 13 | + <link rel="stylesheet" href="styles.css"> |
| 14 | + </head> |
| 15 | + <body> |
| 16 | + <div class="shell"> |
| 17 | + <header class="nav"> |
| 18 | + <a class="brand" href="index.html"> |
| 19 | + <img class="brand-mark" src="icon.png" alt=""> |
| 20 | + <span>AnyTime</span> |
| 21 | + </a> |
| 22 | + <nav class="nav-links" aria-label="Primary"> |
| 23 | + <a class="nav-link current" href="index.html">Support</a> |
| 24 | + <a class="nav-link" href="privacy.html">Privacy</a> |
| 25 | + </nav> |
| 26 | + </header> |
| 27 | + |
| 28 | + <section class="hero"> |
| 29 | + <p class="eyebrow">iPhone, iPad, and Mac</p> |
| 30 | + <h1>Timezone math without the mess.</h1> |
| 31 | + <p class="lead"> |
| 32 | + AnyTime helps you compare cities, shift a reference time, paste times from text, and turn |
| 33 | + timezone planning into something quick and readable. |
| 34 | + </p> |
| 35 | + <div class="hero-actions"> |
| 36 | + <a class="button primary" href="mailto:hi@hewig.dev">Email Support</a> |
| 37 | + <a class="button secondary" href="privacy.html">Privacy Policy</a> |
| 38 | + </div> |
| 39 | + </section> |
| 40 | + |
| 41 | + <main class="grid"> |
| 42 | + <section class="card span-7"> |
| 43 | + <h2>Support</h2> |
| 44 | + <p> |
| 45 | + For bug reports, App Store review follow-up, product questions, or account-related requests, |
| 46 | + contact <a href="mailto:hi@hewig.dev">hi@hewig.dev</a>. |
| 47 | + </p> |
| 48 | + <p> |
| 49 | + If you email support, include the device model, OS version, app version, and a short |
| 50 | + description of what you expected versus what happened. |
| 51 | + </p> |
| 52 | + <div class="hero-actions"> |
| 53 | + <a class="button secondary" href="https://github.com/hewigovens/AnyTime">Source Code</a> |
| 54 | + <a class="button secondary" href="https://github.com/hewigovens/AnyTime/issues">Issue Tracker</a> |
| 55 | + </div> |
| 56 | + </section> |
| 57 | + |
| 58 | + <section class="card span-5"> |
| 59 | + <h2>What AnyTime Does</h2> |
| 60 | + <ul> |
| 61 | + <li>Compare multiple time zones from one reference clock.</li> |
| 62 | + <li>Shift time by hours or days for scheduling across regions.</li> |
| 63 | + <li>Search cities and offsets quickly.</li> |
| 64 | + <li>Paste natural-language times and convert them into a reference time.</li> |
| 65 | + <li>Create Calendar events from a timezone card when you want to save a plan.</li> |
| 66 | + </ul> |
| 67 | + </section> |
| 68 | + |
| 69 | + <section class="card span-12"> |
| 70 | + <h2>Highlights</h2> |
| 71 | + <div class="mini-grid"> |
| 72 | + <article class="card"> |
| 73 | + <h3>Reference-first</h3> |
| 74 | + <p> |
| 75 | + Keep one timezone as the anchor and see the rest relative to it instead of doing |
| 76 | + mental conversions every time. |
| 77 | + </p> |
| 78 | + </article> |
| 79 | + <article class="card"> |
| 80 | + <h3>Location-aware</h3> |
| 81 | + <p> |
| 82 | + The app can highlight timezones that match your current location and make it easier |
| 83 | + to pick the nearby city during search. |
| 84 | + </p> |
| 85 | + </article> |
| 86 | + <article class="card"> |
| 87 | + <h3>Local and lightweight</h3> |
| 88 | + <p> |
| 89 | + Your saved clocks stay on-device. AnyTime does not require an account just to use the app. |
| 90 | + </p> |
| 91 | + </article> |
| 92 | + </div> |
| 93 | + </section> |
| 94 | + |
| 95 | + <section class="card span-8"> |
| 96 | + <h2>Privacy Summary</h2> |
| 97 | + <p> |
| 98 | + AnyTime does not include advertising SDKs or third-party analytics. It stores your saved |
| 99 | + clocks and display preferences on your device. |
| 100 | + </p> |
| 101 | + <p> |
| 102 | + Optional location access is used only to help identify your nearby timezone in the app. |
| 103 | + Optional Calendar access is used only when you ask the app to create a calendar event. |
| 104 | + </p> |
| 105 | + <p><a href="privacy.html">Read the full Privacy Policy</a></p> |
| 106 | + </section> |
| 107 | + |
| 108 | + <section class="card span-4"> |
| 109 | + <h2>Current App</h2> |
| 110 | + <p class="pill"><span class="pill-dot"></span>Rewritten SwiftUI release</p> |
| 111 | + <p> |
| 112 | + This support site reflects the current AnyTime app and its latest timezone calculator, |
| 113 | + search, location, and calendar tools. |
| 114 | + </p> |
| 115 | + </section> |
| 116 | + </main> |
| 117 | + |
| 118 | + <footer class="footer"> |
| 119 | + <span>AnyTime support site</span> |
| 120 | + <span>Maintained for the current App Store release.</span> |
| 121 | + </footer> |
| 122 | + </div> |
| 123 | + </body> |
| 124 | +</html> |
0 commit comments