2022-10-11 18:53:59 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="port-BR">
|
|
|
|
|
2022-10-12 02:23:36 +00:00
|
|
|
<head>
|
2022-10-11 18:53:59 +00:00
|
|
|
|
2022-10-12 02:23:36 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
|
2022-10-11 18:53:59 +00:00
|
|
|
|
2022-10-12 02:23:36 +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" />
|
|
|
|
|
|
|
|
<title>Desafio Landing Page</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./assets/styles/main.css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="page-header">
|
|
|
|
<div>
|
2022-10-11 18:53:59 +00:00
|
|
|
<a>
|
|
|
|
<img class="header-logo" src="./assets/images/Logo-M3Academy 1.png" alt="Logo M3" />
|
2022-10-12 02:23:36 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<img class="main-banner-desktop main-banner-desktop" src="./assets/images/main-banner-desktop.png"
|
|
|
|
alt="Banner Principal Desktop">
|
|
|
|
<img class="main-banner-mobile main-banner-mobile" src="./assets/images/main-banner-mobile.png"
|
|
|
|
alt="Banner Principal Mobile">
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<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-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 19:20:51 +00:00
|
|
|
|
2022-10-13 23:46:51 +00:00
|
|
|
<img src="./assets/images/top-infocard-image.svg" alt="Banner do Infocard do Topo" />
|
2022-10-12 02:23:36 +00:00
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
2022-10-11 19:20:51 +00:00
|
|
|
|
2022-10-11 18:53:59 +00:00
|
|
|
</html>
|