-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
49 lines (46 loc) · 1.87 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
<footer class="page-footer teal">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">ovdingen</h5>
<ul>
<li><a class="white-text" href="https://ovdingen.nl/doneer.php">Doneer aan ovdingen.nl!</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Projecten</h5>
<ul>
<li><a class="white-text" href="https://ovdingen.nl/treinviewer/" target="blank">Trein Viewer</a></li>
<li><!--<a class="white-text" href="https://ovdingen.nl/telefoon.php" target="blank">-->Telefoon Service<!--</a>--></li>
<!-- <li><a class="white-text" href="#">Link 3</a></li>
<li><a class="white-text" href="#">Link 4</a></li> -->
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Meewerken?</h5>
<p class="grey-text text-lighten-4">Kijk dan op onze github.</p>
<ul>
<li><a class="white-text" href="https://github.com/ovdingen" target="blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made with <i class="fas fa-heart red-text"></i> by ovdingen
<div class="right">
<a class="white-text" href="https://github.com/ovdingen/website/blob/master/LICENSE" target="blank">GPL-3.0</a> | <a class="white-text" href="https://ovdingen.nl/afbeeldingscredits.txt" target="blank">afbeeldingscredits</a>
</div>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="js/custom.js"></script>
</body>
<!--
Nee, bedankt. Ik heb geen fijne dag nodig!!!1
-->
</html>