feat(footer): Adiciona rodapé desktop

This commit is contained in:
Sabrina Miranda 2022-10-13 03:33:16 -03:00
parent 334ed9712a
commit e3cb45f892
5 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg width="14" height="24" viewBox="0 0 14 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.9993 0.0049936L9.887 0C6.39048 0 4.13087 2.31828 4.13087 5.90643V8.62969H1.00163C0.731229 8.62969 0.512259 8.84891 0.512259 9.11932V13.065C0.512259 13.3354 0.731478 13.5544 1.00163 13.5544H4.13087V23.5106C4.13087 23.781 4.34984 24 4.62025 24H8.70302C8.97342 24 9.19239 23.7808 9.19239 23.5106V13.5544H12.8512C13.1216 13.5544 13.3406 13.3354 13.3406 13.065L13.3421 9.11932C13.3421 8.98948 13.2904 8.86514 13.1988 8.77326C13.1071 8.68138 12.9823 8.62969 12.8525 8.62969H9.19239V6.32115C9.19239 5.21157 9.4568 4.64829 10.9022 4.64829L12.9988 4.64755C13.2689 4.64755 13.4879 4.42833 13.4879 4.15817V0.494367C13.4879 0.224462 13.2692 0.00549296 12.9993 0.0049936Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 791 B

View File

@ -0,0 +1,5 @@
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.3766 0H6.62295C2.97106 0 0 3.095 0 6.89906V18.1008C0 21.905 2.97106 24.9999 6.62295 24.9999H17.3766C21.0288 24.9999 23.9999 21.9049 23.9999 18.1008V6.89906C24 3.095 21.0288 0 17.3766 0ZM21.8706 18.1008C21.8706 20.6819 19.8547 22.7817 17.3768 22.7817H6.62295C4.1452 22.7819 2.12938 20.6819 2.12938 18.1008V6.89906C2.12938 4.31806 4.1452 2.21811 6.62295 2.21811H17.3766C19.8545 2.21811 21.8705 4.31806 21.8705 6.89906V18.1008H21.8706Z" fill="white"/>
<path d="M11.9999 6.05847C8.58992 6.05847 5.81576 8.94822 5.81576 12.5003C5.81576 16.0522 8.58992 18.9418 11.9999 18.9418C15.4099 18.9418 18.1841 16.0522 18.1841 12.5003C18.1841 8.94822 15.4099 6.05847 11.9999 6.05847ZM11.9999 16.7236C9.7642 16.7236 7.94514 14.829 7.94514 12.5002C7.94514 10.1711 9.76406 8.27643 11.9999 8.27643C14.2358 8.27643 16.0547 10.1711 16.0547 12.5002C16.0547 14.829 14.2356 16.7236 11.9999 16.7236Z" fill="white"/>
<path d="M18.4435 4.17761C18.0333 4.17761 17.6303 4.35062 17.3405 4.65377C17.0494 4.95543 16.882 5.37539 16.882 5.80422C16.882 6.23173 17.0495 6.65154 17.3405 6.95468C17.6301 7.25635 18.0333 7.43084 18.4435 7.43084C18.8552 7.43084 19.2569 7.25635 19.548 6.95468C19.839 6.65154 20.0051 6.23158 20.0051 5.80422C20.0051 5.37539 19.839 4.95543 19.548 4.65377C19.2584 4.35062 18.8552 4.17761 18.4435 4.17761Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,3 @@
<svg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.98 2.34C22.329 1.182 21.6225 0.969 20.184 0.888C18.747 0.7905 15.1335 0.75 12.003 0.75C8.8665 0.75 5.2515 0.7905 3.816 0.8865C2.3805 0.969 1.6725 1.1805 1.0155 2.34C0.345 3.4965 0 5.4885 0 8.9955C0 8.9985 0 9 0 9C0 9.003 0 9.0045 0 9.0045V9.0075C0 12.4995 0.345 14.5065 1.0155 15.651C1.6725 16.809 2.379 17.019 3.8145 17.1165C5.2515 17.2005 8.8665 17.25 12.003 17.25C15.1335 17.25 18.747 17.2005 20.1855 17.118C21.624 17.0205 22.3305 16.8105 22.9815 15.6525C23.658 14.508 24 12.501 24 9.009C24 9.009 24 9.0045 24 9.0015C24 9.0015 24 8.9985 24 8.997C24 5.4885 23.658 3.4965 22.98 2.34ZM9 13.5V4.5L16.5 9L9 13.5Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 743 B

View File

@ -222,6 +222,36 @@ a {
display: none;
}
/* FOOTER */
.page-footer {
display: flex;
flex-direction: column;
align-items: center;
background-color: #000000;
padding: 38px 0;
}
.footer-redes-sociais {
display: flex;
margin-bottom: 17px;
gap: 16px;
justify-content: center;
align-items: center;
}
.footer-text-mobile {
display: none;
}
.footer-text {
text-transform: uppercase;
font-weight: 400;
line-height: 12px;
font-size: 10px;
color: #BDBDBD;
}
/* MOBILE */
@media (max-width: 1024px) {

View File

@ -140,5 +140,36 @@
</figure>
</article>
</main>
<footer class="page-footer">
<div class="footer-redes-sociais">
<figure class="redes-sociais">
<a href="/" target="_blank">
<img src="./assets/images/instagram-icon.svg" alt="Ícone do Instagram"/>
</a>
</figure>
<figure class="redes-sociais">
<a href="/" target="_blank">
<img src="./assets/images/facebook-icon.svg" alt="Ícone do Facebook"/>
</a>
</figure>
<figure class="redes-sociais">
<a href="/" target="_blank">
<img src="./assets/images/youtube-icon.svg" alt="Ícone do YouTube"/>
</a>
</figure>
</div>
<p class="footer-text footer-text-desktop">
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
<p class="footer-text footer-text-mobile">
Copyright © 2020 - Loja Comércio Eletrônico <br>
CNPJ: 000.000.000/0001-00
</p>
</footer>
</body>
</html>