2022-10-09 23:16:03 +00:00
<!DOCTYPE html>
2022-10-09 23:58:09 +00:00
< html lang = "pt-BR" >
2022-10-09 23:16:03 +00:00
< head >
2022-10-10 06:15:28 +00:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
2022-10-09 23:58:09 +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" / >
2022-10-09 23:16:03 +00:00
< title > M3 Desafio 1< / title >
2022-10-10 06:15:28 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel = "stylesheet" >
2022-10-09 23:58:09 +00:00
< link rel = "stylesheet" href = "./assets/styles.css/main.css" / >
2022-10-09 23:16:03 +00:00
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
2022-10-09 23:58:09 +00:00
< img class = "header-logo" src = "./assets/images/Logo-M3Academy 1.png" alt = "Logo M3-Academy" / >
2022-10-09 23:16:03 +00:00
< / a >
< / header >
2022-10-10 02:38:08 +00:00
2022-10-09 23:58:09 +00:00
< main >
2022-10-10 02:38:08 +00:00
< section >
< img class = "main-banner main-banner-desktop" src = "./assets/images/Main-banner-desktop.png" alt = "Banner principal desktop" >
< img class = "main-banner main-banner-mobile" src = "./assets/images/main-banner-mobile.png" alt = "Banner principal mobile" >
< / section >
2022-10-10 02:50:28 +00:00
2022-10-10 06:15: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 >
2022-10-10 02:50:28 +00:00
2022-10-10 06:15:28 +00:00
< p class = "top-infocard-description" >
2022-10-10 02:50:28 +00:00
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 >
2022-10-10 06:51:33 +00:00
< div >
< img class = "top-infocard-image" src = "./assets/images/top-infocard-image.png" alt = "Primeira infocard do topo" >
< / div >
2022-10-10 02:50:28 +00:00
< / div >
2022-10-10 06:15:28 +00:00
< / section >
2022-10-09 23:58:09 +00:00
< / main >
2022-10-09 23:16:03 +00:00
< / body >
< / html >