-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
78 lines (76 loc) · 2.6 KB
/
footer.php
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>Spalte 1</h3>
<ul class="unstyled">
<li><a href="#">Zeile 1</a></li>
<li><a href="#">Zeile 2</a></li>
<li><a href="#">Zeile 3</a></li>
<li><a href="#">Zeile 4</a></li>
</ul>
</section>
<section class="3u 6u$(medium) 12u$(small)">
<h3>Spalte 2</h3>
<ul class="unstyled">
<li><a href="#">Zeile 1</a></li>
<li><a href="#">Zeile 2</a></li>
<li><a href="#">Zeile 3</a></li>
<li><a href="#">Zeile 4</a></li>
</ul>
</section>
<section class="3u 6u(medium) 12u$(small)">
<h3>Spalte 3</h3>
<ul class="unstyled">
<li><a href="#">Zeile 1</a></li>
<li><a href="#">Zeile 2</a></li>
<li><a href="#">Zeile 3</a></li>
<li><a href="#">Zeile 4</a></li>
</ul>
</section>
<section class="3u$ 6u$(medium) 12u$(small)">
<h3>Navigation</h3>
<ul class="unstyled">
<li><a href="/index.php">Main Page</a></li>
<li><a href="/games.php">Games</a></li>
<li><a href="/wiki.php">Wiki</a></li>
<li><a href="/legalnotice.php">Legal Notice</a></li>
</ul>
</section>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© All rights reserved.</li>
<!--
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
-->
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
<!--
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
</li>
<li>
<a class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
</li>
<li>
<a class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
</li>
<li>
<a class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a>
</li>
</ul>
</div>
-->
</div>
</div>
</footer>
</body>
</html>