2022-10-13 05:43:55 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
< head >
2022-10-13 11:37:43 +00:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
2022-10-13 05:43:55 +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 > M3 Landing Page< / title >
< link rel = "stylesheet" href = "./assets/styles/main.css" / >
2022-10-13 11:37:43 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel = "stylesheet" >
2022-10-13 05:43:55 +00:00
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
< img class = "header-logo" src = "./assets/images/svg/Logo-M3Academy-1.svg" alt = "Logo M3 Academy" / >
< / a >
< / header >
2022-10-13 06:14:29 +00:00
< main >
< section >
< img class = "main-banner main-banner-desktop" src = "./assets/images/png/main-banner-desktop.png" alt = "banner principal" >
< img class = "main-banner main-banner-mobile" src = "./assets/images/png/main-banner-mobile.png" alt = "banner principal" >
< / section >
2022-10-13 11:37:43 +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/images/png/top-infocard-image.png" alt = "Banner do infocard topo" >
< / section >
2022-10-13 22:56:35 +00:00
< section class = "top-images-cards-section" >
< div class = "top-card-image" >
< figure >
< img class = "top-card-image-png" src = "/assets/images/png/top-card-image-01.png" alt = "Imagem shopping" >
< p class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / figure >
< / div >
< div class = "top-card-image" >
< figure >
< img class = "top-card-image-png" src = "/assets/images/png/top-card-image-02.png" alt = "Imagem Bolsa" >
< p class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / figure >
< / div >
< div class = "top-card-image" >
< figure >
< img class = "top-card-image-png" src = "/assets/images/png/top-card-image-03.png" alt = "Imagem Moeda" >
< p class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / figure >
< / div >
2022-10-14 00:31:25 +00:00
< div >
< figure >
< img class = "middle-banner" src = "/assets/images/png/banner middle background.png" alt = "banner-background-middle" >
< / figure >
< / div >
< /section class="display-grid">
< img class = "middle banner middle-banner-desktop" src = "/assets/images/png/middle banner 1.png" alt = "banner do meio 1" >
< img class = "middle banner middle-banner-desktop" src = "/assets/images/png/middle banner 2.png" alt = "banner do meio 2" >
< img class = "middle banner middle-banner-desktop" src = "/assets/images/png/middle banner 3.png" alt = "banner do meio 3" >
< section >
2022-10-13 22:56:35 +00:00
< / section >
2022-10-13 06:14:29 +00:00
< / main >
2022-10-13 05:43:55 +00:00
< / body >
< / html >