-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.htm
36 lines (34 loc) · 1.03 KB
/
project.htm
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
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>BBTGen - Project</title>
<meta name="description" content="">
<link rel="stylesheet" href="pages.css">
</head><body>
<header>
<img id="logo" src="pictures/logo.png" width="252" alt="Logo">
<nav>
<div id="return-to-top" title="Return to top of page"><a href="#top">^</a></div>
<ul>
<li><a href="./index.htm">Home</a></li>
<li><a href="./news.htm">News</a></li>
<li><a href="./team.htm">Team</a></li>
<li><a href="./project.htm">The Project</a></li>
<li><a href="./faq.htm">FAQ</a></li>
<li><a href="./contact.htm">Contact</a></li>
</ul>
<form action="./newsletter_signup.php" method="post">
<input type="text" name="email" placeholder="your@email-address.com">
<button>Sign up to newsletter</button>
</form>
</nav>
</header>
<article>
<h1 id="the-project">The Project</h1>
</article>
<footer>
<h2>A inspiring <br>
tagline <br>
for the footer.</h2>
<p><a href="./site-map.htm">Site-map</a> | © 2016 Bristol Braille Technology CIC</p>
</footer>
</body></html>