2022-10-13 01:17:42 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
< head >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< 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 Academy Landing Page< / title >
< link href = "https: //fonts.googleapis.com/css2? família= Inter:wght@400;500;600 & display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "./assets/styles/style.css" >
< / head >
< body >
2022-10-13 01:26:11 +00:00
< header class = "header-container" >
< a class = "logo-link" href = "/" >
< img class = "logo" src = "./assets/images/logo-m3academy.svg" alt = "Logo M3 Academy" / >
< / a >
< / header >
2022-10-13 01:33:18 +00:00
< main >
< div >
< figure >
< img class = "main-banner main-banner-desktop" src = "./assets/images/main-banner-desktop.png" alt = "Banner Principal Desktop" / >
< / figure >
< figure >
< img class = "main-banner main-banner-mobile" src = "./assets/images/main-banner-mobile.png" alt = "Banner Principal Mobile" / >
< / figure >
< / div >
2022-10-13 01:39:19 +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 >
< figure class = "top-infocard-image" >
< img class = "image-top-infocard" src = "./assets/images/top-infocard-image.png" alt = "Imagem do Infocard do Topo" / >
< / figure >
< / section >
2022-10-13 01:59:58 +00:00
< div class = "top-cards" >
< figure class = "top-card" >
< img class = "top-card-image" src = "./assets/images/top-card-image-01.svg" alt = "Imagem do Primeiro Card do Topo" / >
< 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/images/top-card-image-02.svg" alt = "Imagem do Segundo Card do Topo" / >
< 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/images/top-card-image-03.svg" alt = "Imagem do Terceiro Card do Topo" / >
< figcaption class = "top-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< / div >
2022-10-13 02:14:47 +00:00
< div class = "mini-banner-container" >
< div class = "mini-banner-wrapper" >
2022-10-13 02:23:41 +00:00
< figure class = "mini-banner img-1" >
2022-10-13 02:14:47 +00:00
< img class = "mini-banner-image" src = "./assets/images/mini-banner-01.png" alt = "Primeira Imagem Mini Banner" / >
< / figure >
2022-10-13 02:23:41 +00:00
< figure class = "mini-banner img-2" >
2022-10-13 02:14:47 +00:00
< img class = "mini-banner-image" src = "./assets/images/mini-banner-02.png" alt = "Segunda Imagem Mini Banner" / >
< / figure >
2022-10-13 02:23:41 +00:00
< figure class = "mini-banner img-3" >
2022-10-13 02:14:47 +00:00
< img class = "mini-banner-image" src = "./assets/images/mini-banner-03.png" alt = "Terceira Imagem Mini Banner" / >
< / figure >
< / div >
< / div >
2022-10-13 01:33:18 +00:00
< / main >
2022-10-13 01:17:42 +00:00
< / body >
< / html >