2022-10-07 17:58:02 +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 Lading Page< / title >
< link rel = "stylesheet" href = "main.css" >
< / head >
2022-10-07 18:32:03 +00:00
< body >
< header class = "page-header" >
< a href = "/" >
< img class = "header-logo" src = "./assest/Logo M3.png" alt = "logo M3" >
< / a >
< / header >
< main >
< section >
< img class = " main-banner main-banner-desktop" src = "./assest/main-banner-desktop.png" alt = "Banner Principal Desktop" >
< img class = "main-banner main-banner-mobile" src = "./assest/main-banner-mobile.png" alt = "Banner Principal mobile" >
< / section >
2022-10-07 20:18:16 +00:00
< section class = "top-infocard" >
< div class = "top-infocard-text" >
< h2 class = "top-inforcard-subtitle" > Lorem ipsum< / h2 >
< h1 class = "top-inforcard-title" > dolor sit amet< / h1 >
< p class = "top-inforcard-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 = "./assest/top-inforcard-image.png" alt = "Banner do infocard do Topo" >
< / section >
2022-10-09 12:31:14 +00:00
< section class = "top-cards" >
< div class = "top-card" >
< img class = "top-card-image" src = "./assest/top-card-image-01.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 = "./assest/top-card-image-02.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 = "./assest/top-card-image-03.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-07 18:32:03 +00:00
< / main >
< / body >
2022-10-07 17:58:02 +00:00
< / html >