-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (208 loc) · 10 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
<!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">
<link rel="shortcut icon" href="/logo/Screenshot 2023-01-16 215124.png" type="image/x-icon">
<title>Indian States: Feel the world</title>
<link rel="stylesheet" href="/Css/index.css">
<link rel="stylesheet" href="/Css/drawer.css">
</head>
<body>
<div class="parent">
<nav class="nav">
<div class="navtop">
<a href="#">E-Gift Card</a>
<a href="#">Store Locator</a>
<a href="#">Track Order</a>
<a id="siginornot" href="./HTML//login.html">LogIn</a>
<img src="https://cdn-icons-png.flaticon.com/512/60/60993.png" alt="">
<a href="#">Favorites</a>
<img src="https://cdn-icons-png.flaticon.com/512/8/8109.png" alt="">
<span id="cart_items">0</span>
<a id="cart" href="./HTML/cart.html">Items</a>
</div>
<div id="navbar">
<div class="navButtom">
<div>
<a href="./index.html"> <img id="logo" src="/logo/logo-no-background.png" alt=""></a>
</div>
<div>
<a href="/HTML/men.html">Men</a>
<a href="/HTML/women.html">Women</a>
<a href="#">Jeans</a>
<a id="nav-sale" href="/HTML/sale.html">Sale</a>
<a href="/HTML/winter.html">Winter Wear</a>
</div>
<div id="searchBox">
<a href="/HTML/search.html"><input id="search" type="text" placeholder="Search"></a>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Search_Icon.svg/1024px-Search_Icon.svg.png" alt="">
</div>
</div>
<div class="notification">
<p>End of Season Sale! 25-50% off on the Coolest Looks!</p>
<a href="HTML/sale.html">Shop Now</a>
</div>
</div>
<div id="drawer-container">
<img src="https://img.icons8.com/?size=512&id=8113&format=png" alt="hamburgermenu">
<div class="drawerclose" id="drawer">
<div>
<div>
<a href="../index.html"><h5>Home</h5></a>
</div>
<div>
<a href="/HTML/men.html"><h5>Men</h5></a>
</div>
<div>
<a href="/HTML/women.html"><h5>Women</h5></a>
</div>
<div>
<a href="#"><h5>Jeans</h5></a>
</div>
<div>
<a href="/HTML/sale.html"><h5>Sale</h5></a>
</div>
<div>
<a href="/HTML/winter.html"><h5>Winter Wear</h5></a>
</div>
<div>
<a href="/HTML/login.html"><h5>LogIn</h5></a>
</div>
<div>
<a href="/HTML/signup.html"><h5>SignUp</h5></a>
</div>
<div>
<a href="/HTML/cart.html"><h5>Cart</h5></a>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="container">
<!-------------- first banner image ------------>
<div>
<a href="/HTML/sale.html"><img id="themeimg" src="/banner/OH,.png" alt=""></a>
</div>
<!-------------- 2 banner image ------------>
<div>
<a href="/HTML/men.html"><img src="https://s7ap1.scene7.com/is/image/VedantFashionsDM/RS%20Kurta%20Jacket%20Hero%20Banner_Desktop%20jpg?$Desktop%20HP%20Carousel$" alt=""></a>
</div>
<!-------------- 3 banner image ------------>
<div>
<a href="/HTML/women.html"><img src="/banner/Flear She goes.png" alt=""></a>
</div>
<!-------------- 4 banner image ------------>
<div >
<a href="/HTML/women.html"><img src="https://s7ap1.scene7.com/is/image/VedantFashionsDM/Lehenga%20Hero%20Banner%20chnages%202_Desktop%20jpg?$Desktop%20HP%20Carousel$" alt=""></a>
</div>
<!-------------- 5 banner image ------------>
<div>
<a href="/HTML/men.html"><img src="/banner/Shop for men's Casual wear.png" alt=""></a>
</div>
<!-------------- 6 banner image ------------>
<div>
<a href="/HTML/women.html"><img src="/banner/Get you new jeans.png" alt=""></a>
</div>
<!----- area to show the products in the home page -- -->
<div id="cardhead"><h2 >BEST SELLERS OF THE WEEK</h2></div>
<div id="cards">
<!----------------- prduct 1 ------------->
<div>
<img id="firstimg" src="https://imagescdn.aeo.in/img/app/product/2/285571-1205992.jpg?auto=format" alt="">
<span> AMERICAN EAGLE WOMEN BLUE NE(X)T LEVEL HIGH WAISTED JEGGING</span> <br>
<span class="underline">₹3,999</span> <span class="red">₹ 1,599</span>
</div>
<!----------------- prduct 2 ------------->
<div>
<img id="secondimg" src="https://imagescdn.aeo.in/img/app/product/5/554767-4564166.jpg?auto=format" alt="">
<span> American Eagle Men Blue Ne(X)T Level Airflex Original Straight Jean</span> <br>
<span class="underline">₹3,999</span> <span class="red">₹ 2,399</span>
</div>
<!----------------- prduct 3 ------------->
<div>
<img id="thirdimg" src="https://imagescdn.aeo.in/img/app/product/3/316856-1469167.jpg?auto=format" alt="">
<span> American Eagle Men Black Oxford Button-Down Shirt</span> <br>
<span class="underline">₹2,999</span> <span class="red">₹ 1,149</span>
</div>
<!----------------- prduct 4 ------------->
<div>
<img id="fourthimg" src="https://imagescdn.aeo.in/img/app/product/3/338416-1583300.jpg?auto=format" alt="">
<span> American Eagle Women Black Ne(X)T Level High Waisted Jegging</span> <br>
<span class="underline">₹3,999</span> <span class="red">₹ 1,599</span>
</div>
<!----------------- prduct 5 ------------->
<div>
<img id="fivthimg" src="https://imagescdn.aeo.in/img/app/product/5/548738-4452148.jpg?auto=format" alt="">
<span> American Eagle Men Blue Airflex+ Slim Jean</span> <br>
<span class="underline">₹3,999</span> <span class="red">₹ 2,799</span>
</div>
</div>
</div>
<div id="bottom">
<div id="bottomTop">
<div>
<div><h5>Want 25% off your purchase? </h5></div>
<div><a>Refer A friend!</a></div>
</div>
<div>
<div><h5>A gift that always fits.</h5></div>
<div><a> Shop E-Gift Card</a></div>
</div>
</div>
<div id="bottomMid">
<div >
<div>
<img src="/icons/cards.png" alt="">
<span>PAYMENT OPTIONS</span> <br>
<p>Credit,Debit,Paytm Wallet & more.
</p>
</div>
<div>
<img src="/icons/location.png" alt="">
<span>STORE LOCATOR</span>
</div>
<div>
<img src="/icons/mail.png" alt="">
<span>EMAIL SIGN UP</span>
</div>
</div>
<div>
<div>
<img src="/icons/truck.png" alt="">
<span>TRACK ORDER</span>
</div>
<div>
<a> ABOUT AEO </a> <br>
<a href="">RETURNS POLICY</a> <br>
<a href="">CANCELLATION POLICY</a> <br>
<a href="">SHIPPING POLICY</a> <br>
<a href="">TERMS AND CONDITIONS OF USE</a> <br>
<a href="">OFFER T&C</a> <br>
<a href="">PRIVACY POLICY</a> <br>
<a href=""> SITE MAP</a>
</div>
</div>
<div>
<div>
<img src="/icons/question mark.png" alt="">
<span>HAVE A QUESTION?</span> <br>
<p href="#">CUSTOMER SUPPORT</p>
</div>
<div>
<span id="facebook">FOLLOW US</span> <br>
<img src="/icons/facebook.png" alt="">
</div>
</div>
</div>
<div id="bottomBottom">
<p>© 2021 AEO Management Co. All Rights Reserved.</p>
</div>
</div>
</div>
</body>
<script src="/JavaScript/index.js"></script>
<script src="/JavaScript/drawer.js"></script>
</html>