Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 22:47:58 +00:00
commit 9221bd9ec3
6 changed files with 142 additions and 0 deletions

View 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>&copy; <?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>