challenge-landing-page/html/LandingPage.html

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<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@300&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>M3 Academy</title>
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/reset.css" />
</head>
<body>
<header>
<div class="logo-div">
<a href="/html/LandingPage.html">
<img
class="logo"
src="/assets/Logo-M3Academy 1.png"
alt="M3 Academy"
/>
</a>
</div>
</header>
<figure id="hero-div">
<img class="hero" src="/assets/Rectangle 9.png" alt="Computador sobre uma
mesa">
</figure>
<section id=""></section>
</body>
</html>