2022-10-10 19:41:07 +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 Landing Page< / title >
< link rel = "stylesheet" href = "assets/styles/main.css" >
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
2022-10-10 21:57:03 +00:00
< img class = "header-logo" src = "assets/image/Logo-M3Academy 1.svg" alt = "Logo M3Academy" >
2022-10-10 19:41:07 +00:00
< / a >
< / header >
2022-10-10 21:57:03 +00:00
< main >
2022-10-10 20:04:18 +00:00
< div >
< img class = "main-banner" src = "assets/image/main-banner-desktop.png" alt = "Banner Principal" >
< / div >
2022-10-10 21:13:01 +00:00
< section class = "top-infocard" >
< div class = "top-infocard-text" >
< h2 class = "top-infocard-subtitle" > Lorem ipsum< / h2 >
2022-10-10 21:57:03 +00:00
2022-10-10 21:13:01 +00:00
< h1 class = "top-infocard-title" > dolor sit amet< / h1 >
2022-10-10 21:57:03 +00:00
2022-10-10 21:13:01 +00:00
< 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 >
2022-10-10 21:57:03 +00:00
< div class = "top-infocard-image" >
< img src = "assets/image/top-inforcard-image.png" alt = "Banner do Infocard do Topo" >
< / div >
2022-10-11 00:25:45 +00:00
< / section >
< section class = "top-cards" >
< figure class = "top-card" >
< img class = "top-card-image" src = "assets/image/top-cards-image01.svg" alt = "" >
< figcaption class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< figure class = "top-card" >
< img class = "top-card-image" src = "assets/image/top-cards-image02.svg" alt = "" >
< figcaption class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< figure class = "top-card" >
< img class = "top-card-image" src = "assets/image/top-cards-image03.svg" alt = "" >
< figcaption class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< / section >
2022-10-10 19:41:07 +00:00
< / main >
< / body >
< / html >