-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
FAQ.html
534 lines (503 loc) · 16.9 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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ's | Find your answers to all questions</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.png" />
<link rel="stylesheet" href="./css/team.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/faq.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="icon" href="./images/image.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous" />
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D -->
<!-- Demo styles -->
<style>
.swiper-cards .swiper-slide {
overflow: visible;
}
</style>
<script src="./js/main.js"></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script src="./js/team.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("oUbB-IqXyvbW5JlV9");
})();
</script>
</head>
<body>
<!-- Animated cursor code -->
<div class="circle-container">
<div
class="circle"
style="
background-color: #55a5ea;
left: 504px;
top: 59px;
scale: 1;
"></div>
<div
class="circle"
style="
background-color: #55a5ea;
left: 504px;
top: 59px;
scale: 0.95;
"></div>
<div
class="circle"
style="
background-color: #55a5ea;
left: 504px;
top: 59px;
scale: 0.9;
"></div>
<div
class="circle"
style="
background-color: #55a5ea;
left: 504px;
top: 59px;
scale: 0.9;
"></div>
<div
class="circle"
style="
background-color: #3fbcc0c6;
left: 504px;
top: 59px;
scale: 0.85;
"></div>
<div
class="circle"
style="
background-color: #3fbcc0c6;
left: 504px;
top: 59px;
scale: 0.85;
"></div>
<div
class="circle"
style="
background-color: #3fbcc0c6;
left: 504px;
top: 59px;
scale: 0.85;
"></div>
<div
class="circle"
style="
background-color: #3fbcc0c6;
left: 504px;
top: 59px;
scale: 0.85;
"></div>
<div
class="circle"
style="
background-color: #fff;
left: 504px;
top: 59px;
scale: 0.8;
"></div>
<div
class="circle"
style="
background-color: #fff;
left: 504px;
top: 59px;
scale: 0.8;
"></div>
<div
class="circle"
style="
background-color: #fff;
left: 504px;
top: 59px;
scale: 0.8;
"></div>
<div
class="circle"
style="
background-color: #fff;
left: 504px;
top: 59px;
scale: 0.8;
"></div>
</div>
<header class="header">
<a href="#" class="logo"
><img
src="./images/logomain.png"
alt=""
style="width: 100px; height: 70px"
/></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<i class="icons bx bxs-home"></i>
<li style="margin-left: 1px"><a href="./index.html">home</a></li>
<i class="icons bx bx-laptop"></i>
<li style="margin-left: 1px">
<a href="./backend/public/index.html">Projects</a>
</li>
<i class="icons bx bxs-contact"></i>
<li style="margin-left: 1px">
<a id="sadafContact" href="#">contact</a>
</li>
<button id="login">Log In</button>
<h3 id="name"></h3>
<img id="image" onclick="ProfileClicked()" />
<button onclick="logout()" id="logout">Logout</button>
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" style="opacity: 0" />
<div class="slider round" id="toggle"></div>
</label>
</ul>
</nav>
</header>
<style>
/* logout btn */
#logout {
margin: 0.2em 1em 0.1em 1em;
display: none;
}
</style>
<script>
const scontact = document.getElementById("sadafContact");
scontact.addEventListener("click", function () {
window.open("index.html#contact");
});
</script>
<section id="" class="home">
<h2>FAQ's</h2>
</section>
<section id="career-heading" class="career-heading">
<h1 class="heading">Frequently Asked Questions</h1>
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">
What types of projects are available on this platform? ?
</button>
<div class="accordion-content">
<p>
We offer a wide range of projects across various tech stacks,
including web development, mobile app development, data science,
machine learning, artificial intelligence, and more. .
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
Are the projects customizable?
</button>
<div class="accordion-content">
<p>
Yes, most of our projects are customizable to meet your specific
requirements. You can contact the seller for any customizations
you need.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">How do I purchase a project?</button>
<div class="accordion-content">
<p>
To purchase a project, browse our catalog, select the project you
are interested in, and click the 'Buy Now' button. You will be
guided through the payment process and receive your project files
upon completion.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
What payment methods do you accept?
</button>
<div class="accordion-content">
<p>
We accept various payment methods, including credit/debit cards,
PayPal, and other major online payment systems.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
Can I get a refund if I am not satisfied with the project?
</button>
<div class="accordion-content">
<p>
We offer a satisfaction guarantee. If you are not satisfied with
the project, you can request a refund within 14 days of purchase.
Please refer to our refund policy for more details.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
How can I contact the project seller for support or questions?
</button>
<div class="accordion-content">
<p>
Each project page has a 'Contact Seller' button. Use this to send
a message directly to the seller for any inquiries or support you
need.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
Is there any support available after purchasing a project?
</button>
<div class="accordion-content">
<p>
Yes, our sellers offer support for their projects. You can contact
them for any issues or assistance you need post-purchase.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
Can I see a demo of the project before purchasing?
</button>
<div class="accordion-content">
<p>
Yes, most project listings include a demo or a preview. You can
also request a demo from the seller if it is not available.
</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
Are the projects peer-reviewed or verified?
</button>
<div class="accordion-content">
<p>
Yes, all projects on our platform are reviewed and verified by our
team of experts to ensure quality and reliability.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="row_f">
<div class="col">
<img src="./images/pngwing.com(5).png" class="logo_f" />
<p>
Get ready for your college project submission with PreciousServices.
We Provide best solution and projects that will gain your knowledge.
Subscribe and get Latest Updates
</p>
</div>
<div class="col">
<h3>
<img
src="https://img.icons8.com/?size=100&id=30605&format=png&color=000000"
alt=""
style="width: 40px; height: 40px" />Office
</h3>
<p>Nagpur, PIN 440001</p>
<p>Maharashtra, India</p>
<p class="email">[email protected]</p>
</div>
<div class="col">
<h3>
<img
src="https://img.icons8.com/?size=100&id=xi9J4k2OgrkM&format=png&color=000000"
alt=""
style="width: 40px; height: 40px" />Useful Links
</h3>
<ul>
<li><a href=".index.html#portfolio">Order</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="tel:7218404903">Contact</a></li>
</ul>
</div>
<div class="col">
<h3>
<img
src="https://img.icons8.com/?size=100&id=WX8XgeDAB2Bh&format=png&color=000000"
alt=""
style="width: 40px; height: 40px" />About Us
</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Team.html">Team</a></li>
<li><a href="index.html#service">Reviews</a></li>
</ul>
</div>
<div class="col">
<h3>
<img
src="https://img.icons8.com/?size=100&id=bqI4gOgp4z1f&format=png&color=000000"
alt="Newsletter"
style="width: 40px; height: 40px" />Newsletter
</h3>
<form>
<i class="icon ion-md-mail"></i>
<input type="email" placeholder="Enter your e-mail id" required />
<button type="submit"><i class="icon ion-md-send"></i></button>
</form>
</div>
</div>
<hr />
<p class="copyright">
PreciousitServices © 2023 - All Rights Reserved
</p>
</footer>
<a href="#" class="back-to-top"><i class="ion-ios-arrow-up"></i></a>
<script src="./js/carrers.js"></script>
<script src="./js/contact.js"></script>
<script src="./login/login.js"></script>
<script src="./js/faq.js"></script>
<script>
//Custom Cursor
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
const colors = [
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"fff",
"fff",
"fff",
"fff",
"fff",
"fff",
"fff",
];
circles.forEach(function (circle, index) {
circle.x = 0;
circle.y = 0;
circle.style.backgroundColor = colors[index % colors.length];
});
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
// Function to toggle dark mode
function toggleDarkMode() {
const isDarkMode = isDarkModePreferred();
setDarkModePreference(!isDarkMode);
applyDarkModePreference();
}
// Function to apply dark mode preference
function applyDarkModePreference() {
const isDarkMode = isDarkModePreferred();
if (isDarkMode) {
document.body.classList.add("dark-mode");
document.getElementById("theme-icon").src =
"assets/images/icons8-sun.svg";
} else {
document.body.classList.remove("dark-mode");
document.getElementById("theme-icon").src =
"assets/images/moon_solid.svg";
}
}
// Function to set dark mode preference
document.addEventListener("DOMContentLoaded", () => {
const currentTheme = localStorage.getItem("theme");
const switchCheckbox = document.getElementById("switch"); // Define switchCheckbox here
const starRating = document.querySelector(".star_rating");
const thankYouMessage = document.querySelector(".thank_you_message");
if (switchCheckbox) {
// Check if switchCheckbox is not null
function applyDarkModeStyles() {
document.body.classList.remove("light-mode");
document.body.classList.add("dark-mode");
starRating.style.backgroundColor = "#2d2828";
thankYouMessage.style.backgroundColor = "#2d2828";
}
function applyLightModeStyles() {
document.body.classList.remove("dark-mode");
document.body.classList.add("light-mode");
starRating.style.backgroundColor = "white";
thankYouMessage.style.backgroundColor = "white";
}
if (currentTheme) {
if (currentTheme === "dark-mode") {
applyDarkModeStyles();
switchCheckbox.checked = true;
} else {
applyLightModeStyles();
}
}
switchCheckbox.addEventListener("change", () => {
if (switchCheckbox.checked) {
applyDarkModeStyles();
localStorage.setItem("theme", "dark-mode");
} else {
applyLightModeStyles();
localStorage.setItem("theme", "light-mode");
}
});
} else {
console.error("Switch checkbox not found!"); // Log an error if switchCheckbox is null
}
});
</script>
</body>
</html>