-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewAboutus.html
More file actions
227 lines (182 loc) · 6.84 KB
/
Copy pathnewAboutus.html
File metadata and controls
227 lines (182 loc) · 6.84 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="img\icon.jpeg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/Bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/main.css">
<title>Our Collections - StyleWizard</title>
</head>
<body>
<header>
<div class="logo"><a href="#">StyleWizard</a></div>
<div class="hamburger" onclick="toggleMenu()">☰</div>
<div class="heading">
<ul id="mobileMenu">
<li><a href="Updated_HomePage.html">HOME</a></li>
<li><a href="/new_ourcollection.html">OUR COLLECTIONS</a></li>
<li><a href="/newcontactus.html">CONTACT US</a></li>
<li><a href="/newAboutus.html">ABOUT US</a></li>
<li><a href="/newLogin.html">LOGIN</a></li>
<li><a href="/newRegister.html">REGISTER</a></li>
<li><a href="#"> Cart <i class="fa fa-shopping-cart cart-icon" aria-hidden="true"></i>
<span class="cart-count"></a></li>
</ul>
</div>
</header>
<body>
<style>
.about-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.about-title {
text-align: center;
font-size: 36px;
font-weight: bold;
margin-bottom: 20px;
color: #333;
}
.about-content {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
text-align: center;
color: #555;
}
.about-image {
text-align: center;
}
.about-image img {
max-width: 100%;
height: 250px;
border-radius: 300px;
}
.about-text {
font-size: 16px;
line-height: 1.6;
}
.developer {
margin-top: 20px;
font-size: 18px;
font-weight: bold;
color: rgb(243, 168, 7);
}
.social-icons {
margin-top: 10px;
display: flex;
justify-content: center;
gap: 15px;
}
.social-icons a {
text-decoration: none;
font-size: 24px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.social-icons a:hover {
transform: scale(1.1);
}
.social-icons a.email {
color: #D44638; /* Red for Email */
}
.social-icons a.linkedin {
color: #0077B5; /* Blue for LinkedIn */
}
.social-icons a.github {
color: #333; /* Dark Grey for GitHub */
}
.social-icons a.twitter {
color: #1DA1F2; /* Blue for Twitter */
}
@media (min-width: 768px) {
.about-content {
grid-template-columns: 1fr 1fr;
text-align: left;
}
.about-text {
text-align: left;
}
}
.highlight {
color: rgb(243, 168, 7);
font-weight: bold;
}
</style>
</head>
<body>
<div class="about-container">
<h1 class="about-title">About Us</h1>
<div class="about-content">
<div class="about-image">
<img src="/developer.jpg" alt="About Us">
</div>
<div class="about-text">
<p>Welcome to <span class="highlight">StyleWizard</span>, your go-to destination for the latest trends and timeless styles. Our mission is to deliver high-quality products that enhance your lifestyle and meet your fashion needs. We pride ourselves on creating an exceptional shopping experience for our customers.</p>
<p>From modern trends to classic elegance, our collections are curated with care to ensure you find exactly what you're looking for. Thank you for choosing StyleWizard, where style meets quality.</p>
<p class="developer">Developed by: Jay Sharma</p>
<div class="social-icons">
<a href="#" class="email" title="Email"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/jay-sharma" class="linkedin" target="_blank" title="LinkedIn"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/jay-sharma" class="github" target="_blank" title="GitHub"><i class="fa fa-github"></i></a>
<a href="#" class="twitter" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-container">
<div class="footer-column">
<h3>About Us</h3>
<p>We are dedicated to bringing you the best in online shopping. Explore our diverse range of products and enjoy exclusive deals.</p>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Customer Service</h3>
<ul>
<li><a href="#">FAQs</a></li>
<li><a href="#">Shipping & Returns</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-linkedin"></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 StyleWizard. All rights reserved.</p>
</div>
</footer>
<script>
function toggleMenu() {
const menu = document.getElementById('mobileMenu');
menu.classList.toggle('show');
}
const header = document.querySelector('header');
window.addEventListener('scroll', () => {
if (window.scrollY > 0) {
header.classList.add('fixed-header');
} else {
header.classList.remove('fixed-header');
}
});
</script>
</body>
</html>