Embedded Images
Code Used:
Note: Please replace the image links (starting with "content.joshbauer.com") with your own uploaded images, since I cannot guarantee that mine will always be kept at the same location. I recommend Imgur for hosting your images.
If you keep my links in your code, and at some point I move the images or take them down, the images will stop working on your site, so it's better to take care of this early on.
<html>
<footer>
<div style="margin:0 auto;width:90%; height:70px; border:3px solid black;padding:10px; background-color:black">
<table bordercolor="none" height=70px align=center>
<tr>
<td width=78px align=left><a href="https://www.facebook.com/joshbauer72" target="_blank"><img style="width:52px; height:52px;" src="https://content.joshbauer.com/static/logos/facebook.png" alt="Facebook"></a></td>
<td width=78px align=left><a href="https://www.instagram.com/sea_stone_72" target="_blank"><img style="width:52px; height:52x;" src="https://content.joshbauer.com/static/logos/instagram.png" alt="Instagram"></a></td>
<td width=78px align=left><a href="https://www.messenger.com/t/joshbauer72" target="_blank"><img style="width:52px; height:52px;" src="https://content.joshbauer.com/static/logos/messenger.png" alt="Messenger"></a></td>
<th><th>
<td width=78px align=left><a href="mailto:you@yourdomain.com" target="_blank"><img style="width:52px; height:44px;" src="https://content.joshbauer.com/static/logos/gmail.png" alt="Gmail"></a></td>
<th><th>
<td width=78px align=left><a href="tel:10000000000"><img style="width:52px; height:52px;" src="https://content.joshbauer.com/static/logos/google-voice.png" alt="Google Voice"></a></td>
<th><th>
</tr>
</table>
</div>
</footer>
</html>