-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
244 lines (212 loc) · 10 KB
/
faq.html
File metadata and controls
244 lines (212 loc) · 10 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ – Flora</title>
<meta name="description" content="Frequently asked questions about the Flora iOS app." />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ── Navigation ─────────────────────────────────────── -->
<nav>
<a href="index.html" class="nav-brand">Fl<span>o</span>ra</a>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="faq.html" class="active">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<button class="nav-toggle" id="navToggle" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</nav>
<main>
<div class="page-header">
<h1>FAQ</h1>
<p>Everything you might want to know about Flora.</p>
</div>
<div class="faq-list">
<!-- Category tabs -->
<div class="faq-tabs" role="tablist">
<button class="faq-tab active" data-group="general" role="tab" aria-selected="true">General</button>
<button class="faq-tab" data-group="features" role="tab" aria-selected="false">Features</button>
<button class="faq-tab" data-group="privacy" role="tab" aria-selected="false">Privacy & Data</button>
</div>
<!-- ── General ──────────────────────────────────────── -->
<div class="faq-group visible" id="group-general">
<div class="faq-item">
<button class="faq-question">
Is Flora free to download?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Yes! Flora is completely free to download and use. All flowers, descriptions, and fun facts are available at no cost. In the future we may introduce optional features, but the daily flower experience will always remain free.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Does Flora work only on iPhone?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Flora is currently an iOS-exclusive app, available on iPhone. Please check the App Store listing for the minimum iOS version required.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Do I need to create an account?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>No account is required. Simply download Flora and it works immediately. There is no sign-up, no email address, and no password.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
When does the flower change?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>The flower updates every day at midnight (local device time). The same flower is shown to all users on the same calendar day, so there is always one shared "flower of the day".</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Can I see flowers from previous days?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>You can bookmark flowers you love to save them for later. Browsing back through the full archive of past flowers may be introduced in a future update.</p>
</div>
</div>
</div>
<!-- ── Features ─────────────────────────────────────── -->
<div class="faq-group" id="group-features">
<div class="faq-item">
<button class="faq-question">
What content is shown for each flower?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Every flower includes: a beautiful photograph, the common name, the Latin (scientific) name, a short description, a longer detailed description, and a fun fact.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
How do the widgets work?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Flora supports both Home Screen and Lock Screen widgets on iOS. After installing the app, add a Flora widget from your device's widget picker. The widget will automatically display the current flower of the day and refresh at midnight each night.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Does Flora work offline?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Yes, Flora is fully offline. All flower content is bundled inside the app; no internet connection is ever needed. The widgets also work without Wi-Fi or mobile data.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Can I share the flower of the day?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Yes! The share button in the app lets you send the current flower, image and name, to anyone via iMessage, Instagram, WhatsApp, or any other app on your device.</p>
</div>
</div>
</div>
<!-- ── Privacy & Data ────────────────────────────────── -->
<div class="faq-group" id="group-privacy">
<div class="faq-item">
<button class="faq-question">
Does Flora collect any personal data?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>No. Flora collects absolutely no personal data. It requests no permissions (no camera, microphone, contacts, or location), and nothing is ever sent to external servers.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Where are my saved bookmarks stored?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Your bookmarks are stored locally on your device only. They are never uploaded to a cloud service or shared with anyone.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
Does Flora use analytics or tracking?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>No. Flora contains no third-party analytics SDKs, no advertising frameworks, and no tracking libraries of any kind. What you do inside the app stays entirely on your device.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
What happens to my data if I delete the app?
<span class="faq-chevron" aria-hidden="true"></span>
</button>
<div class="faq-answer">
<p>Deleting the app from your device removes all locally stored preferences and bookmarks. Since nothing is stored externally, there is nothing to request deletion of, it's all gone once the app is uninstalled.</p>
</div>
</div>
</div>
</div><!-- /faq-list -->
</main>
<!-- ── Footer ──────────────────────────────────────────── -->
<footer>
<div class="footer-inner">
<div class="footer-brand">Flora</div>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms & Conditions</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<p class="footer-copy">© 2026 Flora. All rights reserved. Built by Double E Studio.</p>
</div>
</footer>
<script>
// Mobile nav
const toggle = document.getElementById('navToggle');
const links = document.getElementById('navLinks');
toggle.addEventListener('click', () => links.classList.toggle('open'));
links.querySelectorAll('a').forEach(a => {
a.addEventListener('click', () => links.classList.remove('open'));
});
// FAQ accordion
document.querySelectorAll('.faq-question').forEach(btn => {
btn.addEventListener('click', () => {
const item = btn.closest('.faq-item');
const isOpen = item.classList.contains('open');
// close all in same group
item.closest('.faq-group').querySelectorAll('.faq-item').forEach(i => i.classList.remove('open'));
if (!isOpen) item.classList.add('open');
});
});
// FAQ tabs
document.querySelectorAll('.faq-tab').forEach(tab => {
tab.addEventListener('click', () => {
document.querySelectorAll('.faq-tab').forEach(t => {
t.classList.remove('active');
t.setAttribute('aria-selected', 'false');
});
document.querySelectorAll('.faq-group').forEach(g => g.classList.remove('visible'));
tab.classList.add('active');
tab.setAttribute('aria-selected', 'true');
document.getElementById('group-' + tab.dataset.group).classList.add('visible');
});
});
</script>
</body>
</html>