-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
35 lines (35 loc) · 992 Bytes
/
footer.html
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
<footer>
<section>
<h1>Stella Motus</h1>
<ul id="sitemap">
<li><a href='index.html'>Home</a></li> -
<li><a href='about.html'>About</a></li> -
<li><a href='blog.html'>Blog</a></li> -
<li><a href='order.html'>Order</a></li>
</ul>
<ul>
<li>© Hyperval Starships Ltd. 2016</li>
<li>No Rights Reserved</li>
</section>
<section>
<h2>Contact</h2>
<ul>
<li>Office 764b</li>
<li>MG Industrial Station</li>
<li>Jita</li>
<li>New Eden</li>
<li>#stellamotus</li>
</ul>
</section>
<section>
<h2>Social</h2>
<ul>
<li><a href='#'>Facebook</a></li>
<li><a href='#'>Twitter</a></li>
<li><a href='#'>IRC</a></li>
<li><a href='#'>Email</a></li>
<li><a href='#'>Usenet</a></li>
</ul>
</section>
<p id="copyright">Site design by <a href='http://peb.si'>Thomas Lock</a><br>Computer Science at <a href='http://lincoln.ac.uk'>University of Lincoln</a></p>
</footer>