-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (323 loc) · 12.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="google-site-verification"
content="hecwqYrSWskdU6foIhsOepCXrQd6_AG2spWVEAC_rOo"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ROYAL THREAD</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!------------------------------------------------------
FAVICON START
------------------------------------------------------>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png"
/>
<link rel="manifest" href="favicon/site.webmanifest" />
<link
rel="mask-icon"
href="favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<!------------------------------------------------------
FAVICON END
------------------------------------------------------>
<!------------------------------------------------------
FONT AWESOME CDN START
------------------------------------------------------>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<!------------------------------------------------------
FONT AWESOME CDN END
------------------------------------------------------>
<!------------------------------------------------------
GOOGLE FONT CDN END
------------------------------------------------------>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!------------------------------------------------------
GOOGLE FONT CDN END
------------------------------------------------------>
</head>
<body>
<!------------------------------------------------------
NAV START
------------------------------------------------------>
<a href="#header"><i class="fa-solid fa-circle-up"></i></a>
<div class="hamburger-container">
<i class="fa-regular fa-circle-xmark"></i>
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#shop">Shop</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="">Comments</a></li>
<li><a href="#subscription">Contact Us</a></li>
</ul>
</div>
<nav id="nav">
<div class="nav-left">
<a href="index.html"
><img src="images/logo.webp" alt="ROYAL THREAD" class="logo"
/></a>
</div>
<div class="nav-right">
<ul>
<li><a href="#header" class="home active">Home</a></li>
<li><a href="#shop" class="shop">Shop</a></li>
<li><a href="#about" class="aboutUs">About us</a></li>
<li><a href="#abc" class="comments">Comments</a></li>
</ul>
<a class="button" href="#subscription">Contact Us</a>
</div>
</nav>
<i class="fa-solid fa-bars-staggered"></i>
<!----------------------------------------------------
NAV END
------------------------------------------------------>
<!------------------------------------------------------
HEADER SECTION START
------------------------------------------------------>
<section id="header">
<img src="images/logo.webp" alt="" />
<h1>
ROYAL
<span style="background-color: #03a4ed; color: white; padding: 0px 10px"
>THREAD</span
>
<h3>Fashion That Fits Your Life!</h3>
</h1>
<p class="typing"></p>
<!-- <p>Empower Your Wardrobe: Unleash Your Inner Confidence.</p>
<p>Fashioned for You, Inspired by Life.</p>
<p>Discover the Art of Dressing: Your Fashion, Your Story.</p> -->
<a class="button" href="#shop">SHOP NOW</a>
</section>
<!------------------------------------------------------
HEADER SECTION END
------------------------------------------------------>
<!------------------------------------------------------
POLICY SECTION START
------------------------------------------------------>
<section id="policy">
<h1>OUR SERVICES</h1>
<div class="card-div">
<div class="card">
<i class="fa-solid fa-check fa-bounce"></i>
<p>Quality Product</p>
</div>
<div class="card">
<i class="fa-solid fa-truck-fast fa-bounce"></i>
<p>Free Shipping</p>
</div>
<div class="card">
<i class="fa-solid fa-arrow-right-arrow-left fa-bounce"></i>
<p>7-Day Return</p>
</div>
<div class="card">
<i class="fa-solid fa-phone-volume fa-bounce"></i>
<p>24/7 Support</p>
</div>
</div>
</section>
<!------------------------------------------------------
POLICY SECTION END
------------------------------------------------------>
<!------------------------------------------------------
SHOP SECTION START
------------------------------------------------------>
<section id="shop">
<h1>SHOP</h1>
<div class="shop-div">
<div class="shop-card">
<h3>Women Dresses</h3>
<img src="images/women-dresses-collection.webp" alt="" />
<a href="women-dresses.html">SHOP NOW</a>
</div>
<div class="shop-card">
<h3>Men Dresses</h3>
<img src="images/men-dresses-collection.webp" alt="" />
<a href="">SHOP NOW</a>
</div>
<div class="shop-card">
<h3>Bags & Accessories</h3>
<img src="images/Bags & Accessories.webp" alt="" />
<a href="">SHOP NOW</a>
</div>
<div class="shop-card">
<h3>Watches</h3>
<img src="images/Watches.webp" alt="" />
<a href="">SHOP NOW</a>
</div>
<div class="shop-card">
<h3>Jewelry</h3>
<img src="images/Jewelry.webp" alt="" />
<a href="">SHOP NOW</a>
</div>
<div class="shop-card">
<h3>Beauty & Fragrances</h3>
<img src="images/Beauty & Fragrances.webp" alt="" />
<a href="">SHOP NOW</a>
</div>
</div>
</section>
<!------------------------------------------------------
SHOP SECTION END
------------------------------------------------------>
<!------------------------------------------------------
ABOUT US SECTION START
------------------------------------------------------>
<section id="about">
<h1>
ROYAL
<span style="background-color: #03a4ed; padding: 0px 5px; color: white">
THREAD
</span>
</h1>
<h3>ABOUT US</h3>
<p>
Welcome to
<span style="color: #ff695f"><b> Royal </b></span
><span style="color: #03a4ed"><b> Thread </b></span>, Your Destination
for Style and Elegance, we believe that fashion is more than just
clothing; it's a way of expressing your unique personality and style.
Our journey began with a passion for helping people look and feel their
best. Today, we are proud to be a one-stop destination for all your
fashion and beauty needs, offering a curated collection of men's and
women's clothing, accessories, jewelry, beauty products, and fragrances.
</p>
<h3>OUR VISION</h3>
<p>
Our vision is simple - to empower our customers to look and feel their
best, regardless of the occasion. Whether you're dressing up for a
special event, refreshing your wardrobe, or looking for that perfect
gift, we've got you covered. We believe that fashion should be a form of
self-expression, and every item in our collection is carefully curated
to help you make a statement that's uniquely yours.
</p>
<h3>CONNECT WITH US</h3>
<p>
We value the connection with our customers and invite you to reach out
to us with any questions, feedback, or special requests. We love hearing
from you and are committed to making your shopping experience as
enjoyable as possible.
</p>
<p>
<br />
Thank you for choosing <span style="color: #ff695f"><b> Royal </b></span
><span style="color: #03a4ed"><b> Thread </b></span> as your fashion and
beauty destination. We look forward to being a part of your fashion
journey and helping you express your unique style. Together, let's make
every day a stylish one!
</p>
</section>
<!------------------------------------------------------
ABOUT US SECTION END
------------------------------------------------------>
<!------------------------------------------------------
SUBSCRIPTION SECTION START
------------------------------------------------------>
<section id="subscription">
<div class="form-box">
<div class="form-value">
<form action="">
<div class="inputbox">
<i class="fa-solid fa-user"></i>
<input
autocomplete="off"
type="name"
name="name"
id=""
required
/>
<label for="">Name</label>
</div>
<div class="inputbox">
<i class="fa-solid fa-envelope"></i>
<input autocomplete="off" type="email" name="email" required />
<label for="email">Email</label>
</div>
<div class="inputbox">
<i class="fa-brands fa-whatsapp"></i>
<input autocomplete="off" type="tel" name="whatsapp" required />
<label for="tel">Whatsapp</label>
</div>
<div>
<button id="btn">SUBSCRIBE</button>
</div>
</form>
</div>
</div>
</section>
<!------------------------------------------------------
SUBSCRIPTION SECTION END
------------------------------------------------------>
<!------------------------------------------------------
FOOTER SECTION START
------------------------------------------------------>
<section id="footer">
<div class="footer-services">
<a href="women-dresses.html">WOMEN DRESSES</a>
<a href="men-dresses.html">MEN DRESSES</a>
<a href="bags-&-accessories.html">BAGS & ACCESSORIES</a>
<a href="watches.html">WATCHES</a>
<a href="jewelary.htlm">JEWELRY</a>
<a href="bauty-&-fragrances.thml">BEAUTY & FRAGRANCES</a>
</div>
<h1>ROYAL THREAD</h1>
<p>
At Royal Thread, customer satisfaction is paramount. Our commitment to
exceptional quality, attention to detail, and impeccable customer
service ensures that every purchase is a delightful experience. We're
here to help you embrace your unique style and feel like royalty every
day.
</p>
<div class="social-icons">
<a href="">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a href="">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="">
<i class="fa-brands fa-youtube"></i>
</a>
<a href="">
<i class="fa-brands fa-twitter"></i>
</a>
</div>
<span class="copy-right">© 2020 All Rights Reserved. Royal Thread</span>
</section>
<!------------------------------------------------------
FOOTER SECTION END
------------------------------------------------------>
<script src="js/index.js"></script>
</body>
<script></script>
</html>