-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
19 lines (16 loc) · 920 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="bg-light text-center text-lg-start">
<div class="container p-4">
<div class="row">
<div class="col-lg-12 col-md-12 mb-4 mb-md-0 text-center navbar-font">
<p>
Family feasts? Fancy Date Nights? Indulgent Desserts?<br><br>
Everything you'll ever need and more. Delicious, affordable and achievable recipes from the culinary world.
</p>
<a class="text-dark" href="index.php">BurntLeeksAndRawBeets.com</a>
</div>
</div>
</div>
<div class="text-center p-3 sublogo" style="background-color: rgba(0, 0, 0, 0.1);">
© <?php echo date("Y"); ?> by Burnt Leeks & Raw Beets. All Rights Reserved. <b>|</b> <a href="https://www.instagram.com/michael_ciola/" style="text-decoration:none; color: inherit;"> Designed by Michael Sarto</a>
</div>
</footer>