2022-10-08 19:09:09 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
2022-10-10 16:38:11 +00:00
2022-10-08 19:09:09 +00:00
< head >
< 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 > Landing Page< / title >
< link rel = "stylesheet" href = "./assets/styles/style.css" >
< / head >
2022-10-10 16:38:11 +00:00
2022-10-08 19:09:09 +00:00
< body >
2022-10-10 16:38:11 +00:00
2022-10-08 19:09:09 +00:00
< header class = "header" >
< a href = "/" >
2022-10-09 13:56:04 +00:00
< img class = "imgLogoM3" src = "./assets/images/logo_M3.png" alt = "logo M3" >
2022-10-08 19:09:09 +00:00
< / a >
< / header >
2022-10-09 14:39:23 +00:00
< main >
< section >
2022-10-10 16:38:11 +00:00
< img class = "main-banner main-banner-desktop" src = "./assets/images/img-notebook-desktop.png"
alt="imagem notebook principal">
< img style = "border: none;" class = "main-banner main-banner-mobile"
src="./assets/images/img-notebook-mobile.png" alt="imagem notebook principal">
2022-10-09 14:39:23 +00:00
< / section >
2022-10-10 16:38:11 +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-img" src = "./assets/images/img-tres-computadores.png" alt = "Icone três computadores" >
2022-10-09 14:39:23 +00:00
< / section >
2022-10-10 16:38:11 +00:00
2022-10-09 14:39:23 +00:00
< / main >
2022-10-10 16:38:11 +00:00
< div >
< section >
< img src = "./assets/images/Icons/loja.png" alt = "Imagem pequena de uma loja" >
< p > < / p >
< / section >
< section >
< img src = "./assets/images/Icons/sacola.png" alt = "Imagem pequena de uma sacolinha" >
< / section >
< section >
< img src = "./assets/images/Icons/mao.png" alt = "Imagem pequena de uma mão com uma cedula" >
< / section >
< / div >
< / body >
2022-10-08 19:09:09 +00:00
< / html >