-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
168 lines (151 loc) · 9.16 KB
/
faq.html
File metadata and controls
168 lines (151 loc) · 9.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ - The Grove</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="nav-brand">
<img src="icon.png" alt="The Grove Logo" class="logo">
<span>The Grove</span>
</div>
<ul class="nav-menu">
<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>
</div>
</nav>
<section class="content-page">
<div class="container">
<h1>Frequently Asked Questions</h1>
<div class="faq-tabs">
<div class="faq-categories">
<button class="faq-tab active" data-category="general">General</button>
<button class="faq-tab" data-category="features">Features</button>
<button class="faq-tab" data-category="privacy">Privacy & Support</button>
</div>
<div class="faq-content-wrapper">
<!-- General Questions -->
<div class="faq-category active" data-category="general">
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">💰</span>
<h3>Is The Grove completely free?</h3>
</div>
<p>Yes! The Grove is currently completely free to use with all features available. In the future, we may introduce optional premium features, but the core functionality will always remain free.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">👤</span>
<h3>Do I need to create an account to use The Grove?</h3>
</div>
<p>No, you don't need to register or create an account. Simply download the app and start enjoying the sleep sounds immediately. Your preferences are saved locally on your device.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">📱</span>
<h3>Which devices are supported?</h3>
</div>
<p>The Grove is available for both iOS and Android devices. Check your device's app store for compatibility requirements.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">📶</span>
<h3>Can I use The Grove offline?</h3>
</div>
<p>Yes! Once installed, The Grove can be used entirely offline. The built-in sounds work immediately without any internet connection. If you want to browse and download additional sounds from the Sound Library, you'll need internet for the download, but once saved, those sounds also work offline.</p>
</div>
</div>
<!-- Features Questions -->
<div class="faq-category" data-category="features">
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🎨</span>
<h3>How do I create custom sound mixes?</h3>
</div>
<p>Simply tap the "Create Mix" button on the home screen, then select the sounds you want to combine. You can adjust the volume for each sound individually and save your favorite combinations.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">⏰</span>
<h3>Can I use a sleep timer?</h3>
</div>
<p>Yes! The Grove includes a sleep timer feature. You can set it to automatically stop playing sounds after a specified duration, perfect for falling asleep without draining your battery.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🌊</span>
<h3>What types of sounds are available?</h3>
</div>
<p>The Grove offers a wide variety of sounds including rain, thunder, ocean waves, indoor rain, campfire, candle fire, and many more nature and ambient sounds. New sounds are added regularly!</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🎥</span>
<h3>What is Immersion Mode?</h3>
</div>
<p>Immersion Mode combines video and audio for a fully immersive relaxation experience. Watch calming nature scenes while listening to corresponding sounds for enhanced relaxation.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🎵</span>
<h3>Can I play sounds in the background?</h3>
</div>
<p>Yes! The Grove supports background playback, so you can use other apps or turn off your screen while the sounds continue playing.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">☁️</span>
<h3>What is the Sound Library?</h3>
</div>
<p>The Sound Library is a cloud-based collection of additional sounds you can browse and download directly in the app. You need an internet connection to browse and download new sounds, but once downloaded, they're saved on your device and work completely offline.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">📥</span>
<h3>Do I need internet to use downloaded sounds?</h3>
</div>
<p>No! Once you download sounds from the Sound Library, they are stored locally on your device and can be used entirely offline. You only need internet when browsing and downloading new content from the library.</p>
</div>
</div>
<!-- Privacy & Support Questions -->
<div class="faq-category" data-category="privacy">
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🔒</span>
<h3>Does The Grove collect my personal data?</h3>
</div>
<p>No. The Grove does not collect any personal information. Only your preferences (like theme and selected sounds) are stored locally on your device and are never transmitted externally.</p>
</div>
<div class="faq-card">
<div class="faq-card-header">
<span class="faq-icon">🐛</span>
<h3>How do I report a bug or request a feature?</h3>
</div>
<p>We'd love to hear from you! Please use our <a href="contact.html">contact form</a> or email us directly at doublee.studio.team@gmail.com with your feedback, bug reports, or feature requests.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 The Grove. All rights reserved.</p>
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>