Skip to content

Commit 7cd9f4e

Browse files
committed
add support page for before-i-leave
1 parent 4e0055c commit 7cd9f4e

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

support/before-i-leave/index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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>Before I Leave – Support | SK APPS</title>
7+
<meta name="description" content="Before I Leave - Pre-departure checklist app. Support and FAQ."/>
8+
<style>
9+
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
10+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;color:#1d2330;background:#f7f8fc;padding:0 20px}
11+
.wrap{max-width:760px;margin:0 auto;padding:48px 0 80px}
12+
header{text-align:center;margin-bottom:40px}
13+
h1{font-size:2rem;color:#3f51b5}
14+
h2{font-size:1.25rem;margin:32px 0 12px;color:#283593}
15+
p,li{margin-bottom:10px}
16+
ul{padding-left:22px}
17+
a{color:#3f51b5}
18+
.card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 16px rgba(20,30,60,.06)}
19+
footer{text-align:center;margin-top:40px;color:#8a90a6;font-size:.85rem}
20+
</style>
21+
</head>
22+
<body>
23+
<div class="wrap">
24+
<header>
25+
<h1>Before I Leave Support</h1>
26+
<p>Pre-departure checklists — never forget your essentials again.</p>
27+
</header>
28+
<div class="card">
29+
<h2>Contact</h2>
30+
<p>Questions, feedback, or bug reports? Email us and we usually reply within 48 hours.</p>
31+
<p><strong>Email:</strong> <a href="mailto:skky1839@gmail.com">skky1839@gmail.com</a></p>
32+
33+
<h2>Frequently asked questions</h2>
34+
<p><strong>How do I create a checklist?</strong><br/>
35+
Tap "+ New checklist" on the home screen, give it a name and emoji icon, then add your items. Your checklist is saved automatically.</p>
36+
37+
<p><strong>How do I reset a checklist for next time?</strong><br/>
38+
Open the checklist and tap the reset icon in the top bar. All items will be unchecked and ready for your next use.</p>
39+
40+
<p><strong>Can I set a daily reminder?</strong><br/>
41+
Yes — open a checklist, tap the settings icon, and enable the daily reminder. You can choose any time. The app will notify you to run through your checklist.</p>
42+
43+
<p><strong>What does "Remove ads" buy?</strong><br/>
44+
It is a one-time purchase that permanently removes banner and interstitial ads. It is not a subscription and does not auto-renew. Use "Restore purchase" to restore on a new device.</p>
45+
46+
<p><strong>Is my data stored online?</strong><br/>
47+
No. All your checklists are stored locally on your device. No account is required and no data is sent to servers.</p>
48+
49+
<h2>Privacy</h2>
50+
<p>See our <a href="https://appdevelopsk.github.io/privacy-policy/before-i-leave/">Privacy Policy</a>.</p>
51+
</div>
52+
<footer>© 2026 AppDevelopSK</footer>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)