43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<!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" />
|
|
|
|
<link rel="stylesheet" href="./assets/styles/main.css" />
|
|
|
|
<title>Landing Page</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header class="header-page">
|
|
<a href="/">
|
|
<img src="./assets/images/Logo-M3Academy.svg" alt="" />
|
|
</a>
|
|
</header>
|
|
|
|
<main>
|
|
<div>
|
|
<figure>
|
|
<img class="top-banner top-banner-desktop" src="./assets/images/top-banner-desktop.png" alt="Imagem de um notebook" />
|
|
</figure>
|
|
</div>
|
|
|
|
<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="./assets/images/top-infocard-image.png" alt="Tres icones de computadores interligados por setas" />
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
</html> |