2022-10-09 16:09:50 +00:00
<!DOCTYPE html>
< html lang = "pt-BR" >
< head >
< 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 > M3 Landing Page< / title >
< link rel = "stylesheet" href = "./assets/styles/main.css" / >
< / head >
< body >
2022-10-09 16:43:18 +00:00
<!-- Cria header desktop e mobile -->
2022-10-09 16:09:50 +00:00
< header class = "page-header" >
< a href = "/" >
2022-10-09 16:43:18 +00:00
< img class = "header-logo" src = "assets/imagens/logo-m3.svg" alt = "Logo M3" / >
2022-10-09 16:09:50 +00:00
< / a >
< / header >
2022-10-09 16:43:18 +00:00
< main >
2022-10-09 17:37:29 +00:00
<!-- Adiciona banner principal -->
2022-10-09 16:43:18 +00:00
< div >
< figure >
< img class = "main-banner main-banner-desktop" src = "assets/imagens/main-banner-desktop.png" alt = "Banner Principal Desktop" / >
< img class = "main-banner main-banner-mobile" src = "assets/imagens/main-banner-mobile.png" alt = "Banner Principal Mobile" / >
< / figure >
< / div >
2022-10-09 17:37:29 +00:00
2022-10-09 18:15:38 +00:00
<!-- Cria top infocard desktop e mobile -->
2022-10-09 17:37:29 +00:00
< 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 >
< img class = "top-infocard-image" src = "assets/imagens/top-infocard-image.png" alt = "Banner do Infocard do Topo" / >
< / section >
2022-10-09 18:15:38 +00:00
<!-- Cria cards topo desktop e mobile -->
< section class = "top-cards" >
< div class = "top-card" >
< img class = "top-card-image" src = "assets/imagens/top-infocard-image1.png" alt = "Imagem do Primeiro Card do Topo" / >
< 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" >
< img class = "top-card-image" src = "assets/imagens/top-infocard-image2.png" alt = "Imagem do Segundo Card do Topo" / >
< 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" >
< img class = "top-card-image" src = "assets/imagens/top-infocard-image3.png" alt = "Imagem do Terceiro Card do Topo" / >
< p class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / div >
< / section >
2022-10-10 10:38:32 +00:00
<!-- Adiciona banner do meio -->
< div >
< figure >
< img class = "middle-banner middle-banner-desktop" src = "assets/imagens/middle-banner-desktop.png" alt = "Banner do Meio Desktop" / >
< img class = "middle-banner middle-banner-mobile" src = "assets/imagens/middle-banner-mobile.png" alt = "Banner do Meio Mobile" / >
< / figure >
< / div >
2022-10-09 16:43:18 +00:00
< / main >
2022-10-09 16:09:50 +00:00
< / body >
< / html >