2022-10-08 02:27:05 +00:00
|
|
|
<!DOCTYPE html>
|
2022-10-09 02:20:47 +00:00
|
|
|
<html lang="pt-br">
|
2022-10-08 02:27:05 +00:00
|
|
|
|
|
|
|
<head>
|
2022-10-10 01:31:36 +00:00
|
|
|
<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">
|
|
|
|
|
2022-10-08 02:27:05 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2022-10-09 02:20:47 +00:00
|
|
|
<link rel="stylesheet" href="style/style.css">
|
2022-10-08 02:27:05 +00:00
|
|
|
<title></title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-10-09 02:20:47 +00:00
|
|
|
<header>
|
|
|
|
<a href="./">
|
2022-10-09 02:54:42 +00:00
|
|
|
<img src="assets/icons/Logo-M3.svg" alt="Logo-M3" class="logo-header" />
|
2022-10-09 02:20:47 +00:00
|
|
|
</a>
|
|
|
|
</header>
|
|
|
|
<main>
|
2022-10-09 02:54:42 +00:00
|
|
|
<div>
|
2022-10-09 02:20:47 +00:00
|
|
|
<figure>
|
2022-10-09 02:54:42 +00:00
|
|
|
<img src="assets/bannerPrincipal.png" alt="Computador aberto com codigos de programação"
|
|
|
|
class="banner-principal banner-principal-desktop" />
|
|
|
|
<img src="assets/bannerPrincipalMobile.png" alt="Computador aberto com codigos de programação"
|
|
|
|
class="banner-principal banner-principal-mobile" />
|
2022-10-09 02:20:47 +00:00
|
|
|
</figure>
|
|
|
|
</div>
|
2022-10-09 03:31:58 +00:00
|
|
|
<div class="container-infocard">
|
|
|
|
<div class="infocard-text">
|
2022-10-10 01:31:36 +00:00
|
|
|
<h2>Lorem ipsum</h2>
|
|
|
|
<h1>dolor sit amet</h1>
|
2022-10-09 03:31:58 +00:00
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
2022-10-10 01:31:36 +00:00
|
|
|
interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna
|
|
|
|
dui. </p>
|
2022-10-09 03:31:58 +00:00
|
|
|
</div>
|
2022-10-10 01:31:36 +00:00
|
|
|
<img src="assets/fxemoji_threenetworkedcomputers.png" alt="Computadores" class="banner-infocard">
|
2022-10-09 03:31:58 +00:00
|
|
|
</div>
|
2022-10-09 02:20:47 +00:00
|
|
|
</main>
|
2022-10-08 02:27:05 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|