danielmoliaribarbosa #1
BIN
assets/images/Banner-Bottom-Desktop.png
Normal file
After Width: | Height: | Size: 360 KiB |
BIN
assets/images/Banner-Bottom-Mobile.png
Normal file
After Width: | Height: | Size: 246 KiB |
BIN
assets/images/Banner-Top-Desktop.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/Banner-Top-Mobile.png
Normal file
After Width: | Height: | Size: 333 KiB |
BIN
assets/images/Bottom-Card-Image-01.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/Bottom-Card-Image-03.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/Bottom-Card-Image-04.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/Facebook-Icon.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
assets/images/Instagram-Icon.png
Normal file
After Width: | Height: | Size: 492 B |
9
assets/images/Logo-M3Academy.svg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/images/Middle-Image-01.png
Normal file
After Width: | Height: | Size: 236 KiB |
BIN
assets/images/Middle-Image-02.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
assets/images/Middle-Image-03.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
assets/images/Top-Card-Image-01.png
Normal file
After Width: | Height: | Size: 962 B |
BIN
assets/images/Top-Card-Image-02.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/images/Top-Card-Image-03.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/Top-Infocard-Image.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/images/Youtube-Icon.png
Normal file
After Width: | Height: | Size: 346 B |
335
assets/styles/main.css
Normal file
@ -0,0 +1,335 @@
|
|||||||
|
*{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
font-family: 'Inter', sans-serif;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
.page-header{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 28px 0;
|
||||||
|
background: #000000;
|
||||||
|
}
|
||||||
|
.header-logo{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.main-banner{
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.top-infocard{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 3.8% 0 9.4%;
|
||||||
|
}
|
||||||
|
.top-infocard-text{
|
||||||
|
max-width: 40.4%;
|
||||||
|
}
|
||||||
|
.top-infocard-subtitle{
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 400;
|
||||||
|
text-align: center;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 48px;
|
||||||
|
font-weight: 500;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 3.6%;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.top-infocard-description{
|
||||||
|
margin-bottom: 9.4%;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
.top-infocard-image{
|
||||||
|
width: 32.5vmin;
|
||||||
|
}
|
||||||
|
.top-cards{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 1.2%;
|
||||||
|
padding: 0 0 4.2%;
|
||||||
|
}
|
||||||
|
.top-card{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
width: 36.2vmin;
|
||||||
|
padding: 1.9% 0 1.4%;
|
||||||
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
|
}
|
||||||
|
.top-card-images{
|
||||||
|
padding-bottom: 6%;
|
||||||
|
}
|
||||||
|
.top-card-image{
|
||||||
|
width: 10.4vmin;
|
||||||
|
}
|
||||||
|
.top-card-description{
|
||||||
|
text-align: center;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 0 7.4%;
|
||||||
|
}
|
||||||
|
.middle-images-section-desktop{
|
||||||
|
background: #E0E0E0;
|
||||||
|
}
|
||||||
|
.middle-images-wrapper-desktop{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
bottom: -62px;
|
||||||
|
}
|
||||||
|
.middle-images-desktop{
|
||||||
|
display: flex;
|
||||||
|
width: 90%;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 2%;
|
||||||
|
}
|
||||||
|
.middle-image-desktop{
|
||||||
|
width: 33.3%;
|
||||||
|
}
|
||||||
|
.middle-images-section-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.bottom-cards{
|
||||||
|
padding: 10.1% 0 5.7% 0;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 1%;
|
||||||
|
}
|
||||||
|
.bottom-card{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 44.6vmin;
|
||||||
|
align-items: center;
|
||||||
|
padding: 1.57% 0 2%;
|
||||||
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
|
.bottom-card-images{
|
||||||
|
padding-bottom: 3.25%;
|
||||||
|
}
|
||||||
|
.bottom-card-image{
|
||||||
|
width: 10.8vmin;
|
||||||
|
}
|
||||||
|
.bottom-card-description{
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
.bottom-infocard{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.bottom-infocard-text{
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 2.65%;
|
||||||
|
width: 29%;
|
||||||
|
}
|
||||||
|
.bottom-infocard-title{
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
.bottom-infocard-description{
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
.bottom-infocard-images{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.bottom-infocard-image-desktop{
|
||||||
|
width: 75%;
|
||||||
|
margin-bottom: 6.1%;
|
||||||
|
}
|
||||||
|
.page-footer{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding: 2% 0;
|
||||||
|
background: #000000;
|
||||||
|
}
|
||||||
|
.footer-icons{
|
||||||
|
display: flex;
|
||||||
|
list-style-type: none;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 1%;
|
||||||
|
}
|
||||||
|
.footer-icon{
|
||||||
|
margin: 0 8px;
|
||||||
|
}
|
||||||
|
.footer-icon-image{
|
||||||
|
width: 2.48vmin;
|
||||||
|
}
|
||||||
|
.footer-description{
|
||||||
|
font-size: 10px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #BDBDBD;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1024px){
|
||||||
|
.main-banner-desktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.top-infocard-subtitle{
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
.top-infocard{
|
||||||
|
padding-top: 18.12%;
|
||||||
|
}
|
||||||
|
.top-infocard-description{
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 18.2%;
|
||||||
|
}
|
||||||
|
.top-infocard-text{
|
||||||
|
max-width: 86.25%;
|
||||||
|
}
|
||||||
|
.top-infocard-image{
|
||||||
|
width: 57.75vmin;
|
||||||
|
margin-bottom: 21.4%;
|
||||||
|
}
|
||||||
|
.top-cards{
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.top-card{
|
||||||
|
width: 84.6%;
|
||||||
|
margin-bottom: 5.8%;
|
||||||
|
}
|
||||||
|
.top-card-image{
|
||||||
|
width: 102px;
|
||||||
|
padding-top: 36%;
|
||||||
|
}
|
||||||
|
.top-card-description{
|
||||||
|
width: 85.5%;
|
||||||
|
margin-bottom: 7.7%;
|
||||||
|
}
|
||||||
|
.middle-image-desktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.middle-images-section-mobile{
|
||||||
|
display: flex;
|
||||||
|
margin-bottom: 16.9%;
|
||||||
|
padding-bottom: 10.9%;
|
||||||
|
background: #E0E0E0;
|
||||||
|
}
|
||||||
|
.middle-images-wrapper-mobile{
|
||||||
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
bottom: -32px;
|
||||||
|
}
|
||||||
|
.middle-images-mobile{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 3.5%;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.middle-image-mobile{
|
||||||
|
width: 42.76%;
|
||||||
|
height: 32.8%;
|
||||||
|
}
|
||||||
|
.middle-image-mobile2{
|
||||||
|
margin-top: 1%;
|
||||||
|
width: 89%;
|
||||||
|
height: 71.6%;
|
||||||
|
}
|
||||||
|
.bottom-cards{
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 14%;
|
||||||
|
}
|
||||||
|
.bottom-card{
|
||||||
|
width: 84.6%;
|
||||||
|
margin-bottom: 3.8%;
|
||||||
|
}
|
||||||
|
.bottom-card-image{
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 29%;
|
||||||
|
}
|
||||||
|
.bottom-card-description{
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0 0 14%;
|
||||||
|
}
|
||||||
|
.bottom-infocard-image-mobile{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.bottom-infocard-image-desktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.bottom-infocard-text{
|
||||||
|
flex-direction: column;
|
||||||
|
width: 85%;
|
||||||
|
margin: 12% 0 19.8%;
|
||||||
|
}
|
||||||
|
.bottom-infocard-title{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 29px;
|
||||||
|
margin-bottom: 2.2%;
|
||||||
|
}
|
||||||
|
.page-footer{
|
||||||
|
padding: 32px 0;
|
||||||
|
}
|
||||||
|
.footer-icons{
|
||||||
|
margin-bottom: 3%;
|
||||||
|
}
|
||||||
|
.footer-icon-image{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.footer-description.desktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.footer-description.mobile{
|
||||||
|
width: 260px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1025px){
|
||||||
|
.main-banner-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.bottom-infocard-image-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.footer-description.mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 2500px){
|
||||||
|
.top-infocard-subtitle{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
.top-infocard-title{
|
||||||
|
font-size: 48px;
|
||||||
|
line-height: 58px;
|
||||||
|
}
|
||||||
|
.top-infocard-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
.top-card-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
.bottom-card-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
.bottom-infocard-title{
|
||||||
|
font-size: 64px;
|
||||||
|
line-height: 78px;
|
||||||
|
}
|
||||||
|
.bottom-infocard-description{
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 48px;
|
||||||
|
}
|
||||||
|
.footer-description{
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
}
|
172
index.html
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pt-BR">
|
||||||
|
<head>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<title>Document</title>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="./assets/styles/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a href="/">
|
||||||
|
<figure>
|
||||||
|
<img class="header-logo" src="./assets/images/Logo-M3Academy.svg" alt="Logo M3 Academy">
|
||||||
|
</figure>
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
<main>
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<img class="main-banner main-banner-desktop" src="./assets/images/Banner-Top-Desktop.png" alt="Banner Principal do Desktop">
|
||||||
|
<img class="main-banner main-banner-mobile" src="./assets/images/Banner-Top-Mobile.png" alt="Banner Principal do Mobile">
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="top-infocard">
|
||||||
|
<div class="top-infocard-text">
|
||||||
|
<h2 class="top-infocard-subtitle">Lorem ipsum</h2>
|
||||||
|
<h1 class="top-infocard-title">dolor sit amet</h1>
|
||||||
|
<p class="top-infocard-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui. </p>
|
||||||
|
</div>
|
||||||
|
<figure>
|
||||||
|
<img class="top-infocard-image" src="./assets/images/Top-Infocard-Image.png" alt="Imagem do Infocard">
|
||||||
|
</figure>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="top-cards">
|
||||||
|
<div class="top-card">
|
||||||
|
<figure class="top-card-images">
|
||||||
|
<img class="top-card-image" src="/assets/images/Top-Card-Image-01.png" alt="Imagem do Primeiro Card do Topo">
|
||||||
|
</figure>
|
||||||
|
<p class="top-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="top-card">
|
||||||
|
<figure class="top-card-images">
|
||||||
|
<img class="top-card-image" src="/assets/images/Top-Card-Image-02.png" alt="Imagem do Segundo Card do Topo">
|
||||||
|
</figure>
|
||||||
|
<p class="top-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="top-card">
|
||||||
|
<figure class="top-card-images">
|
||||||
|
<img class="top-card-image" src="/assets/images/Top-Card-Image-03.png" alt="Imagem do Terceiro Card do Topo">
|
||||||
|
</figure>
|
||||||
|
<p class="top-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="middle-images-section-desktop">
|
||||||
|
<div class="middle-images-wrapper-desktop">
|
||||||
|
<div class="middle-images-desktop">
|
||||||
|
<img class="middle-image-desktop" src="/assets/images/Middle-Image-01.png" alt="Primeira Imagem Middle">
|
||||||
|
<img class="middle-image-desktop" src="/assets/images/Middle-Image-02.png" alt="Segunda Imagem Middle">
|
||||||
|
<img class="middle-image-desktop" src="/assets/images/Middle-Image-03.png" alt="Terceira Imagem Middle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="middle-images-section-mobile">
|
||||||
|
<div class="middle-images-wrapper-mobile">
|
||||||
|
<div class="middle-images-mobile">
|
||||||
|
<img class="middle-image-mobile" src="/assets/images/Middle-Image-02.png" alt="Segunda Imagem Middle">
|
||||||
|
<img class="middle-image-mobile" src="/assets/images/Middle-Image-01.png" alt="Primeira Imagem Middle">
|
||||||
|
<img class="middle-image-mobile2" src="/assets/images/Middle-Image-03.png" alt="Terceira Imagem Middle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="bottom-cards">
|
||||||
|
<div class="bottom-card">
|
||||||
|
<figure class="bottom-card-images">
|
||||||
|
<img class="bottom-card-image" src="/assets/images/Bottom-Card-Image-01.png" alt="Imagem do Primeiro Card de Baixo">
|
||||||
|
</figure>
|
||||||
|
<p class="bottom-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="bottom-card">
|
||||||
|
<figure class="bottom-card-images">
|
||||||
|
<img class="bottom-card-image" src="/assets/images/Top-Card-Image-03.png" alt="Imagem do Segundo Card de Baixo">
|
||||||
|
</figure>
|
||||||
|
<p class="bottom-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="bottom-card">
|
||||||
|
<figure class="bottom-card-images">
|
||||||
|
<img class="bottom-card-image" src="/assets/images/Bottom-Card-Image-03.png" alt="Imagem do Terceiro Card de Baixo">
|
||||||
|
</figure>
|
||||||
|
<p class="bottom-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="bottom-card">
|
||||||
|
<figure class="bottom-card-images">
|
||||||
|
<img class="bottom-card-image" src="/assets/images/Bottom-Card-Image-04.png" alt="Imagem do Quarto Card de Baixo">
|
||||||
|
</figure>
|
||||||
|
<p class="bottom-card-description">
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="bottom-infocard">
|
||||||
|
<figure class="bottom-infocard-images">
|
||||||
|
<img class="bottom-infocard-image-mobile" src="/assets/images/Banner-Bottom-Mobile.png" alt="Banner do Infocard de Baixo Mobile">
|
||||||
|
</figure>
|
||||||
|
<div class="bottom-infocard-text">
|
||||||
|
<h2 class="bottom-infocard-title">Lorem ipsum dolor sit amet</h2>
|
||||||
|
<p class="bottom-infocard-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||||
|
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||||
|
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.</p>
|
||||||
|
</div>
|
||||||
|
<figure class="bottom-infocard-images">
|
||||||
|
<img class="bottom-infocard-image-desktop" src="/assets/images/Banner-Bottom-Desktop.png" alt="Banner do Infocard de Baixo Desktop">
|
||||||
|
</figure>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
<footer class="page-footer">
|
||||||
|
<ul class="footer-icons">
|
||||||
|
<li class="footer-icon">
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<figure>
|
||||||
|
<img class="footer-icon-image" src="/assets/images/Instagram-Icon.png" alt="Ícone do Instagram">
|
||||||
|
</figure>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="footer-icon">
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<figure>
|
||||||
|
<img class="footer-icon-image" src="/assets/images/Facebook-Icon.png" alt="Ícone do Facebook">
|
||||||
|
</figure>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="footer-icon">
|
||||||
|
<a href="/" target="_blank">
|
||||||
|
<figure>
|
||||||
|
<img class="footer-icon-image" src="/assets/images/Youtube-Icon.png" alt="Ícone do Youtube">
|
||||||
|
</figure>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p class="footer-description desktop">
|
||||||
|
Copyright © 2020 - Loja Comércio Eletrônico | CNPJ: 000.000.000/0001-00
|
||||||
|
</p>
|
||||||
|
<p class="footer-description mobile">
|
||||||
|
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|