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

29 lines
820 B
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">
<title>Landing Page</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<head>
<figure class="head-logo">
<a href="/" target="_blank">
<img class="head-image" src="./assests/logo-m3.svg" alt="logo da m3 Academy">
</a>
</figure>
</head>
<main>
<div>
<figure>
<img class="main-banner main-banner-desktop" src="./assests/main-banner-desktop.png" alt="Banner do topo Desktop">
<img class="main-banner main-banner-mobile" src="./assests/main-banner-mobile.png" alt="Banner do topo Mobile">
</figure>
</div>
</main>
</body>
</html>