2022-10-09 01:13:52 +00:00
<!DOCTYPE html>
< html lang = "en" >
< 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" >
< link rel = "stylesheet" href = "./assets/styles/main.css" >
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel = "stylesheet" >
< title > Desafio 1 - M3 Academy< / title >
< / head >
< body >
< header class = "header" >
< figure >
< img src = "./assets/images/svg/Logo-M3Academy.svg" alt = "Logo-M3Academy" >
< / figure >
< / header >
< section class = "topbanner" >
< figure >
2022-10-10 01:23:34 +00:00
< img src = "./assets/images/img/topLaptop.png" class = "topbannerdesktop" alt = "Banner do Topo" >
< / figure >
< figure >
< img src = "./assets/images/img/topLaptopmobile.png" class = "topbannermobile" alt = "Banner do Topo" >
2022-10-09 01:13:52 +00:00
< / figure >
< / section >
< section class = "topinfo" >
< div class = "topinfo-texts" >
2022-10-09 02:16:52 +00:00
< article >
< h2 class = "topinfo-subtitle" > Lorem ipsum< / h2 >
< h1 class = "topinfo-title" > dolor sit amet< / h1 >
< p class = "topinfo-text" > 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 >
< / article >
2022-10-09 01:13:52 +00:00
< / div >
< figure class = "figuretopinfo" >
< img src = "./assets/images/img/topinfopcs.png" class = "topinfo-img" alt = "Imagem do topo" >
< / figure >
< / section >
2022-10-09 02:16:52 +00:00
< section class = "topcards" >
< div class = "topcards-wrapper" >
< div class = "topcard" >
< figure >
< img src = "./assets/images/img/topcard1.png" alt = "Primeira imagem dos cards" >
< figcaption class = "topcard-text" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / figcaption >
< / figure >
< / div >
< div class = "topcard" >
< figure >
< img src = "./assets/images/img/topcard2.png" alt = "Segunda imagem dos cards" >
< figcaption class = "topcard-text" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / figcaption >
< / figure >
< / div >
< div class = "topcard" >
< figure >
< img src = "./assets/images/img/topcard3.png" alt = "Terceira imagem dos cards" >
< figcaption class = "topcard-text" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / figcaption >
< / figure >
< / div >
< / div >
< / section >
2022-10-09 04:09:10 +00:00
< main class = "middle" >
< section >
< div class = "middle-wrapper" >
< div class = "gridimg" >
< img src = "./assets/images/img/middlenote1.png" class = "middle-img1" alt = "Primeiro notebook meio" >
< img src = "./assets/images/img/middlenote2.png" class = "middle-img2" alt = "Segundo notebook meio" >
< img src = "./assets/images/img/middlenote3.png" class = "middle-img3" alt = "Terceiro notebook meio" >
< / div >
< / div >
< / section >
< / main >
2022-10-09 01:13:52 +00:00
< / body >
< / html >