2022-10-10 12:34:08 +00:00
<!DOCTYPE html>
< html lang = "pt-BR" >
2022-10-10 14:57:49 +00:00
< 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 > Desafio 1 - M3 Academy< / title >
< link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Sans+Pro:ital,wght@0,300; 0,700;1,400& display=swap"
rel="stylesheet" />
< link rel = "stylesheet" href = "./assets/style/style.css" / >
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
< img class = "header-logo" src = "./assets/images/Logo-M3Academy 1.svg" alt = "Logo da M3 Academy" / >
< / a >
< / header >
< main >
< section >
< img class = "main-banner main-banner-desktop" src = "./assets/images/main-banner-desktop.png"
alt="Imagem de uma mesa de trabalho com um computador ligado" />
< img class = "main-banner main-banner-mobile" src = "./assets/images/main-banner-mobile.png"
alt="Imagem de uma mesa de trabalho com um computador ligado"/>
< / section >
< section class = "top-infocard" >
< div class = "top-infocard-text" >
2022-10-11 14:29:22 +00:00
< h2 class = "top-infocard-subtitle" > Lorem ipsum< / h2 >
< h1 class = "top-infocard-title" > dolor sit amet< / h1 >
2022-10-10 14:57:49 +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 >
< / section >
2022-10-11 14:29:22 +00:00
< figure class = "top-infocard-image" >
2022-10-11 16:48:50 +00:00
< img class = "top-infocard-img" src = "./assets/images/top-infocard-image.png" alt = "Imagem de um esquema de três computadores" / >
2022-10-11 14:29:22 +00:00
< / figure >
2022-10-11 18:58:45 +00:00
< section class = "top-cards" >
< figure class = "top-card" >
2022-10-11 19:59:03 +00:00
< img class = "top-card-image img1" src = "./assets/images/top-card-image-01.png" alt = "Card com desenho de uma loja física" / >
2022-10-11 18:58:45 +00:00
< 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" >
2022-10-11 19:59:03 +00:00
< img class = "top-card-image img2" src = "./assets/images/top-card-image-02.png" alt = "Card com desenho de uma bolsa de compras" / >
2022-10-11 18:58:45 +00:00
< 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" >
2022-10-11 19:59:03 +00:00
< img class = "top-card-image img2" src = "./assets/images/top-card-image-03.png" alt = "Card com desenho de uma mão segurando uma moeda" / >
2022-10-11 18:58:45 +00:00
< figcaption class = "top-card-description" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / figcaption >
< / figure >
< / section >
2022-10-12 01:22:23 +00:00
< section class = "cards-image" >
< figure class = "card-image" >
< img class = "card-img" src = "./assets/images/card-image1.png" alt = "Imagem de um computador fechando visto de frente" / >
< / figure >
< figure class = "card-image" >
< img class = "card-img" src = "./assets/images/card-image2.png" alt = "Imagem de um computador ligado visto de frente com a tela fechada na metade" / >
< / figure >
< figure class = "card-image" >
< img class = "card-img" src = "./assets/images/card-image3.png" alt = "Imagem de um computador ligado visto de lado" / >
< / figure >
< / section >
2022-10-10 14:57:49 +00:00
< / main >
2022-10-11 18:58:45 +00:00
2022-10-10 14:57:49 +00:00
< / body >
2022-10-10 12:34:08 +00:00
< / html >