Skip to content

Commit 25e6aca

Browse files
committed
feat: add HeritageTrace support page
1 parent 17171bf commit 25e6aca

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

support/heritagetrace/index.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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>HeritageTrace – Support</title>
7+
<style>
8+
* { box-sizing: border-box; margin: 0; padding: 0; }
9+
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f5f5f7; color: #1d1d1f; }
10+
.header { background: linear-gradient(135deg, #8B6500 0%, #3A2A00 100%); color: #fff; text-align: center; padding: 48px 20px 40px; }
11+
.header h1 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
12+
.header p { font-size: 1rem; opacity: 0.8; }
13+
.container { max-width: 640px; margin: 0 auto; padding: 32px 20px 60px; }
14+
.card { background: #fff; border-radius: 16px; padding: 28px; margin-bottom: 20px; box-shadow: 0 1px 8px rgba(0,0,0,0.08); }
15+
.card h2 { font-size: 1.1rem; font-weight: 700; margin-bottom: 14px; color: #8B6500; }
16+
.card p, .card li { color: #444; line-height: 1.75; font-size: 0.95rem; }
17+
.card ul { padding-left: 20px; }
18+
.card li { margin-bottom: 6px; }
19+
.contact-email { display: inline-block; margin-top: 14px; background: #8B6500; color: #fff; text-decoration: none; padding: 12px 24px; border-radius: 10px; font-weight: 600; font-size: 0.95rem; }
20+
.contact-email:hover { opacity: 0.9; }
21+
.footer { text-align: center; color: #999; font-size: 0.8rem; padding: 20px; }
22+
.footer a { color: #999; }
23+
</style>
24+
</head>
25+
<body>
26+
<div class="header">
27+
<h1>🏛 HeritageTrace Support</h1>
28+
<p>We're here to help — get answers and contact our team</p>
29+
</div>
30+
<div class="container">
31+
32+
<div class="card">
33+
<h2>Contact Us</h2>
34+
<p>Have a question, found a bug, or want to give feedback? Send us an email and we'll get back to you within 1–2 business days.</p>
35+
<a href="mailto:appdevelopsk@gmail.com" class="contact-email">✉ appdevelopsk@gmail.com</a>
36+
</div>
37+
38+
<div class="card">
39+
<h2>Frequently Asked Questions</h2>
40+
<ul>
41+
<li><strong>How do I restore my purchases?</strong><br>Go to the premium screen and tap "Restore Purchases".</li>
42+
<li><strong>How many UNESCO World Heritage Sites are included?</strong><br>HeritageTrace features 100 UNESCO World Heritage Sites with detailed profiles, photos, and historical information.</li>
43+
<li><strong>Can I use the app offline?</strong><br>Yes, all site profiles and photos are available offline once downloaded.</li>
44+
<li><strong>How do I cancel my subscription?</strong><br>Open the Settings app → Apple ID → Subscriptions → HeritageTrace → Cancel.</li>
45+
<li><strong>The app won't load — what should I do?</strong><br>Try closing and reopening the app. If the issue persists, please contact us with your device model and iOS version.</li>
46+
</ul>
47+
</div>
48+
49+
<div class="card">
50+
<h2>About HeritageTrace</h2>
51+
<p>HeritageTrace is your pocket encyclopedia of UNESCO World Heritage Sites. Explore 100 extraordinary sites across 168 countries — from ancient temples to breathtaking natural wonders.</p>
52+
</div>
53+
54+
</div>
55+
<div class="footer">
56+
&copy; 2025 App Develop SK &nbsp;|&nbsp;
57+
<a href="https://appdevelopsk.github.io/privacy-policies/heritagetrace/">Privacy Policy</a>
58+
</div>
59+
</body>
60+
</html>

0 commit comments

Comments
 (0)