forked from Tejashri-Taral/TrendTrove-Ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
372 lines (324 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ - Fashion Clothing and Accessories</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your common CSS file -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" herf="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: white;
}
.faq-container {
max-width: 900px;
margin: 50px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
display: flex;
gap: 20px;
align-items: flex-start;
}
.faq-content {
flex: 2;
}
.faq-header {
text-align: center;
font-size: 2em;
color: #f2eef174;
margin-bottom: 20px;
}
.faq-item {
margin-bottom: 20px;
background-color: #fef6f6;
border-left: 5px solid #c0bcc0;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-question {
background-color:rgba(128, 128, 128, 0);
color: #1f1d1d;
padding: 15px;
font-size: 1.2em;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-question:hover {
background-color: whitesmoke;
}
.faq-question:after {
content: '\002B';
font-size: 1.5em;
}
.faq-item.active .faq-question:after {
content: '\2212';
}
.faq-answer {
padding: 0 15px;
max-height: 0;
overflow: hidden;
font-size: 1em;
color: #333;
background-color: #fff;
transition: max-height 0.5s ease;
}
.faq-answer p {
padding: 15px 0;
line-height: 1.6;
}
/* Media Queries for Responsive Design */
@media (max-width: 768px) {
.faq-container {
flex-direction: column;
align-items: center;
}
.faq-question {
font-size: 1em;
}
/* Scroll Progress Bar*/
#progress-container {
position: fixed ;
top: 1px;
left: 0;
width: 100%;
height: 15px;
z-index: 99990;
/* background: #f3f3f3; */
}
#progress-bar {
position: fixed;
top: 0.3px;
left: 0;
width: 0%;
height: 6px;
width: 0;
background: linear-gradient(90deg, rgba(27, 27, 27, 0.762) 0%, rgb(61, 61, 61) 50%, rgba(38, 38, 38, 0.679) 100%);
box-shadow: 0 0 4px rgba(255, 244, 221, 0.7), 0 0 10px rgba(255, 255, 255, 0.496);
transition: width 0.09s ease-in-out;
/* border-radius: 10px; */
}
}
</style>
</head>
<body>
<!-- scroll to top button -->
<!-- <button class="go-top-btn">
<img width="25px" src="arrow_upper.png" alt="go top">
</button> -->
<header class="header" id="header">
<div class="logo">
<a href="/"> <img src="images/logo.png" alt="Logo" srcset=""> </a>
<i class="fa-solid fa-bars menu" id="menu"></i>
</div>
<div id="progress-container">
<div id="progress-bar"></div>
</div>
<nav class="bg-neutral-100 py-20">
<div class="tabs-container">
<ul id="tabs" class="tabs">
<li class="tab">
<a href="index.html">Home</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="about.html">About</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="features.html">Features</a>
<div class="cursor"></div>
</li>
<li class="dropdown tab">
<a href="#">Products</a>
<div class="cursor"></div>
<ul class="dropdown-content ">
<li><a href="mens.html" class="priye">Mens</a>
</li>
<li><a href="womens.html">Womens</a></li>
<li><a href="child.html">Kid Section</a></li>
<li><a href="accessories.html">Accessories</a></li>
</ul>
</li>
<li class="tab" style="margin-left: 15px;">
<a href="contact.html">Contact Us</a>
<div class="cursor"></div>
</li>
</ul>
</div>
</nav>
<nav class="utils">
<ul class="nav-links">
<li class="nav-link">
<i class="fa-solid fa-cart-shopping" id="cart-icon"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-user"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-magnifying-glass"></i>
</li>
</ul>
</nav>
</header>
<div class="faq-container">
<div class="faq-content">
<h1 class="faq-header" style="color: rgba(12, 11, 12, 0.735);">Frequently Asked Questions</h1>
<!-- FAQ 1 -->
<div class="faq-item">
<div class="faq-question">1. What is the return policy for clothing items?</div>
<div class="faq-answer">
<p>We accept returns within 30 days of purchase, provided the clothing items are in their original condition with tags intact. Simply initiate a return request through our website and follow the instructions.</p>
</div>
</div>
<!-- FAQ 2 -->
<div class="faq-item">
<div class="faq-question">2. Do you offer free shipping for accessories?</div>
<div class="faq-answer">
<p>Yes, we offer free standard shipping for all accessories within the country. For international shipping, additional charges may apply depending on the location.</p>
</div>
</div>
<!-- FAQ 3 -->
<div class="faq-item">
<div class="faq-question">3. How do I know which size to order?</div>
<div class="faq-answer">
<p>Our size guide is available on every product page. Please refer to it before placing an order to ensure the perfect fit. If you are between sizes, we recommend sizing up for comfort.</p>
</div>
</div>
<!-- FAQ 4 -->
<div class="faq-item">
<div class="faq-question">4. Are there any ongoing promotions or discounts?</div>
<div class="faq-answer">
<p>We frequently have sales and exclusive promotions for our loyal customers. Make sure to subscribe to our newsletter to stay updated on the latest offers and discounts.</p>
</div>
</div>
<!--FAQ-5-->
<div class="faq-item">
<div class="faq-question">5. How long does it take to process my order?</div>
<div class="faq-answer">
<p>Orders are typically processed within 1-2 business days. You’ll receive a confirmation email once your order is on its way.</p>
</div>
</div>
<!-- FAQ 6-->
<div class="faq-item">
<div class="faq-question">6. How can I track my order?</div>
<div class="faq-answer">
<p>Once your order has shipped, you’ll receive a tracking link via email to monitor your package's journey..</p>
</div>
</div>
<!-- FAQ 7 -->
<div class="faq-item">
<div class="faq-question">7. Can I change my order after placing it?</div>
<div class="faq-answer">
<p>Yes, you can modify your order within a certain timeframe after placing it. Please contact our customer support for assistance.</p>
</div>
</div>
<!-- FAQ 8-->
<div class="faq-item">
<div class="faq-question">8. How can I report a problem with the website?</div>
<div class="faq-answer">
<p>If you encounter any issues, please reach out to us through our "Contact Us" page, and we’ll address the issue promptly.</p>
</div>
</div>
</div>
</div>
<script>
// JavaScript to handle dropdown functionality
const faqItems = document.querySelectorAll('.faq-item');
faqItems.forEach(item => {
item.addEventListener('click', () => {
// Toggle the active class on clicked FAQ
item.classList.toggle('active');
// Expand or collapse the answer
const answer = item.querySelector('.faq-answer');
if (item.classList.contains('active')) {
answer.style.maxHeight = answer.scrollHeight + 'px';
} else {
answer.style.maxHeight = '0';
}
});
});
</script>
<script src="script/progressbar.js"></script>
<footer class="footer">
<div class="footer-section">
<h1>Contact Us</h1>
<ul class="footer-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li>2nd Floor, Bandra West, Mumbai, Maharashtra 400050, India</li>
<li><a href="tel:+91xxxxxxxx2020">+91 xxxxxx2020</a></li>
<li class="border-list"></li>
<li class="socials">
<a href="https://www.linkedin.com/in/tejashri-taral-5006a82a0/" id="linkedin" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/Tejashri-Taral" id="github" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://x.com/Tejashri_10?t=SWxALwKxy-nVrTcbYTFUcA&s=08" id="fa-x-twitter" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/your_instagram" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="footer-section">
<h1>Quick Links</h1>
<ul class="footer-list">
<li><a href="about.html">About Us</a></li>
<li><a href="contributors.html">Our Contributors</a></li>
<li><a href="terms-conditions.html">Terms & Conditions</a></li>
<li><a href="return-policy.html">Return Policy</a></li>
<li><a href="https://github.com/Tejashri-Taral/TrendTrove-Ecommerce" target="_blank">Star Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-section">
<h1>Subscribe to Newsletter</h1>
<ul class="footer-list">
<li>Maxime quae inventore sunt odio perspiciatis vitae saepe officia dolorem.</li>
<li class="sub">
<input type="text" placeholder="Enter your email">
<button class="btn">Subscribe</button>
</li>
</ul>
</div>
</footer>
<script>
document.getElementById("cart-icon").addEventListener("click", function() {
window.location.href = "cart.html";
});
//js for go top button
const goTopBtn = document.querySelector('.go-top-btn');
window.addEventListener('scroll', checkHeight)
function checkHeight() {
if (window.scrollY > 200) {
goTopBtn.style.display = "flex"
} else {
goTopBtn.style.display = "none"
}
}
goTopBtn.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: "smooth"
})
})
</script>
<script src="script/progressbar.js"></script>
</body>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</html>