2022-10-10 21:04:50 +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 > Document< / title >
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "./assets/styles/main.css" >
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
< figure >
< img class = "header-logo" src = "./assets/images/Logo-M3Academy.svg" alt = "Logo M3 Academy" >
< / figure >
< / a >
< / header >
< main >
< section >
< figure >
< img class = "main-banner main-banner-desktop" src = "./assets/images/Banner-Top-Desktop.png" alt = "Banner Principal do Desktop" >
< / figure >
< / section >
< 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 >
< img class = "top-infocard-image" src = "./assets/images/Top-Infocard-Image.png" alt = "Imagem do Infocard" >
< / figure >
< / section >
< section class = "top-cards" >
< div class = "top-card" >
2022-10-10 22:12:17 +00:00
< figure class = "top-card-images" >
< img class = "top-card-image" src = "/assets/images/Top-Card-Image-01.png" alt = "Imagem do Primeiro Card do Topo" >
2022-10-10 21:04:50 +00:00
< / figure >
< p class = "top-card-description" >
2022-10-10 22:12:17 +00:00
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
2022-10-10 21:04:50 +00:00
< / p >
< / div >
< div class = "top-card" >
2022-10-10 22:12:17 +00:00
< figure class = "top-card-images" >
< img class = "top-card-image" src = "/assets/images/Top-Card-Image-02.png" alt = "Imagem do Segundo Card do Topo" >
2022-10-10 21:04:50 +00:00
< / figure >
< 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" >
2022-10-10 22:12:17 +00:00
< figure class = "top-card-images" >
< img class = "top-card-image" src = "/assets/images/Top-Card-Image-03.png" alt = "Imagem do Terceiro Card do Topo" >
2022-10-10 21:04:50 +00:00
< / figure >
< p class = "top-card-description" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
< / p >
< / div >
2022-10-10 23:54:47 +00:00
< / section >
< section class = "middle-images" >
< div class = "middle-images-wrapper" >
< figure >
< img class = "middle-image" src = "/assets/images/Middle-Image-01.png" alt = "Primeira Imagem Middle" >
< / figure >
< figure >
< img class = "middle-image" src = "/assets/images/Middle-Image-02.png" alt = "Segunda Imagem Middle" >
< / figure >
< figure >
< img class = "middle-image" src = "/assets/images/Middle-Image-03.png" alt = "Terceira Imagem Middle" >
< / figure >
< / div >
< / section >
2022-10-10 21:04:50 +00:00
< / main >
< / body >
< / html >