32 lines
1004 B
HTML
32 lines
1004 B
HTML
|
<footer>
|
||
|
<div class="box">
|
||
|
<div style="padding-top: 8px;">
|
||
|
<section class="splash">
|
||
|
<img src="Resources/Images/Logos/LogoV7B.png" style="width: 90%; display: block; margin: 0px auto; margin-bottom: -12px;" />
|
||
|
<a href="index.php?page=privacy">Privacy</a> | <a href="index.php?page=tandc">The T&C</a> <br />
|
||
|
<p style="width: 200px; margin: 0px auto;">
|
||
|
Copyright © 2014, Mad Splash. <br />
|
||
|
All trademarked stuff is the property of it's respective owner(s).
|
||
|
</p>
|
||
|
</section>
|
||
|
|
||
|
<section>
|
||
|
<h2>OTHER STUFFS</h2>
|
||
|
<ul>
|
||
|
<li><a href="#">Our staff</a></li>
|
||
|
<li><a href="#">Jobs here</a></li>
|
||
|
</ul>
|
||
|
</section>
|
||
|
|
||
|
<section>
|
||
|
<h2>PROJECTS</h2>
|
||
|
<ul>
|
||
|
<li><a href="index.php?page=projects&project=tbfa">Battles for Arthos</a></li>
|
||
|
<li><a href="index.php?page=projects&project=therpg">The RPG</a></li>
|
||
|
</ul>
|
||
|
</section>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|