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

32 lines
843 B
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>
</body>
</html>