added about template
This commit is contained in:
parent
e5a3069ebd
commit
cc684a7dc6
|
|
@ -1,55 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="stylesheet" href="/styles.css"/>
|
|
||||||
<title>Jo's Jobs - About</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<section>
|
|
||||||
<aside>
|
|
||||||
<h3>Office Hours:</h3>
|
|
||||||
<p>Mon-Fri: 09:00-17:30</p>
|
|
||||||
<p>Sat: 09:00-17:00</p>
|
|
||||||
<p>Sun: Closed</p>
|
|
||||||
</aside>
|
|
||||||
<h1>Jo's Jobs</h1>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</header>
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/">Home</a></li>
|
|
||||||
<li>Jobs
|
|
||||||
<ul>
|
|
||||||
<li><a href="it.php">IT</a></li>
|
|
||||||
<li><a href="hr.php">Human Resources</a></li>
|
|
||||||
<li><a href="sales.php">Sales</a></li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="/about.html">About Us</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</nav>
|
|
||||||
<img src="images/randombanner.php"/>
|
|
||||||
<main class="home">
|
|
||||||
<p>Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.</a></p>
|
|
||||||
|
|
||||||
<h2>Select the type of job you are looking for:</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="it.php">IT</a></li>
|
|
||||||
<li><a href="hr.php">Human Resources</a></li>
|
|
||||||
<li><a href="sales.php">Sales</a></li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
© Jo's Jobs 2017
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<main class="home">
|
||||||
|
<p>Welcome to Jo's Jobs, we're a recruitment agency based in Northampton. We offer a range of different office jobs. Get in touch if you'd like to list a job with us.</a></p>
|
||||||
|
<h2>Select the type of job you are looking for:</h2>
|
||||||
|
<ul>
|
||||||
|
<?php require "nav.html.php";?>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
Loading…
Reference in New Issue