-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.html
55 lines (46 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8">
<title>header</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="header.css" type="text/css">
<script src="html5shiv.min.js"></script>
<script src="respond.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<div class="imi">
<img class="im" src="Images/Logo.png" height="130" width="170">
</div>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" style="margin-top: 2px;">
<ul class="nav navbar-nav navbar-right " style="margin-top: -10px;">
<li class="mon"><a href="Rewaa/sign.html" target="_parent" class="enter" style="color: white;">Sign Up & Login</a></li>
<li class="mon2"><a href="Ahmed/Feedback.html" target="_parent" class="enter" style="color:rgba(3, 38, 44, 0.842) ; font-weight: 2000;">Give us a feedback</a></li>
</ul>
<div class="search-box">
<input class="search-txt" type="text" name="" placeholder="Type to search">
<a class="search-btn" href="#"><i class="fas fa-search"></i></a>
</div>
<ul class="nav navbar-nav navbar-right bb" >
<li class="choose" ><a href="Ahmed/home.html" target="_parent" style="color: white;">Home</a></li>
<li class="choose"><a href="7ala/Rooms.html" target="_parent" style="color: white;">Rooms & Pricies</a></li>
<li class="choose"><a class="choose" href="Eslam/event.html" target="_parent" style="color: white;">Events</a></li>
<li class="choose"><a class="choose" href="Sara/places.html" target="_parent" style="color: white;">Nearby Places</a></li>
<li class="choose"><a class="choose" href="Rewaa/gallery.html" target="_parent" style="color: white;">Gallery</a></li>
<li class="choose" ><a class="choose" href="Omnia/car.html" target="_parent" style="color: white;">Cars</a></li>
<li class="choose" ><a class="choose" href="Ahmed/about%20us.html" target="_parent" style="color: white;">About Us</a></li>
<li class="choose" ><a class="choose" href="Ahmed/Contact%20us.html" target="_parent" style="color: white;">Send a message</a></li>
</ul>
</div>
</div>
</nav>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/5c5b63cd5e.js" crossorigin="anonymous"></script>
</body>
</html>