-
Notifications
You must be signed in to change notification settings - Fork 22
/
navigation.navi.bar.php
47 lines (38 loc) · 1.41 KB
/
navigation.navi.bar.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css/navigation_bar.css" type="text/css" />
</head>
<body>
<!-- Start of Navigation Bar -->
<div id="navi_bar">
<center>
<!-- Start of Logo Image Div in Navigation Bar -->
<div id="navi_image">
<a href="index.php">
<img src="images/logo.jpg" />
</a>
</div id="navi_img">
<!-- End of Logo Image Div in Navigation Bar-->
<?php include 'navi.bar.php'; ?>
<!-- Start of Navi_Shift_Left Div in Navigation Bar -->
<div id="navi_shift_left">
<a href="index.php">Home</a>
<a href="search.jobs.php">Find Job</a>
<a href="search.job.fairs.php">Job Hub</a>
<a href="seeker.joinus.php">Post your CV</a>
</div id="navi_shift_left">
<!-- Start of Navi_Shift_Left Div in Navigation Bar -->
<!-- Start of Hiring? Div in Navigation Bar -->
<div id="navi_shift_right">
<a href="employer.login.php">Hiring?</a>
</div id="navi_shift_right">
<!-- End of Hiring? Div in Navigation Bar -->
</center>
</div id="navi_bar">
<!-- End of Navigation Bar -->
<br />
</body>
</html>