-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-nos.php
executable file
·85 lines (62 loc) · 1.88 KB
/
header-nos.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<title>Hireo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/colors/blue.css">
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header Container
================================================== -->
<header id="header-container" class="fullwidth">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Left Side Content -->
<div class="left-side">
<!-- Logo -->
<div id="logo">
<a href="./"><img src="images/logo.png" alt=""></a>
</div>
<!-- Main Navigation -->
<nav id="navigation">
<ul id="responsive">
<li><a href="/gigs">Home</a></li>
<li><a href="tasks.php">Find Work</a></li>
</ul>
</nav>
<div class="clearfix"></div>
<!-- Main Navigation / End -->
</div>
<!-- Left Side Content / End -->
<!-- Right Side Content / End -->
<div class="right-side">
<div class="header-widget">
<a href="dashboard.php" class="log-in-button"><i class="icon-feather-log-in"></i> <span>Dashboard</span></a>
</div>
<!-- User Notifications -->
<!-- User Notifications / End -->
<!-- User Menu -->
<!-- User Menu / End -->
<!-- Mobile Navigation Button -->
<span class="mmenu-trigger">
<button class="hamburger hamburger--collapse" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</span>
</div>
<!-- Right Side Content / End -->
</div>
</div>
<!-- Header / End -->
</header>