-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (150 loc) · 6.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<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=Shantell+Sans:ital,wght@1,300&display=swap" rel="stylesheet">
<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=Labrada:wght@300&display=swap" rel="stylesheet">
<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=Phudu:wght@300&display=swap" rel="stylesheet">
<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=Merriweather:ital,wght@1,900&display=swap" rel="stylesheet">
<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=Kalam:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="header">
<div class="a">
<div class="b">Free Shipping on orders over ₹2000
</div>
</div>
<div id="logo" >
Style.inc
</div>
<nav id="navbar">
<ul>
<pre> </pre>
<li class="img1"> <a href="#uniqueID"> <img src="search.jpg"></a>
</li><pre> </pre>
<li class="item"><a href="#home">Home</a></li><pre> </pre>
<li class="item"><a href="#shop">Shop</a></li><pre> </pre>
<li class="item"><a href="#new">NewArrivals</a></li><pre> </pre>
<li class="item"><a href="#footer">Contact</a></li><pre> </pre>
<pre> </pre>
<li class="img"> <a class="navPages-action" href="/login.php">
<img src="login.png">
</a></li>
<li class="img"><a class="navUser-action navUser-action--wishlist js-header-wishlist"
href="/wishlist.php">
<img src="heart.jpg"></a></li>
<li class="img"><a class="navUser-action" data-options="align:right" href="/cart.php">
<img
src="https://cdn11.bigcommerce.com/s-9srn18to/product_images/uploaded_images/b9aa6678ed5f35706e0350c33005cfd6.png">
</a></li>
</ul>
</nav>
</div>
</div>
<section id="home">
<img src="https://cdn.shopify.com/s/files/1/0339/0901/files/2.17.23_main_1944x.jpg?v=1676646039" alt="">
</section>
<section id="shop" class="shopping">
<div class="first" style="background-color: white; ">WOMENS OWN BRAND!</div>
<div class="row1">
<div class="column1">
<img src="denim.png" alt="" >
<div class="middle">
<p class="text">Shop Denims</p>
</div>
</div>
<div class="column1">
<img src="dress.png" alt="">
<div class="middle">
<p class="text">Shop Dresses</p>
</div>
</div>
<div class="column1">
<img src="top.png" alt="">
<div class="middle">
<p class="text">Shop Tops</p>
</div>
</div>
<div class="column1">
<img src="skirt.jpg" alt="">
<div class="middle">
<p class="text">Shop Bottoms</p>
</div>
</div>
</section>
<section id="new">
<div class="second" style="background-color: white;">⟡ NEW ARRIVALS ⟡</div>
<div class="row2">
<div class="column2" >
<img src="ere.gif" alt="">
</div>
<div class="column2">
<img src="jacket.gif" alt="">
</div>
<div class="column2">
<img src="topg.gif" alt="">
</div>
<div class="column2">
<img src="plaso.gif" alt="">
</div>
</div>
</section>
<section id="footer">
<div class="footerhead" id="footoff"><a href="#home"><br>Style.inc</a></div>
<div class="rowf" style="padding-bottom: 30px;">
<div class="columnf1" id="one">
<h4 class="footh">Quick Links</h4>
<ul class="link">
<li>Shipping+Returns</li>
<li>FAQs</li>
<li>Privacy Policy</li>
<li>Terms of Service</li>
<li>Refund Policy</li>
</ul>
</div>
<div class="columnf1" id="two">
<h4 class="footh">About Us</h4>
<ul class="about">
<li class="about">Our Story+Mission</li>
<li>Collaborations</li>
<li>Locations</li>
<li>Blog</li>
<li>Careers</li>
</ul>
</div>
<div class="columnf1" id="three">
<h4 class="footy">Join us</h4>
<p class="sign">Subscribe to get special offers,free giveaways,and once-in-a-lifetime deals.</p>
<div class="email">
<input type="email" placeholder=" Enter your email" class="d">
<div class="d" id="d1">
<img src="email.png" alt="">
</div>
</div>
<div class="container">
<div class="item" id="item-1"><img src="sav.png" alt=""></div>
<div class="item" id="item-2"><img src="faf.png" alt=""></div>
<div class="item" id="item-3"><img src="pintf.png" alt=""></div>
</div>
</div>
</div>
<div class="bottom" style="padding-bottom: 7px; padding-top: 7px; background-color: rgb(26, 26, 26); ">
<p style="color: white; font-size: small; font-weight:300 ; text-align: center;">© 2023 Style.inc</p>
</div>
</section>
</body>
</html>