-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
38 lines (36 loc) · 1.31 KB
/
index.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
37
38
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>BBTGen - Index</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="bbtgen-generate-a-website-using-bash-markdown-and-pandoc">BBTGEN<br /> Generate a website using Bash, Markdown and Pandoc</h1>
<p>See generate.sh for instructions. See <a href="http://bristolbraille.co.uk/">Bristol Braille</a> for an example of a website built using this simple tool.</p>
<p>Covered by the GPLv3 licence.</p>
</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>