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 >
2022-10-31 23:48:03 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel = "stylesheet" >
2022-10-13 01:17:42 +00:00
< 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 >
2022-10-13 07:28:28 +00:00
< figure >
< img class = "main-banner main-banner-desktop" src = "./assets/images/main-banner-desktop.png" alt = "Banner Principal Desktop" / >
< / figure >
2022-10-13 01:33:18 +00:00
2022-10-13 07:28:28 +00:00
< figure >
< img class = "main-banner main-banner-mobile" src = "./assets/images/main-banner-mobile.png" alt = "Banner Principal Mobile" / >
< / figure >
2022-10-13 01:39:19 +00:00
< section class = "top-infocard" >
< div class = "top-infocard-text" >
2022-10-13 07:28:28 +00:00
< h2 class = "top-infocard-subtitle" >
Lorem ipsum
< / h2 >
2022-10-13 20:47:40 +00:00
2022-10-13 07:28:28 +00:00
< h1 class = "top-infocard-title" >
Dolor sit amet
< / h1 >
2022-10-13 01:39:19 +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 >
< 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 02:34:51 +00:00
< div class = "bottom-cards" >
< figure class = "bottom-card" >
2022-11-01 16:30:46 +00:00
< img class = "bottom-card-image image-bottom-card-1" src = "./assets/images/bottom-card-01.svg" alt = "Imagem do Primeiro Card de Baixo" / >
2022-10-13 02:34:51 +00:00
< figcaption class = "bottom-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< figure class = "bottom-card" >
2022-11-01 16:30:46 +00:00
< img class = "bottom-card-image image-bottom-card-2" src = "./assets/images/bottom-card-02.svg" alt = "Imagem do Segundo Card de Baixo" / >
2022-10-13 02:34:51 +00:00
< figcaption class = "bottom-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< figure class = "bottom-card" >
2022-11-01 16:30:46 +00:00
< img class = "bottom-card-image image-bottom-card-3" src = "./assets/images/bottom-card-03.svg" alt = "Imagem do Teceiro Card de Baixo" / >
2022-10-13 02:34:51 +00:00
< figcaption class = "bottom-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< figure class = "bottom-card" >
2022-11-01 16:30:46 +00:00
< img class = "bottom-card-image image-bottom-card-4" src = "./assets/images/bottom-card-04.svg" alt = "Imagem do Quarto Card de Baixo" / >
2022-10-13 02:34:51 +00:00
< figcaption class = "bottom-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / figcaption >
< / figure >
< / div >
2022-10-13 04:03:02 +00:00
< article class = "bottom-infocard" >
< div class = "bottom-infocard-text" >
< h2 class = "bottom-infocard-subtitle" >
Lorem ipsum dolor sit amet
< / h2 >
< p class = "bottom-infocard-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue
< / p >
< / div >
< figure class = "bottom-infocard-image bottom-infocard-image-desktop" >
< img class = "image-bottom-infocard" src = "./assets/images/bottom-infocard-image-desktop.png" alt = "Banner do Infocard de Baixo Desktop" / >
< / figure >
< figure class = "bottom-infocard-image bottom-infocard-image-mobile" >
< img class = "image-bottom-infocard" src = "./assets/images/bottom-infocard-image-mobile.png" alt = "Banner do Infocard de Baixo Mobile" / >
< / figure >
< / article >
2022-10-13 01:33:18 +00:00
< / main >
2022-10-13 06:33:16 +00:00
< footer class = "page-footer" >
< div class = "footer-redes-sociais" >
< figure class = "redes-sociais" >
< a href = "/" target = "_blank" >
< img src = "./assets/images/instagram-icon.svg" alt = "Ícone do Instagram" / >
< / a >
< / figure >
< figure class = "redes-sociais" >
< a href = "/" target = "_blank" >
< img src = "./assets/images/facebook-icon.svg" alt = "Ícone do Facebook" / >
< / a >
< / figure >
< figure class = "redes-sociais" >
< a href = "/" target = "_blank" >
< img src = "./assets/images/youtube-icon.svg" alt = "Ícone do YouTube" / >
< / a >
< / figure >
< / div >
2022-10-13 07:28:28 +00:00
< p class = "footer-text" >
2022-10-13 06:33:16 +00:00
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
< / p >
< / footer >
2022-10-13 01:17:42 +00:00
< / body >
< / html >