first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Newton Building</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<header>
|
||||
<h1>Workshop 5 Practice Site</h1>
|
||||
</header>
|
||||
<section id="content">
|
||||
<!-- Content Start -->
|
||||
<h1>Newton Building</h1>
|
||||
<p>
|
||||
The Newton Building contains a large amount of specialist equipment that is used by students. This includes flight simulators, wind tunnels and music studios.
|
||||
</p>
|
||||
<figure>
|
||||
<img src="src/images/flightsiminside.jpg" height="267" width="400" alt="Inside the flight simulator" />
|
||||
<figcaption>
|
||||
Inside one of the flight simulators.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<!-- Content End -->
|
||||
</section>
|
||||
<nav id="navigation">
|
||||
<h1>Navigation</h1>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="newton.html">Newton Building</a></li>
|
||||
<li><a href="contact.html">Contact Me</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<footer id="siteinfo">
|
||||
<address>
|
||||
Created by <a href="mailto:g.wilkinson2@edu.salford.ac.uk">George Wilkinson</a>
|
||||
</address>
|
||||
<p>Last Modified 20/10/23</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user