-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnavbar.html
216 lines (198 loc) · 9.24 KB
/
navbar.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
<!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>Navbar</title>
<link rel="shortcut icon" href="Geekbuying_title_logo.png" type="image/x-icon">
<link rel="stylesheet" href="./styles/navbar.css">
</head>
<body>
<!-- <nav>
<section id="upper_strip">
<div></div>
<div></div>
<div class="top_right">
<sub class="top_icon">
<img src="https://content1.geekbuying.com/V1.4/en/images/indexV7/mobile.png" alt="Mobile Icon" id="mobile_icon">
<p>Save BIG with our app!</p>
<img src="./images/arrow.png" alt="Arrow" id="arrow">
</sub>
<sub class="top_icon">
<p>Language</p>
<img src="./images/arrow.png" alt="Arrow" id="arrow">
</sub>
<sub class="top_icon">
<p>Support Center</p>
<img src="./images/arrow.png" alt="Arrow" id="arrow">
</sub>
</div>
</section>
<section id="middle_strip">
<sub class="brand_logo">
<img src="brand_logo-2.png" alt="brand_logo">
</sub>
<sub class="search_box">
<div class="search_category">
<p>All Categories</p>
<span id="category_dropdown_Sbox">
<img src="Category_arrow_small.png" alt="arrow_small" id="category_arrow">
<div class="category_container">
<div>
<p>All Categories</p>
<br>
<p>Smart Home & Garden</p>
<br>
<p>Phones & Accessories</p>
<br>
<p>Computers, Tablets & Accessories</p>
<br>
<p>Wearable Devices</p>
<br>
<p>Automobiles & Motorcycles</p>
</div>
<div>
<p>Sports & Outdoors</p>
<br>
<p>Consumer Electronics</p>
<br>
<p>TV Boxes & Mini PCs</p>
<br>
<p>Toys & Hobbies</p>
<br>
<p>Security System</p>
<br>
<p>Fashion</p>
</div>
</div>
</span>
</div>
<div class="search_input">
<input type="hidden" value="-1">
<input type="text" class="search_key" placeholder="Search by keywords">
<span>
<img src="https://content1.geekbuying.com/V1.4/en/images/indexV7/search.png" alt="search_btn" id="search_btn">
</span>
</div>
</sub>
<sub class="middle_icons">
<div class="ship_select">
<span>Ship to</span>
<div class="currency">
<img src="India_Logo.png" alt="india_flag" id="flag_icon">
<p>/ INR</p>
<img src="Ship_to_arrow.png" alt="arrow_small" id="currency_arrow">
</div>
</div>
<div class="sign_in">
<span class="dropdown_signin">
<img src="https://content1.geekbuying.com/V1.4/en/images/indexV7/user.png" alt="Sign_In_Logo">
<div class="signin_dropdown_content">
<div id="welcome_text">
<p>Welcome to Geekbuying</p>
</div>
<div id="buttons">
<button class="join">Join</button>
<button class="signin">Sign In</button>
</div>
<span id="separator_dropdown">
<hr>
<p>or</p>
<hr>
</span>
<div id="google_signin">
<img src="Google_signin.png" alt="Google signin">
</div>
</div>
<div class="signout_dropdown_content">
<br>
<p>My Orders</p>
<br>
<p>My Wishlist</p>
<br>
<p>My Coupons</p>
<br>
<p>My Profile</p>
<br>
<div>
<a href="#"><p>Sign out</p></a>
</div>
<br>
</div>
</span>
<p>Sign in</p>
</div>
<div class="cart_icon">
<div class="cart_icon_img">
<img src="https://content1.geekbuying.com/V1.4/en/images/indexV7/cart.png" alt="cart_icon">
</div>
<span class="red_circle">0</span>
</div>
</sub>
</section>
<section id="lower_strip">
<sub class="contents">
<div class="cat_div">
<div class="dropdown">
<img class="hamburger_dropdown" src="https://content1.geekbuying.com/V1.4/en/images/indexV7/categories.png" alt="hamburger_menu">
<div class="dropdown_content">
<div class="first">
<br>
<div id="warehouse">
<p>Local Warehouses</p>
</div>
<div id="outdoors">
<p>Sports & Outdoors</p>
</div>
<div id="gardens">
<p>Smart Home & Garden</p>
</div>
<div id="consumer">
<p>Consumer Electronics</p>
</div>
<div id="TV_Box">
<p>TV Boxes & Mini PCs</p>
</div>
<div id="computers">
<p>Computers, Tablets & Accessories</p>
</div>
<div id="toys">
<p>Toys & Hobbies</p>
</div>
<div id="phones">
<p>Phones & Accessories</p>
</div>
<div id="automobiles">
<p>Automobiles & Motorcycles</p>
</div>
<div id="wearables">
<p>Wearable Devices</p>
</div>
<div id="security">
<p>Security Systems</p>
</div>
<div id="fashion">
<p>Fashion</p>
</div>
</div>
<div class="second">
<br>
</div>
</div>
<h3>Categories</h3>
</div>
</div>
<div> <a href="#"><h3>New</h3></a></div>
<div> <a href="#"><h3>Bestselling</h3></a></div>
<div> <a href="#"><h3>Brand</h3></a></div>
<div> <a href="#"><h3>Clearance</h3></a></div>
<div> <a href="#"><h3>Deals</h3></a></div>
<div> <a href="#"><h3>Coupon</h3></a></div>
<div> <a href="#"><h3>App Only</h3></a></div>
</sub>
</section>
</nav> -->
</body>
<script type="module" src="./scripts/navbar.js"></script>
</html>