-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnavbar.html
145 lines (144 loc) · 4.91 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
<!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>
</head>
<body>
<div>
<div>
<a href="Best_Buy.html"><img src="https://drive.google.com/uc?export=view&id=1-lq0R9nVOAhYuEJyenu_ptS112jAPZyN" alt="BEST BUY"></a>
</div>
<div>
<div class="menuBar">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="menuList">
<div>
<p><strong>Deals</strong></p>
<hr>
<p><strong>Support & Services</strong></p>
<hr>
<p><strong>Brands</strong></p>
<hr>
<p><strong>Featured</strong></p>
</div>
<div>
<p>Shop by Department</p>
<hr>
<p>Appliances</p>
<hr>
<p>TV & Home Theater</p>
<hr>
<p>Computers & Tablets</p>
<hr>
<p>Cameras, Camcorders & Drones</p>
<hr>
<p>Cell Phones</p>
<hr>
<p>Audio</p>
<hr>
<p>Video Games</p>
<hr>
<p>Movies & Music</p>
<hr>
<p>Car Electronics & GPS</p>
<hr>
<p>Wearable Technology</p>
<hr>
<p>Health & Wellness</p>
<hr>
<p>Sports, Fitness & Recreation</p>
<hr>
<p>Home, Furniture & Office</p>
<hr>
<p>Smart Home, Security & Wi-Fi</p>
<hr>
<p>Outdoor Living</p>
<hr>
<p>Toys, Games & Collectibles</p>
<hr>
<p>Sustainable Living</p>
<hr>
<p>Best Buy Outlet</p>
</div>
</div>
<p>MENU</p>
</div>
<div>
<input type="text" placeholder="Search Best Buy">
<button><img src="https://drive.google.com/uc?export=view&id=17Enw9x1flQvVnrr-GYu1vk6FCHklWKNz" alt=""></button>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1PNhx6x56u2RAiZKXj4wgRQt3Ak3-BGEi" alt="">
<p>Aiea</p>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1bRZVnIeiST_VhHI92Mo4JdfxYONfVlvB" alt="">
<p>Cart</p>
</div>
</div>
<div>
<div>
<a href="">Top Deals</a>
<a href="">Deal of the Day</a>
<a href="product.html">Products</a>
<a href="">Credit Cards</a>
<a href="">Gift cards</a>
<a href="">Gift Ideas</a>
<a href="">Health & Wellness</a>
<a href="">More</a>
</div>
<div>
<div id="account">
<img src="https://drive.google.com/uc?export=view&id=16mOOGdPmYahbgDcYJKnHuwzB8m9rGT2f" alt="">
<p >Account</p>
<div class="accountList">
<div>
<p>Becoming a My Best Buy® member comes with easy order tracking, rewards, offers and more.</p>
<button>Sign In</button>
<button>Create Account</button>
</div>
<div>
<p>Account</p>
<hr>
<p>Orders & Purchases</p>
<hr>
<p>Your Products</p>
<hr>
</div>
<div>
<p>Payment Methods</p>
<hr>
<p>Protection Plans & Subscriptions</p>
<hr>
<p>Digital Library</p>
<hr>
</div>
<div>
<p>Best Buy Totaltech™</p>
<hr>
<p>Free Home Consultation</p>
<hr>
<p>Member Offers</p>
<hr>
</div>
</div>
</div>
<div>
<p>Recently Viewed</p>
</div>
<div>
<p>Order Status</p>
</div>
<div>
<p>Saved Items</p>
</div>
</div>
</div>
</body>
</html>