|
@@ -246,20 +246,9 @@
|
|
|
</main>
|
|
|
|
|
|
<!-- Footer -->
|
|
|
- <footer class="footer bg-dark mt-5">
|
|
|
- <div class="container">
|
|
|
- <span class="text-muted">Images sources : ICON8</span>
|
|
|
- <a href="https://icons8.com/icon/104082/cv">CV icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/104084/city">City icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/19293/code">Code icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/20909/html-5">Html 5 icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/31748/term">Term icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/84710/bootstrap">Bootstrap icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/13443/raspberry-pi">Raspberry Pi icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/63267/dns">DNS icon by Icons8</a>
|
|
|
- <a href="https://icons8.com/icon/20825/icons8">Icons8 icon by Icons8</a>
|
|
|
- </div>
|
|
|
- </footer>
|
|
|
+ <?php
|
|
|
+ include("../../include/footer.php")
|
|
|
+ ?>
|
|
|
|
|
|
<!-- Scripts -->
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|