challenge-landing-page-samu.../index.html

29 lines
1.3 KiB
HTML
Raw Normal View History

<!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">
<title>M3 Landing Page</title>
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header class="page-header">
<a href="/"><img src="assets/images/Logo-M3Academy 1.svg" alt="Logo M3" class="header-logo"></a>
</header>
<main>
<picture>
<source media="(max-width: 414px)" srcset="assets/mobile-images/top-card-image.png">
<source media="(min-width: 415px)" srcset="assets/images/desktop-banner.png">
<img src="assets/images/desktop-banner.png" alt="laptop image banner" class="main-banner">
</picture>
<section class="first-content">
<div class="first-content-text">
<h1 class="first-content-h2">Lorem Ipsum</h1>
<h2 class="first-content-h1">Dolor Sit Amet</h2>
<p class="first-content-p">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>
</section>
</main>
</body>
</html>