CSY2028-assignment-2/pages/about.html

56 lines
1.1 KiB
HTML

<!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>
&copy; Jo's Jobs 2017
</footer>
</body>
</html>