-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
126 lines (118 loc) · 3.68 KB
/
support.html
File metadata and controls
126 lines (118 loc) · 3.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Resume AI Enhancer - EvoLearns Support</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
margin: 0;
background: #050816;
color: #f9fafb;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 24px 16px 48px;
}
h1, h2, h3 {
color: #e5e7eb;
}
h1 {
font-size: 2rem;
margin-bottom: 0.5rem;
}
h2 {
font-size: 1.4rem;
margin-top: 2rem;
border-bottom: 1px solid #1f2937;
padding-bottom: 0.4rem;
}
p {
margin: 0.4rem 0;
}
a {
color: #60a5fa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.card {
background: #0b1120;
border-radius: 12px;
padding: 16px 18px;
border: 1px solid #111827;
margin-top: 12px;
}
ul {
padding-left: 1.3rem;
}
.tagline {
color: #9ca3af;
margin-bottom: 1rem;
}
.small {
font-size: 0.85rem;
color: #9ca3af;
}
.section-muted {
font-size: 0.9rem;
color: #9ca3af;
}
</style>
</head>
<body>
<div class="wrap">
<h1>Resume AI Enhancer - EvoLearns</h1>
<p class="tagline">Support, help, and contact information.</p>
<div class="card">
<h2>App Overview</h2>
<p><strong>Resume AI Enhancer - EvoLearns</strong> helps you optimize your resume against a target job description.</p>
<ul>
<li>Paste your resume and a job posting.</li>
<li>Get an ATS-style score and gap analysis.</li>
<li>Generate an improved, best-version resume while staying truthful to your experience.</li>
</ul>
</div>
<div class="card">
<h2>Contact & Support</h2>
<p>If you need help, have questions, or want to report a bug, you can reach us at:</p>
<p><strong>Email:</strong> <a href="mailto:ir@evolearns.com">ir@evolearns.com</a></p>
</div>
<div class="card">
<h2>Frequently Asked Questions</h2>
<h3>Do you store my resume or job descriptions?</h3>
<p>Resumes and job descriptions may be processed by our backend to provide scoring and enhancements. We do not sell your data.</p>
<h3>Is my data shared with third parties?</h3>
<p>Your data is used only to provide resume analysis and enhancements in the app. We do not sell or trade your personal information.</p>
<h3>What should I do if I see an error in the app?</h3>
<p>Take a screenshot if possible and email us with a short description of what you were doing when the error occurred.</p>
</div>
<div class="card">
<h2>Privacy Policy</h2>
<p class="section-muted">
This is a simplified privacy summary. A more detailed policy will be published as the product evolves.
</p>
<ul>
<li>We collect the text you paste into the app (resume and job description) to perform analysis and enhancement.</li>
<li>We may store logs to improve reliability and quality of the service.</li>
<li>We do not sell your personal information.</li>
<li>If you would like your data deleted, contact us at
<a href="mailto:ir@evolearns.com">ir@evolearns.com</a>.
</li>
</ul>
</div>
<div class="card">
<h2>App Version & Platform</h2>
<p><strong>Platform:</strong> iOS</p>
<p><strong>Current Version:</strong> 1.0</p>
</div>
<p class="small" style="margin-top: 24px;">
© 2025 EvoLearns. All rights reserved.
</p>
</div>
</body>
</html>