challenge-landing-page/index.html

40 lines
1.3 KiB
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>Desafio M3</title>
<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@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/sass/global.css">
<link rel="stylesheet" href="./assets/sass/index.css">
</head>
<body>
<header>
<div class="logo">
<img src="./assets/images/Logo-M3Academy.svg" alt="Logo M3 - learning page.">
</div>
</header>
<main>
<article class="fundo-inicio">
<p>Fundo com notebook com códigos abertos</p>
</article>
</main>
<!-- <footer>
<article class="Icons-RedesSocias">
<img src="./assets/icons/Instagram.svg" alt="Icone do instagram">
<img src="./assets/icons/facebook.svg" alt="Icone do facebook">
<img src="./assets/icons/youtube.svg" alt="Icone do youtube">
</article>
<p>
Copyright &copy; 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
</footer> -->
</body>
</html>