51 lines
1.5 KiB
HTML
51 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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="style.css">
|
|
<title>Landing Page M3</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header class="header_landing">
|
|
<a href="/">
|
|
<picture>
|
|
<img class="logo_m3" src="./assets/img/Logo-M3Academy 1.svg" alt="LogoM3Academy">
|
|
</picture>
|
|
</a>
|
|
</header>
|
|
|
|
<div>
|
|
<picture>
|
|
<img class="primary_banner" src="./assets/img/image_principal.png" alt="banner primário">
|
|
</picture>
|
|
<picture>
|
|
<img class="banner_mobile" src="./assets/img/mobile_image_primary.png" alt="image mobile">
|
|
</picture>
|
|
</div>
|
|
|
|
<main>
|
|
<section class="info_texts">
|
|
<h2 class="info_subtitle">
|
|
Lorem ipsum
|
|
</h2>
|
|
<h1 class="info_title">
|
|
dolor sit amet
|
|
</h1>
|
|
<p class="info_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>
|
|
<picture>
|
|
<img class="info_image" src="./assets/img/fxemoji_threenetworkedcomputers.svg" alt="">
|
|
</picture>
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html> |