-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
42 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Task Timer — Support</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
max-width: 640px; margin: 0 auto; padding: 2rem 1.25rem; color: #1c1c2e; line-height: 1.6; }
h1 { color: #0054c0; } h2 { margin-top: 2rem; }
a { color: #0054c0; }
.card { background: #f3f5fb; border-radius: 12px; padding: 1rem 1.25rem; margin: 1rem 0; }
</style>
</head>
<body>
<h1>Task Timer</h1>
<p><strong>A calm, number-free visual timer.</strong> Time becomes a picture revealing
itself while your child works — no countdowns, no pressure.</p>
<h2>Support</h2>
<div class="card">
<p>Questions, problems, or ideas? Email us and a human will reply:</p>
<p><strong>📧 <a href="mailto:santosministries@gmail.com">santosministries@gmail.com</a></strong></p>
</div>
<h2>Common questions</h2>
<p><strong>How do I change the work and break lengths?</strong><br>
Tap the gear icon → Cycle Durations. Set custom minutes and tap Apply.</p>
<p><strong>How do I add my own pictures?</strong><br>
Gear icon → Reveal Image → tap Upload and choose photos. They're kept at full
quality on your device and never leave it.</p>
<p><strong>The voice announcements — can I turn them off?</strong><br>
Yes: gear icon → Sensory & Accessibility → Spoken cues.</p>
<p><strong>My child fixates on guessing the picture.</strong><br>
Turn on Calm patterns (gear icon → Reveal Image → Patterns) for repeating designs instead.</p>
<h2>Privacy</h2>
<p>Task Timer collects no data — read the full <a href="privacy.html">privacy policy</a>.</p>
<p style="margin-top:3rem; font-size:0.85rem; color:#777">© 2026 Kerigami LLC</p>
</body>
</html>