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 = "" >
2022-10-10 21:56:36 +00:00
< figure >
< img class = "header-logo" src = "./assets/images//LogoM3Academy.svg" alt = "logo M3" >
< / figure >
2022-10-10 19:51:00 +00:00
< / a >
< / header >
2022-10-10 20:07:18 +00:00
< main >
< section class = "banner-desktop" >
2022-10-10 21:56:36 +00:00
< figure >
< img class = "banner-desktop-img" src = "./assets/images/top-banner.png" alt = "Banner principal" >
< / figure >
2022-10-10 20:07:18 +00:00
< / 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 >
2022-10-10 21:56:36 +00:00
< img class = "top-infocard-image" src = "./assets/images/Computadores.png" alt = "Infocard" >
2022-10-10 20:07:18 +00:00
< / section >
2022-10-10 21:56:36 +00:00
< section class = "top-cards" >
< div class = "top-card" >
< figure class = "top-card-images" >
2022-10-11 00:33:44 +00:00
< img class = "card-imgs" src = "/assets/images/shop.png" alt = "shop" >
2022-10-10 21:56:36 +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" >
< figure class = "top-card-images" >
2022-10-11 00:33:44 +00:00
< img class = "card-imgs" src = "/assets/images/shopping-bag.png" alt = "bag" >
2022-10-10 21:56:36 +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" >
< figure class = "top-card-images" >
2022-10-11 00:33:44 +00:00
< img class = "card-imgs" src = "/assets/images/coin.png" alt = "coin" >
2022-10-10 21:56:36 +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 >
< / section >
2022-10-11 00:33:44 +00:00
< section class = "middle-banners" >
< div class = "middle-banners-content" >
2022-10-11 06:40:47 +00:00
< ul class = "banner-list" >
< li >
< ul class = "banner-list" >
< li class = "banner-list-space image-height" >
< figure class = "image-height" >
< img class = "middle-banners-imgs" src = "./assets/images/notebook1.png" alt = "Banner do meio1" >
< / figure >
< / li >
< li class = "banner-list-space image-height" >
< figure class = "image-height" >
< img class = "middle-banners-imgs" src = "./assets/images/notebook2.png" alt = "Banner do meio2" >
< / figure >
< / li >
< / ul >
2022-10-11 00:33:44 +00:00
< / li >
2022-10-11 06:40:47 +00:00
< li >
< ul class = "banner-list" >
< li >
< figure class = "image-height" >
< img class = "middle-banners-imgs" src = "./assets/images/notebook3.png" alt = "Banner do meio3" >
< / figure >
< / li >
< / ul >
2022-10-11 00:33:44 +00:00
< / li >
< / ul >
< / div >
< / section >
2022-10-10 20:07:18 +00:00
< / main >
2022-10-10 19:51:00 +00:00
< / body >
< / html >