-
Notifications
You must be signed in to change notification settings - Fork 0
/
topbar.jsp
77 lines (77 loc) · 4.14 KB
/
topbar.jsp
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Material Dessign</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/auto.css" rel="stylesheet">
<link href="restra.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link href="css/foodprofile.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#myScrollspy" data-offset="20" style="background-color:#efebe9">
<div class="fixed-top" style="background-color:#aa66cc;width:100%;">
<form autocomplete="off" action="" style="width: 60% ;background-color:#ffffff;margin-left:15%">
<div class="input-group md-form form-sm form pl-0" style="height:40px">
<input class="form-control my-0 py-1 red-border font-weight-bold" type="text" id="search" placeholder="Search for food, resturant and more" aria-label="Search" style="font-size:14px;">
<div class="input-group-append" style="padding:0px;border:none;background-color:#f64c72">
<button class="btn " style="padding:0px;width:45px;height:30px;background-color:#f64c72"><i class="fa fa-search text-grey" aria-hidden="true" style="color:white;font-size:20px"></i></button>
</div>
</div>
</form>
<nav class="navbar navbar-expand-lg navbar-dark secondary-color" style="width:100%">
<a class="navbar-brand" href="index23.jsp" style="font-size:25px">Deliver to<b> Delhi</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav" aria-controls="basicExampleNav"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse font-weight-bold" id="basicExampleNav">
<div class=" my-2 my-lg-0 ml-auto">
<ul class="navbar-nav mr-auto">
<li class="nav-item " style="width:120px;font-size:15px">
<a class="nav-link" href="#">
<i class="fa fa-child fa-2x" aria-hidden="true" style="color:white"></i>
Sign In
</a>
</li>
<li class="nav-item " style="width:120px;font-size:15px">
<a class="nav-link" href="#">
<i class="fas fa-gift fa-2x" aria-hidden="true" style="color:white"></i>
Offer
</a>
</li>
<li class="nav-item " style="width:120px;font-size:15px">
<a class="nav-link" href="#">
<i class="fa fa-shopping-cart fa-2x" aria-hidden="true" style="color:white"></i>
Cart(0)
</a>
</li>
<li class="nav-item " style="width:120px;font-size:15px">
<a class="nav-link" href="#">
<i class="fa fa-shopping-cart fa-2x" aria-hidden="true" style="color:white"></i>
More
</a>
</li>
<li class="nav-item " style="width:120px;font-size:15px">
<a class="nav-link" href="#">
<i class="fa fa-cog fa-spin fa-2x fa-fw" aria-hidden="true" style="color:white"></i>
Setting
</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/auto.js"></script>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/mdb.min.js"></script>
</body>
</html>