2022-10-13 16:08:11 +00:00
<!DOCTYPE html>
< html lang = "pt-BR" >
< head >
2022-10-13 20:37:11 +00:00
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
2022-10-13 16:08:11 +00:00
< 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 > Landing Page M3< / title >
2022-10-13 20:37:11 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel = "stylesheet" >
2022-10-13 16:08:11 +00:00
< link rel = "stylesheet" href = "./assets/styles/main.css" >
< / head >
< body >
< header class = "page-header" >
2022-10-13 16:45:50 +00:00
2022-10-13 16:08:11 +00:00
< a href = "/" >
< img class = "header-logo" src = "./assets/imagens/Logo-M3Academy 1.svg" alt = "Logo-M3Academy" / >
< / a >
2022-10-13 16:45:50 +00:00
2022-10-13 16:08:11 +00:00
< / header >
2022-10-13 16:45:50 +00:00
< main >
< section >
< img class = "main-banner main-banner-desktop" src = "./assets/imagens/main-banner-desktop.png" alt = "Baner Principal dk" / >
< img class = "main-banner main-banner-mobile" src = "./assets/imagens/main-banner-mobile.png" alt = "Baner Principal mb" >
2022-10-13 20:37:11 +00:00
< / 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 >
< img class = "top-infocard-image" src = "./assets/imagens/top-infocard-image.png" alt = "Infocard Baner Topo" >
2022-10-13 16:45:50 +00:00
< / section >
2022-10-13 21:22:39 +00:00
< section class = "top-cards" >
< div class = "top-card" >
< img class = "top-card-image" src = "./assets/imagens/top-card-img-01.svg" 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-card-img-02.svg" 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-card-img-03.svg" 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-13 16:45:50 +00:00
< / main >
2022-10-13 16:08:11 +00:00
< / body >
< / html >