2022-10-11 11:16:44 +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 > Desafio 1 - Landing Page< / title >
2022-10-11 11:36:28 +00:00
< link rel = "stylesheet" href = "styles/main.css" >
2022-10-11 11:16:44 +00:00
< / head >
< body >
2022-10-11 11:25:38 +00:00
<!-- Header Page -->
< header class = "header-page" >
< a href = "/" >
< img class = "header-page-logo" src = "assets/svgs/Logo-M3Academy.svg" alt = "logo da m3 academy" >
< / a >
< / header >
2022-10-11 11:43:06 +00:00
<!-- Banner -->
< main >
< div >
< figure >
<!-- Versão Desktop -->
< img class = "main-banner main-banner-desktop" src = "assets/images/main-banner-image-desktop.png" alt = "iamgem do banner principal" >
<!-- Versão Mobile -->
< img class = "main-banner main-banner-mobile" src = "assets/images/main-banner-image-mobile.png" alt = "imagem do banner principal" >
< / figure >
< / div >
2022-10-11 12:04:06 +00:00
<!-- Top Infocard -->
< section class = "top-infocard" >
< div class = "top-infocard-content" >
< 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 class = "top-infocard-image-container" >
< img class = "top-infocard-image" src = "assets/images/top-infocard-image.png" alt = "imagem do infocard do topo" >
< / figure >
< / section >
2022-10-11 11:43:06 +00:00
< / main >
2022-10-11 11:16:44 +00:00
< / body >
< / html >