Deploy from Lumerel
This commit is contained in:
19
public/includes/footer.php
Normal file
19
public/includes/footer.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!-- Bootstrap 5 JS Bundle with Popper -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<footer class="bg-dark text-white text-center py-4 mt-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p>© <?php echo date('Y'); ?> Todd Low Media. All Rights Reserved.</p>
|
||||
<div class="social-icons">
|
||||
<a href="https://linkedin.com/in/toddlow" target="_blank" class="text-white mx-2"><i class="fab fa-linkedin"></i></a>
|
||||
<a href="https://github.com/toddlow" target="_blank" class="text-white mx-2"><i class="fab fa-github"></i></a>
|
||||
<a href="mailto:toddlowmedia@gmail.com" class="text-white mx-2"><i class="fas fa-envelope"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user