forked from AkshaykumarLilani/OnlineBicycleShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.html
65 lines (63 loc) · 1.85 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
<section id="header1">
<div class="left-section1">
<a href="/"><img src="../../images/images.png" class="logo1" alt="" /></a>
<ul id="navbar1">
<li>
<a class="#" href="/Pages/Category/index.html?category=mountain"
>MOUNTAIN</a
>
</li>
<li><a href="/Pages/Category/index.html?category=road">ROAD</a></li>
<li><a href="/Pages/Category/index.html?category=active">ACTIVE</a></li>
<li>
<a href="/Pages/Category/index.html?category=electric">ELECTRIC</a>
</li>
<li><a href="/Pages/Category/index.html?category=kids">KIDS</a></li>
</ul>
</div>
<div class="form1">
<div class="search-bar1">
<input type="text" placeholder="Search" />
<i class="fas fa-search search-icon"></i>
</div>
</div>
<div class="right-section1">
<div class="icons1">
<a href="cart.html">
<i
class="fa-solid fa-cart-shopping"
style="color: #f0f0f0; margin-right: 50px"
></i>
</a>
<span
id="user-details"
style="display: none; margin-right: 38px; color: #ffffff"
>
<!-- Username will be inserted here -->
</span>
<i
id="user-icon"
class="fa-regular fa-user"
style="color: #ffffff; margin-right: 38px"
></i>
<i class="fa-regular fa-heart" style="color: #eeeeee"></i>
</div>
</div>
</section>
<section id="top1">
<p></p>
<div>
<ul id="topbar1" class="top-navbar1">
<a href=""
><i class="fa-solid fa-location-crosshairs" style="color: #eca746"></i
><span>
Your Location <span><b>Delhi</b></span></span
></a
>
<a href="#"><span>About us</span></a>
<a href="#"><span>Delivery</span></a>
<a href="#"><span>Payment</span></a>
<a href="#"><span>Contact us</span></a>
</ul>
</div>
</section>