2022-10-10 14:55:20 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
< 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" / >
2022-10-10 15:38:46 +00:00
< link rel = "stylesheet" href = "./assets/styles/main.css" / >
< title > Landing Page< / title >
2022-10-10 14:55:20 +00:00
< / head >
2022-10-10 16:13:34 +00:00
2022-10-10 14:55:20 +00:00
< body >
2022-10-10 16:13:34 +00:00
< header class = "header-page" >
< a href = "/" >
2022-10-10 16:49:32 +00:00
< img src = "./assets/images/Logo-M3Academy.svg" alt = "" / >
2022-10-10 16:13:34 +00:00
< / a >
2022-10-10 16:49:32 +00:00
< / header >
< main >
< div >
< figure >
< img class = "top-banner top-banner-desktop" src = "./assets/images/top-banner-desktop.png" alt = "Imagem de um notebook" / >
< / figure >
2022-10-11 00:23:18 +00:00
< / div >
2022-10-11 00:48:27 +00:00
< section class = "top-infocard" >
2022-10-11 00:23:18 +00:00
< 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-11 00:48:27 +00:00
< img class = "top-infocard-image" src = "./assets/images/top-infocard-image.png" alt = "Tres icones de computadores interligados por setas" / >
2022-10-11 00:23:18 +00:00
2022-10-11 00:48:27 +00:00
< / section >
2022-10-10 16:49:32 +00:00
< / main >
2022-10-10 14:55:20 +00:00
< / body >
< / html >