2022-10-11 23:42:16 +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" >
< title > Landing Page M3 Academy< / title >
< link rel = "stylesheet" href = "styles/style.css" >
< / head >
< body >
< header class = "page-header" >
< a href = "/" >
< img class = "header-logo" src = "assets/logo-m3academy-1.svg" alt = "Logo M3 Academy" > < / a >
< / header >
< main >
< div >
2022-10-12 03:24:44 +00:00
< img class = "main-banner main-banner-desktop" src = "assets/main-banner-desktop.png" alt = "" >
< img class = "main-banner main-banner-mobile" src = "assets/main-banner-mobile.png" alt = "" >
2022-10-11 23:42:16 +00:00
< / div >
2022-10-12 03:24:44 +00:00
< section class = "top-infocard" >
< div class = "top-infocard-text" >
< h2 class = "top-infocard-subtitle" > Lorem ipsum< / h2 >
< h1 class = "top-inforcard-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 >
< img class = "top-infocard-img" src = "assets/top-infocard-img.png" alt = "" >
< / div >
< / section >
2022-10-11 23:42:16 +00:00
< / main >
< / body >
< / html >