2022-10-11 02:50:43 +00:00
<!DOCTYPE html>
< html lang = "pt-br" >
< head >
2022-10-11 04:53:02 +00:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" / >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin / >
2022-10-11 02:50:43 +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" / >
< link rel = "stylesheet" href = "./assets/styles/main.css" / >
< title > M3 Academy - José G Mata R< / title >
2022-10-11 04:53:02 +00:00
< link href = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel = "stylesheet" / >
2022-10-11 02:50:43 +00:00
< / head >
< body >
< header class = "page-header" >
< a href = "#" >
< img class = "header-logo" src = "./assets/images/logo-m3.png" alt = "Logo M3" / >
< / a >
2022-10-11 04:53:02 +00:00
< / header > <!-- - - - - - - - - - - - - - - - Fim do header - - - - - - - - - - - - - - - - - - - -->
2022-10-11 02:50:43 +00:00
< main >
2022-10-11 04:53:02 +00:00
< section >
< img class = "main-banner main-banner-desktop" src = "./assets/images/banner-desktop.png" alt = "Banner Principal Desktop" / >
2022-10-11 05:23:41 +00:00
< img class = "main-banner main-banner-mobile" src = "./assets/images/banner-mobile.png" alt = "Banner Principal Mobile" / >
2022-10-11 04:53:02 +00:00
< / section >
2022-10-11 02:50:43 +00:00
2022-10-12 06:23:24 +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 >
< p class = "top-infocard-desc" >
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 >
< img class = "top-infocard-image" src = "./assets/images/banner-top.png" alt = "Banner Top" / >
< / section >
2022-10-12 13:56:11 +00:00
< section class = "top-cards" >
< div class = "top-card" >
< img class = "top-card-image" src = "./assets/images/top-card-image01.png" alt = "Image do primeiro card do topo" / >
< p class = "top-card-desc" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / p >
< / div >
< div class = "top-card" >
< img class = "top-card-image" src = "./assets/images/top-card-image02.png" alt = "Image do segundo card do topo" / >
< p class = "top-card-desc" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / p >
< / div >
< div class = "top-card" >
< img class = "top-card-image" src = "./assets/images/top-card-image03.png" alt = "Image do terceiro card do topo" / >
< p class = "top-card-desc" > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. < / p >
< / div >
< / section >
2022-10-11 04:53:02 +00:00
< / main > <!-- - - - - - - - - - - - - - - - Fim do main - - - - - - - - - - - -->
2022-10-11 02:50:43 +00:00
< footer >
2022-10-11 04:53:02 +00:00
< / footer > <!-- - - - - - - - - - - - - - - - Fim do footer - - - - - - - - - - - -->
2022-10-11 02:50:43 +00:00
< / body >
< / html >