-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
27 lines (27 loc) · 1.06 KB
/
footer.php
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
<div class="footer" id="footer">
<div class="footerleft">
<div id="links">
<a href="contact.php">Contact</a>
</div>
<br><br>
<div id="copyright">
<p>Website Copyright Sarah Dirienzo 2019</p>
</div>
</div>
<div class="footerright">
<div id="media">
<p>Follow us
<a href="https://www.twitter.com" target="_blank"><img src="twitter.png" style="width:20px; height:20px;" alt="twitter logo"></a>
<a href="https://www.instagram.com/rainydaybakes/" target="_blank"><img src="instagram.png" style="width:20px; height:20px;" alt="instagram logo"></a>
<a href="https://www.facebook.com" target="_blank"><img src="facebook.png" style="width:20px; height:20px;" alt="facebook logo"></a></p>
</div>
<div id="credits">
<p>Social media icons by <a href="https://www.flaticon.com/authors/freepik">Freepik</a></p>
<br>
<p>Fonts from Google Fonts</p>
<p>Photos copyright 2019 Sarah Dirienzo</p>
</div>
<br>
</div>
<div style="clear:both"></div>
</div>