-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
33 lines (32 loc) · 981 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
<html>
<head>
<link rel="stylesheet" href="assets/css/main.css">
<meta name="robots" content="nofollow, noindex" />
</head>
<body>
<footer id="footer">
<div class="inner">
<ul class="copyright">
<center>
<p><br></p>
<b>
<li><a href="about">About</a></li>
<li><a href="vex">VEX Robotics</a></li>
<li><a href="teams">Teams</a></li>
<li><a href="events">Events</a></li>
<li><a href="gallery">Gallery</a></li>
<li><a href="social">Social</a></li>
<li><a href="contact">Contact</a></li>
</b><br><br>
<li>© 2020 St Helena Robotics</li>
<li><a href="acknowledgements" target="_blank">Acknowledgements</a></li>
<li>Version 2.1</li>
<li> </li>
<br>
<b style="color:#475269">Website maintained by <a href="https://twitter.com/SebJensen_" target="_blank">Seb Jensen</a></b>
</ul>
<body translate="no">
</div>
</footer>
</body>
</html>