|
| 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.0"> |
| 6 | +<title>Size Vault — Support</title> |
| 7 | +<meta name="description" content="Size Vault - keep your family's clothing, shoe, ring, hat and school item sizes in one private place."> |
| 8 | +<style> |
| 9 | + body { font-family: -apple-system, sans-serif; max-width: 760px; margin: 40px auto; padding: 0 20px; color: #2a2a3a; line-height: 1.65; } |
| 10 | + header { text-align: center; margin-bottom: 32px; } |
| 11 | + h1 { color: #1a1a2e; margin-bottom: 4px; } |
| 12 | + .tag { color: #6D5DF6; font-weight: 600; } |
| 13 | + h2 { color: #444; margin-top: 30px; } |
| 14 | + a { color: #6D5DF6; } |
| 15 | + .faq { background: #f7f5ff; border-radius: 14px; padding: 4px 20px; margin-top: 16px; } |
| 16 | + .faq h3 { color: #1a1a2e; font-size: 1rem; margin-bottom: 4px; } |
| 17 | + .card { border: 1px solid #ececf5; border-radius: 14px; padding: 18px 20px; margin-top: 20px; } |
| 18 | +</style> |
| 19 | +</head> |
| 20 | +<body> |
| 21 | +<header> |
| 22 | + <h1>Size Vault</h1> |
| 23 | + <p class="tag">Every family size in one place</p> |
| 24 | +</header> |
| 25 | + |
| 26 | +<p>Size Vault keeps your family's clothing, shoe, ring, hat, and school-item sizes in one tidy, private place. Add each family member, record their sizes with brand notes, and see how your children grow over time — all stored locally on your device.</p> |
| 27 | + |
| 28 | +<h2>Frequently asked questions</h2> |
| 29 | + |
| 30 | +<div class="faq"> |
| 31 | + <h3>Where is my data stored?</h3> |
| 32 | + <p>Everything stays on your device. There is no account and nothing is uploaded to a server.</p> |
| 33 | +</div> |
| 34 | +<div class="faq"> |
| 35 | + <h3>How do I record a size change?</h3> |
| 36 | + <p>Open a family member, tap "Add size", and enter the new value. The latest entry becomes the current size, and the previous one is kept in the size history.</p> |
| 37 | +</div> |
| 38 | +<div class="faq"> |
| 39 | + <h3>How do I back up my data?</h3> |
| 40 | + <p>Go to Settings → Export and choose JSON, CSV, or PDF. You can then save or send the file wherever you like.</p> |
| 41 | +</div> |
| 42 | +<div class="faq"> |
| 43 | + <h3>How do I remove ads?</h3> |
| 44 | + <p>Open Settings → Remove ads for a one-time purchase. If you reinstall, use "Restore purchase".</p> |
| 45 | +</div> |
| 46 | +<div class="faq"> |
| 47 | + <h3>How do I delete everything?</h3> |
| 48 | + <p>Settings → Clear all data removes all members and sizes. Uninstalling the app also removes your data.</p> |
| 49 | +</div> |
| 50 | + |
| 51 | +<div class="card"> |
| 52 | + <h2 style="margin-top:6px;">Contact us</h2> |
| 53 | + <p>Need help or have a suggestion? Email <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a> and we'll get back to you.</p> |
| 54 | + <p><a href="../../privacy-policy/size-vault/">Privacy Policy</a></p> |
| 55 | +</div> |
| 56 | +</body> |
| 57 | +</html> |
0 commit comments