-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (31 loc) · 1.9 KB
/
footer.php
File metadata and controls
33 lines (31 loc) · 1.9 KB
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
<footer class="page-footer mt-5">
<div class="container">
<div class="row">
<div class="follow col-md-12 text-center">
<p>Réseaux sociaux? Patreon? :</p>
</div>
</div>
<div class="row">
<div class="col-12 pb-3 text-center">
<a href="https://www.facebook.com/" aria-label="Access Facebook page"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/?lang=fr" aria-label="Access Twitter page"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/" aria-label="Access Linkedin page"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/" aria-label="Access Instagram page"><i class="fa fa-instagram"></i></a>
<a href="https://www.pinterest.com/" aria-label="Access Pinterest page"><i class="fa fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="footer-copyright text-center pb-3 ">© 2018 Copyright:
<a href="https://github.com/Gaellga">propriétaire officiel</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="assets/JS/script.js"></script>
<script src="assets/JS/lightbox.js"></script>
</body>
</html>