2022-10-07 23:24:31 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
< head >
2022-10-08 19:00:28 +00:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
2022-10-07 23:24:31 +00:00
< 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 > Atividade 1 m3< / title >
2022-10-08 19:00:28 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500&display=swap" rel = "stylesheet" >
2022-10-07 23:24:31 +00:00
< link rel = "stylesheet" href = "./materiais/styles/main.css" >
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
< img class = "header-logo" src = "materiais/imagens/Logo M3 [branco]1.png" alt = "Logo M3" >
< / a >
< / header >
2022-10-07 23:54:58 +00:00
< main >
< section >
< img class = "baner-principal principal-baner-desktop" src = "materiais/imagens/banner-principal-desktop.png" alt = "baner principal desktop" >
< img class = "baner-principal principal-baner-mobile" src = "materiais/imagens/banner-principal-mobile.png" alt = "baner principal mobile" >
< / section >
2022-10-08 19:00:28 +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 >
< img class = "top-infocard-image" src = "materiais/imagens/top-infocard-image.png" alt = "Banner do infocard do Topo" >
< / section >
2022-10-07 23:54:58 +00:00
< / main >
2022-10-07 23:24:31 +00:00
< / body >
< / html >