forked from Tejashri-Taral/TrendTrove-Ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
550 lines (493 loc) · 15.3 KB
/
about.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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TrendTrove-Ecommerce</title>
<link rel="stylesheet" href="preloaderStyle.css">
<link rel="stylesheet" href="style.css" />
<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">
<!-- Link to your common CSS file -->
<style>
/* General Styles */
html,
body {
margin: 0;
padding: 0;
height: 100%;
font-family: Arial, sans-serif;
}
body {
font-family: 'Open Sans', sans-serif;
background-color: #ff6f61; /* Coral */
color: #ffffff; /* White text */
}
h1, h2 {
font-family: 'Playfair Display', serif;
font-weight: 700;
}
/* About Us Section */
.leftabout {
margin-left: 50px;
margin-right: 50px;
}
.leftabout h3 {
justify-content: center;
text-align: center;
}
.leftabout p {
text-align: center;
}
.about-section {
width: 100%;
padding: 40px 0;
background: #ffffff;
}
.about-title {
font-size: 2.5em;
text-align: center;
margin-bottom: 35px;
}
/* Second part content css */
#div2 {
font-size: 22px;
font-weight: bold;
text-align: center;
margin-bottom: 7px;
}
#div3 {
font-size: 19px;
font-weight: bold;
text-align: center;
margin-top: 7px;
margin-left: 22px;
margin-right: 22px;
}
/* First part: Image left, text right */
.about-content-first {
display: flex;
align-items: center; /* Adjusted to center the image and text */
justify-content: space-between;
margin-bottom: 50px;
gap: 30px; /* Added consistent gap between text and image */
}
.about-text {
flex: 1;
font-size: 2em;
line-height: 1.8;
margin-right: 20px; /* Ensure a margin between text and image */
}
.rightabout {
margin-left: 50px;
margin-right: 50px;
}
.about-images img {
width: 500px;
height: 520px;
border-radius: 5%;
aspect-ratio: 3/2;
opacity: 90%;
box-shadow: 0 0 15px 15px rgba(136, 136, 136, 0.5);
}
/* First image on about us page */
.about3 {
margin-right: 50px;
}
/* Second image on about us page */
.about4 {
margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
}
.aboutus-body {
font-size: 21px;
}
.slogan {
font-size: 22px;
font-weight: bold;
margin-bottom: 12px;
}
/* Second part: Image right, text left */
.about-content-second {
display: flex;
align-items: center; /* Adjusted to center the image and text */
justify-content: space-between;
flex-direction: row-reverse;
gap: 30px; /* Consistent gap for the second part */
}
.about-container {
padding: 0 40px; /* Increased padding for a more spacious layout */
}
/* Footer Section */
/* .footer {
background-color: #bec1c55c;
padding: 20px;
text-align: center;
width: 100%;
}
.footer-section {
margin-bottom: 20px;
}
.footer h1 {
font-size: 1.5em;
margin-bottom: 10px;
}
.footer-list {
list-style: none;
padding: 0;
}
.footer-list li {
margin-bottom: 10px;
}
.footer-list a {
text-decoration: none;
color: #333;
}
.socials a {
margin-right: 10px;
color: #333;
}
.sub input {
padding: 10px;
margin-right: 10px;
width: 70%;
}
.sub .btn {
padding: 10px;
background-color: #333;
color: #fff;
border: none;
cursor: pointer;
}
.sub .btn:hover {
background-color: #555;
}
/* Adding media Queries */
@media (min-width: 1980px) {
.leftabout {
margin-left: 250px;
margin-right: 250px;
}
.about3 {
margin-right: 230px;
}
.about4 {
margin-left: 180px;
}
.rightabout {
margin-left: 250px;
margin-right: 250px;
}
.aboutus-body {
font-size: 25px;
}
#div2 {
font-size: 27px;
}
#div3 {
font-size: 23px;
}
}
@media (max-width: 1200px) {
h3 {
font-size: 20px;
}
.leftabout p {
font-size: 15px;
}
.rightabout p {
font-size: 15px;
} */
/* sorry for using id and div2 div3 but something was
getting overwritten and this was easy way out */
#div2 {
font-size: 16px;
}
#div3 {
font-size: 16px;
}
.about-images img {
width: 300px;
height: 320px;
border-radius: 5%;
aspect-ratio: 3/2;
opacity: 90%;
box-shadow: 0 0 15px 15px rgba(136, 136, 136, 0.5);
}
}
</style>
</head>
<body>
<!-- preloader -->
<div id="preloader">
<div class="wrapper">
<div class="box-wrap">
<div class="box one"></div>
<div class="box two"></div>
<div class="box three"></div>
<div class="box four"></div>
<div class="box five"></div>
<div class="box six"></div>
</div>
</div>
</div>
<!-- Header Section -->
<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>
<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 class="dropdown-parent">Products</a>
<div class="cursor"></div>
<ul class="dropdown-content">
<li><a href="mens.html" class="priye">Men</a></li>
<li><a href="womens.html">Women</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"></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>
<!-- About Us Section -->
<section class="about-section">
<h2 class="about-title">About Us</h2>
<div class="about-container">
<!-- First part: Image left, text right -->
<div class="about-content-first">
<div class="about-text">
<div class="leftabout">
<h3>Welcome to TrendTrove</h3>
<p class="slogan">Elevate Your Style, Embrace Your Confidence!</p>
<p class="aboutus-body">
Your Ultimate Destination for fashion-forward apparel,
accessories, and lifestyle products. We believe in celebrating
individuality and empowering every customer to express their
unique style with confidence. Whether you're looking for
everyday essentials or statement pieces, we source high-quality,
sustainable, and stylish items to elevate your wardrobe.
</p>
</div>
</div>
<div class="about-images">
<img
class="about3"
src="images/about3.jpg"
alt="Fashion Collection"
/>
</div>
</div>
<!-- Second part: Image right, text left -->
<div class="about-content-second">
<div class="about-text">
<div class="rightabout">
<p class="aboutus-body" id="div2">
Our Mission is to empower individuals
</p>
<p class="aboutus-body">
At the heart of TrendTrove is a passion for style and a
commitment to customer satisfaction. Our mission is to offer a
seamless shopping experience with exceptional service, fast
shipping, and an easy return process. We stay ahead of the
fashion curve so you can step out feeling your best, whatever
the occasion.
</p>
<p class="aboutus-body" id="div3">
Discover your style with TrendTrove — where fashion meets
confidence!
</p>
</div>
</div>
<div class="about-images">
<img
class="about4"
src="images/about4.jpg"
alt="Accessories Collection"
/>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer">
<div class="footer-section">
<h1>Contact Us</h1>
<ul class="footer-list">
<li>
<a href="mailto:[email protected]"
>
</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="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="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>
Be the first to know about exclusive deals and new arrivals straight
to your inbox.
</li>
<li>Join our fashion community today!</li>
<li class="sub">
<input
type="email"
placeholder="Enter your email here"
id="email-input"
/>
<button class="btn" id="open-btn">Subscribe</button>
</li>
</ul>
</div>
</footer>
<div class="footer-copyright">
<div id="copyright">© 2024 TrendTrove. All Rights Reserved.</div>
</div>
<div class="modal-box" id="modalbox" style="display: none">
<div class="modal" id="modal">
<div id="close-btn">×</div>
<div class="modal-content">
<img src="images\confirmation.png" alt="" height="100px" />
<h2>Subscription Successful!</h2>
<p>Thank you for subscribing.</p>
<p>You will receive notifications & updates via email.</p>
</div>
<div class="social">
<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="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>
</div>
</div>
</div>
<script src="preloader.js"></script>
<script>
let openbtn = document.getElementById("open-btn");
let modalbox = document.getElementById("modalbox");
let closebtn = document.getElementById("close-btn");
let emailInput = document.getElementById("email-input");
// Email validation function
function isValidEmail(email) {
// Regular expression for validating an email
const regex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
return regex.test(email);
}
openbtn.addEventListener("click", function () {
// Validate email
if (emailInput.value === "") {
alert("Please enter your email address.");
} else if (!isValidEmail(emailInput.value)) {
alert("Please enter a valid email address.");
} else {
modalbox.style.display = "block"; // Show the modal
}
});
closebtn.addEventListener("click", function () {
modalbox.style.display = "none"; // Hide the modal
});
// Close modal when clicking outside of it
modalbox.addEventListener("click", function (event) {
if (event.target === modalbox) {
modalbox.style.display = "none"; // Hide modal if the background is clicked
}
});
</script>
</body>
</html>