2022-10-10 21:36:07 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2022-10-11 20:31:37 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2022-10-10 21:36:07 +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="/main.styles/style.css">
|
2022-10-11 20:31:37 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
|
|
|
|
|
2022-10-10 21:36:07 +00:00
|
|
|
<title>M3 Landing Page</title>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-10-11 20:31:37 +00:00
|
|
|
<header class="page-header">
|
2022-10-10 21:36:07 +00:00
|
|
|
<a href="/">
|
2022-10-11 20:31:37 +00:00
|
|
|
<img class="header-logo" src="/assents/imagens/Logo M3 [branco] (4) 1.png" alt="logo da M3 Branco" />
|
2022-10-10 21:36:07 +00:00
|
|
|
</a>
|
|
|
|
</header>
|
2022-10-11 20:31:37 +00:00
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<img class="main-banner main-banner-desktop" src="assents/imagens/banner-desktop.png" alt="Banner Principal">
|
|
|
|
<img class="main-banner main-banner-mobile" src="assents/imagens/banner-mobile.png" alt="Banner Principal">
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
<img class="top-infocard-image" src="assents/imagens/orked-computers.png" alt="banner do infocard do topo" />
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2022-10-12 14:08:48 +00:00
|
|
|
<section class="top-cards">
|
|
|
|
<div class="top-card">
|
|
|
|
<img class="top-card-image" src="assents/imagens/top-card-01.png" alt="imagem do primeiro card topo" />
|
|
|
|
|
|
|
|
<p class="top-card-description" >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="assents/imagens/top-card-02.png" alt="imagem do primeiro card topo">
|
|
|
|
|
|
|
|
<p class="top-card-description" >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="assents/imagens/top-card-03.png" alt="imagem do primeiro card topo">
|
|
|
|
|
|
|
|
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</section>
|
2022-10-11 20:31:37 +00:00
|
|
|
|
|
|
|
</main>
|
|
|
|
|
2022-10-10 21:36:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|