-
Notifications
You must be signed in to change notification settings - Fork 395
/
Faq.html
317 lines (275 loc) · 13.3 KB
/
Faq.html
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SkillWise FAQ</title>
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!-- Custom font link -->
<link rel="stylesheet" href="./assets/font/font.css">
<!-- Custom CSS link -->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/Faq.css">
<!-- Preload images -->
<link rel="preload" as="image" href="./assets/images/faq.png">
<link rel="preload" as="image" href="./assets/images/hero-bg.png">
<!-- Animation on Scroll -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- menu icon link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<style>
/* Styling for the "Was this helpful?" buttons */
.helpful-buttons {
margin-top: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.helpful-btn {
padding: 5px 10px;
border: none;
background-color: #a1a0a0;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s ease;
}
.helpful-btn:hover {
background-color: #bfbcbc;
}
.helpful-result {
margin-left: 10px;
font-weight: bold;
}
</style>
</head>
<body style="background-image: url('./assets/images/hero-bg.png');">
<!-- Navbar -->
<header class="header" data-header>
<div class="container">
<a href="./index.html">
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
</a>
<nav class="navbar" data-navbar>
<div class="navbar-top">
<a>
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
</a>
<button class="nav-close-btn" aria-label="close menu" data-nav-toggler>
<i class="fa-solid fa-xmark"></i>
</button>
</div>
<ul class="navbar-list">
<li class="navbar-item">
<a href="./index.html" class="navbar-link title-sm" data-nav-link>Home</a>
</li>
<li class="navbar-item">
<a href="./index.html#courses" class="navbar-link title-sm" data-nav-link>Courses</a>
</li>
<li class="navbar-item">
<a href="./index.html#blog" class="navbar-link title-sm" data-nav-link>Blog</a>
</li>
<li class="navbar-item">
<a href="./index.html#contact" class="navbar-link title-sm" data-nav-link>Contacts</a>
</li>
<li class="navbar-item">
<a href="Faq.html" class="navbar-link title-sm" data-nav-link>FAQ</a>
</li>
<li class="navbar-item">
<a href="/careers.html" class="navbar-link title-sm" data-nav-link>Careers</a>
</li>
</ul>
</nav>
<a href="./signin.html" class="btn" id = "freeTrial" >Start Free Trial</a>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<i class="fa-solid fa-bars"></i>
</button>
<div class="overlay" data-overlay data-nav-toggler></div>
</div>
</header>
<section class="section hero has-bg-image" aria-labelledby="hero-label"
style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<div class="container" style="margin: 10rem auto 0; width:80%">
<div class="hero-content" style="max-width: 600px;">
<h1 class="headline-lg" id="hero-label" data-aos="zoom-in">
Frequently <span class="span">Asked</span> Questions
</h1>
<p class="title-md has-before" data-aos="fade-right">
<p> <b>Welcome to SkillWise’s Learning Hub!</b></p>
<p> At SkillWise, we’re committed to delivering an exceptional learning experience tailored to your
goals. Whether you’re exploring new courses, seeking flexible payment options, or curious about
certifications, our FAQ section has you covered. We’ve crafted it to ensure you find clear, helpful
answers that guide you every step of the way. Your success is our priority, and we’re here to make
your journey enriching, seamless, and empowering—so you can focus on what truly matters: achieving
your full potential.
</p>
</p>
</div>
<figure class="hero-banner" data-aos="zoom-out-up">
<img src="./assets/images/faq.png" width="590" height="620" alt="hero banner" class="w-100">
</figure>
</div>
</section>
<div id="FAQ" style="margin: 17rem auto 0;">
<h1 data-aos="zoom-in">
<p class="title">FAQ'S</p>
</h1>
<br>
<div class="search-box" style="text-align: center; margin-bottom: 20px;">
<input type="text" id="searchInput" placeholder="Search FAQs..." onkeyup="filterFAQs()"
style="width: 80%; padding: 10px; font-size: 16px;">
</div>
<div class="accordian">
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">1. What type of courses does SkillWise offer?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>SkillWise offers a wide range of courses across various categories, including Data Science, UI/UX
Design, Modern Physics, Music Production, Finances, and more. All courses are designed by
experts and provide practical knowledge for learners of all levels.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">2. What payment methods are accepted?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>We accept a variety of payment methods including credit/debit cards, PayPal, and other online
payment gateways. For more details, please refer to our Payment Method section.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">3. Will I receive a certificate after completing a course?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Yes! All courses provide a certificate of completion that can be downloaded and added to your
resume or LinkedIn profile.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">4. What should I do if I encounter issues with the course videos?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>If you're experiencing problems with video playback or course content, try refreshing your
browser or checking your internet connection. You can also reach out to our support team for
further assistance.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">5. Can I get a refund if I'm not satisfied with a course?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Yes, we have a refund policy in place. Please refer to our Refund Policy section for more details
on how to request a refund.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="item" data-aos="fade-down">
<div class="FAQ-title">
<p class="faqQuestion">6. How long do I have access to a course after purchasing it?</p>
<span class="expandToggle">
<p class="expand">+</p>
<p class="revert">-</p>
</span>
</div>
<div class="FAQ-content">
<p>Once you purchase a course, you get lifetime access, allowing you to learn at your own pace.</p>
</div>
<div class="helpful-buttons">
<p>Was this helpful?</p>
<button class="helpful-btn" onclick="handleHelpful(this, 'yes')">Yes</button>
<button class="helpful-btn" onclick="handleHelpful(this, 'no')">No</button>
<p class="helpful-result"></p>
</div>
</div>
<div class="FAQ-ShowMore">
<button id="showMoreBtn">Show More</button>
</div>
</div>
</div>
<div class="footer-bottom footer-bottom-faq">
<div class="container">
<p class="copyright" style="font-weight: bolder; color: black;">
<a href="copy.html"> © Copyright Policy <time id="year"></time> </a> All Rights Reserved by Priya Ghosal
<br>
Made with ♥ by Priya Ghosal
</p>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="assets/js/script.js"></script>
<script>
AOS.init();
</script>
<script>
function handleHelpful(button, response) {
const resultText = button.parentElement.querySelector(".helpful-result");
// Disable the buttons after one selection
const buttons = button.parentElement.querySelectorAll("button");
buttons.forEach(btn => {
btn.disabled = true;
});
// Display feedback based on the user's choice
if (response === "yes") {
resultText.textContent = "Thank you for your feedback!";
resultText.style.color = "black";
} else {
resultText.textContent = "We're sorry to hear that. We'll work on improving!";
resultText.style.color = "black";
}
}
</script>
</body>
</html>