-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsections.html
165 lines (153 loc) · 4.37 KB
/
sections.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
<!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>Clothing</title>
<link rel = "icon" href =
"./apna bazaar.jpg"
type = "image/x-icon">
<link rel="stylesheet" href="./css/sections.css">
</head>
<body>
<div id="nav">
<img src="./logos home page/Logo.png" alt="" id="logo">
<div id="location">
<div id="hello">
<p>Hello</p>
</div>
<div id="your">
<div >
<img id="icon" src="./logos home page/pngtree-vector-location-icon-png-image_1028445.jpg" alt="">
</div>
<div>
<p>Select Your address</p>
</div>
</div>
</div>
<div id="input">
<select name="" id="selectbtn">
<option value="">Price</option>
<option value="htl">High to Low</option>
<option value="lth">Low to High</option>
</select>
<input type="text" name="" id="search">
<img src="./logos home page/search-icon-white-on-the-blue-background-vector-3451812.jpg" alt="" id="search_icon">
</div>
<div id="signin">
<p>Hello Guest</p>
<a href="#">Sign In</a>
</div>
<div id="order">
<span>Returns & Orders</span>
</div>
<div id="cart">
<img src="./logos home page/cart.png" alt="">
<div>
<p id="product_count">0</p>
<p>Cart</p></div>
</div>
</div>
<!-- Options-->
<div id="options">
<div id="mobile">Mobile</div>
<div id="cloth">Clothing</div>
<div id="jewel">jewelery</div>
</div>
<!-- middle section////////////////////////////////// -->
<div id="container"></div>
<!-- Bottom//////////////////////////////////////////// -->
<div id="myBtn">
<a href="#top">Back To Top</a>
</div>
<div id="bottom_first">
<div>
<h4>Get to Know Us</h4>
<a href="#">
<p>About Us</p>
</a>
<a href="#">
<p>Careers</p>
</a>
<a href="#">
<p>Press Releases</p>
</a>
<a href="#">
<p>Gift a Smile</p>
</a>
<a href="#">
<p>Science</p>
</a>
</div>
<div>
<h4>
Connect with Us
</h4>
<a href="#">
<p>Facebook</p>
</a>
<a href="#">
<p>Twitter</p>
</a>
<a href="#">
<p>Instagram</p>
</a>
</div>
<div>
<h4>Make Money with Us</h4>
<a href="#">
<p>Sell with Us</p>
</a>
<a href="#">
<p>Sell Under Accelerator</p>
</a>
<a href="#">
<p>Global Selling</p>
</a>
<a href="#">
<p>Become an Affiliate</p>
</a>
<a href="#">
<p>Filfilment</p>
</a>
<a href="#">
<p>Advertise Your Products</p>
</a>
<a href="#">
<p>Pay on Mearchants</p>
</a>
</div>
<div>
<h4>Let Us Help You</h4>
<a href="#">
<p>Your Account</p>
</a>
<a href="#">
<p>Returns Centre</p>
</a>
<a href="#">
<p>100% Purchase Protection</p>
</a>
<a href="#">
<p>App Download</p>
</a>
<a href="#">
<p>Assistant</p>
</a>
<a href="#">
<p>Help</p>
</a>
</div>
</div>
<hr>
<div id="bottom_second">
<div>
<img src="./logos home page/Logo.png" alt="">
</div>
<h3>Thankyou for the visit</h3>
<hr>
</div>
</body>
</html>
<script src="./src/section.js"></script>