feat(footer): adicao footer

This commit is contained in:
Caio Thurler 2022-10-12 10:56:38 -03:00
parent 15f17d3ea6
commit ea193a997b

View File

@ -58,5 +58,10 @@
</div>
</section>
</main>
<footer>
<a href="https://www.instagram.com/" target="_blank"><img class="instagram-logo" src="./images/instagram-logo.svg" alt="Logo Instagram"></a>
<a href="https://www.facebook.com/" target="_blank"><img class="facebook-logo" src="./images/facebook-logo.svg" alt="Logo Facebook"></a>
<a href="https://www.youtube.com/" target="_blank"><img class="youtube-logo" src="./images/youtube-logo.svg" alt="Logo Youtube"></a>
</footer>
</body>
</html>