-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheaderB.html
More file actions
48 lines (39 loc) · 1.35 KB
/
Copy pathheaderB.html
File metadata and controls
48 lines (39 loc) · 1.35 KB
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
<!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">
<link rel="icon" type="logo.png" href="images/logo.png" >
<!--import google fonts & stars-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
<link rel="stylesheet" href="styleB.css">
</head>
<body>
<header>
<a href="#" class="logo"><img src="images/logo.png" alt="logo icon"></a>
<nav class="navbar">
<ul>
<li><a href="currentBaby.html"> Home </a></li>
<li> <a href="#"> Menu </a>
<ul class="inner"> <!-- your menu here\\\\\\-->
<div class="first">
<li><a href="#"> Job Requests </a></li>
</div>
<li><a href="OfferList.html"> Offers </a></li>
<li><a href="#"> rate & reviews </a></li>
</ul>
<li> <a href="#"> Settings </a>
<ul class="inner">
<div class="first">
<li><a href="BabysitterProfile.html"> view profile</a></li>
</div>
<li><a href="#"> Sign out </a></li>
</ul>
</li>
</ul>
</nav>
</header>
</body>
</html>