forked from Tejashri-Taral/TrendTrove-Ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
276 lines (242 loc) · 9.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - TrendTrove</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your common CSS file -->
<style>
/* General Styles */
html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: Arial, sans-serif;
}
body {
background-color: #f7f7f7;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 100vh;
}
h1, h2 {
color: #333;
}
/* About Us Section */
.about-section {
width: 100%;
padding: 40px 0;
background:#ffffff;
}
.about-title {
font-size: 2.5em;
text-align: center;
margin-bottom: 20px;
}
/* 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 */
}
.about-images img {
width: 500px;
border-radius: 5%;
aspect-ratio: 3/2;
opacity: 90%;
box-shadow: 0 0 15px 15px rgba(136, 136, 136, 0.5);
}
/* 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;
}
</style>
</head>
<body>
<!-- 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 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>
</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">
<p>Welcome to TrendTrove, 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 class="about-images">
<img src="images/about1.jpg" alt="Fashion Collection">
</div>
</div>
<!-- Second part: Image right, text left -->
<div class="about-content-second">
<div class="about-text">
<p>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>Discover your style with TrendTrove — where fashion meets confidence!</p>
</div>
<div class="about-images">
<img src="images/about2.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]">[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/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/Tejashri-Taral" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://x.com/Tejashri_10?t=SWxALwKxy-nVrTcbYTFUcA&s=08" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/your_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>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>
</body>
</html>