forked from mdadeeljawaid/Pharmacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
154 lines (141 loc) · 5.12 KB
/
header.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ISO-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" />
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel="stylesheet" href="mystyle.css" />
<script src="myjScript.js"></script>
</head>
<body class="">
<!-- header section -->
<header class="container-fluid row" id="headertop">
<!-- logo -->
<div class="col-3">
<img src="./image/logo1.png" alt="@logo" height="auto" width="200px" />
</div>
<!-- search -->
<div class="col-5 mt-3">
<form class="d-flex input-group">
<input class="form-control me-2" type="search" name="query" placeholder="Search" aria-label="Search" />
<div class="input-group-append">
<button class="btn btn-" type="submit" formaction="/search">
<i class="fas fa-search"></i>
</button>
</div>
</form>
</div>
<!-- accountSec -->
<div class="accountSec col-3 mt-3 navbar-expand-lg" id="acctTop">
<button class="btn dropdown-toggle float-lg-right float-md-right" type="button" data-toggle="dropdown"
aria-expanded="false">
<i class="fas fa-user">Account</i>
</button>
<ul class="dropdown-menu">
<li>
<a href="/UserLogin">LOGIN</a>
</li>
<li>
<a href="/UserSignup">SIGNUP</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="#">SELLER</a></li>
</ul>
</div>
<!-- cart -->
<div class="container-fluid col-1 mt-3">
<a href="cart.html" class="btn" role="button"><i class="fas fa-cart-plus">Cart</i>
</a>
</div>
</header>
<!-- nav bar -->
<nav class="navbar navbar-expand-lg navbar-light nav-bgcolor CustmPadingMargin" id="top_nav">
<div class="container-fluid">
<!-- nav hide on big screen -->
<div id="navhide" class="container-fluid ml-auto">
<div class="row container-fluid" id="uperrow">
<!-- togler button -->
<div class="col-2" id="navtoglerbtn">
<button class="navbar-toggler align-self-start border-0 bg-white rounded" type="button">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<!-- logo nav-->
<div class="col-4" id="navlogo">
<div class="mobnavlogobg" id="logonav">
<img src="./image/logo1.png" alt="@logo" height="auto" width="100px" />
</div>
</div>
<!-- cart nav -->
<div class="col-2 offset-4 justify-content-around" id="navcart">
<a href="cart.html" class="btn" role="button"><i class="fas fa-cart-plus">Cart</i>
</a>
</div>
</div>
<!-- search nav -->
<div class="container-fluid mt-1 ml-auto row" id="navhide">
<form class="d-flex input-group" id="searchnav">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" />
<div class="input-group-append">
<button class="btn btn-" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</form>
</div>
</div>
<div class="collapse navbar-collapse p-3 p-lg-0 mt-lg-0 d-flex flex-column flex-lg-row flex-xl-row justify-content-lg-end mobileMenu"
id="navbarSupportedContent">
<ul class="navbar-nav align-self-stretch navUl">
<a class="btnclsnav" id="navhide">
<img alt="logo" src="./image/Closeicon.png" height="30px" width="30px" />
</a>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">
<i class="fa fa-home"></i>Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Adeel/Product.html"><i class="fa fa-store"></i>Shop</a>
</li>
<li class="nav-item">
<a href="./aboutus.html" class="nav-link" role="button">About Us</a>
</li>
<li class="nav-item">
<a href="contactus.html" class="nav-link" role="button"><i
class="fa fa-address-book"></i>Contact Us</a>
</li>
<!-- accountSec after size decrease -->
<li class="nav-item" id="accountSec">
<button class="btn dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false">
<i class="fas fa-user"></i>ACCOUNT
</button>
<ul class="dropdown-menu">
<li>
<a href="./login.html">LOGIN</a>
</li>
<li>
<a href="./signup.html">SIGNUP</a>
</li>
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="#">SELLER</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="overlay"></div>
</body>
</html>