2022-10-10 19:51:00 +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 = "header" >
< a href = "" >
< img class = "header-logo" src = "./assets/images//LogoM3Academy.svg" alt = "logo M3" >
< / a >
< / header >
2022-10-10 20:07:18 +00:00
< main >
< section class = "banner-desktop" >
< img class = "banner-desktop-img" src = "./assets/images/top-banner.png" alt = "Banner principal" >
< / 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 >
< img class = "top-infocard-image" src = "./assets/images/Computadores.png" alt = "Infocard" >
< / section >
< / main >
2022-10-10 19:51:00 +00:00
< / body >
< / html >