2022-10-11 00:42:46 +00:00
|
|
|
<!DOCTYPE html>
|
2022-10-12 01:07:45 +00:00
|
|
|
<html lang="pt-BR">
|
|
|
|
|
2022-10-11 00:42:46 +00:00
|
|
|
<head>
|
2022-10-12 01:07:45 +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" />
|
|
|
|
<link rel="stylesheet" href="./css/style.css" />
|
2022-10-11 00:42:46 +00:00
|
|
|
<title>challenge-landing-page</title>
|
|
|
|
</head>
|
2022-10-12 01:07:45 +00:00
|
|
|
|
2022-10-11 00:42:46 +00:00
|
|
|
<body>
|
2022-10-12 01:07:45 +00:00
|
|
|
<!-----------Header---------->
|
2022-10-11 19:06:41 +00:00
|
|
|
<header>
|
|
|
|
<figure class="header-logo">
|
2022-10-12 01:07:45 +00:00
|
|
|
<img class="logo" src="./assets/img/Logo-M3Academy 1.png" alt="Logo-M3Academy" />
|
2022-10-11 19:06:41 +00:00
|
|
|
</figure>
|
|
|
|
<figure>
|
2022-10-12 01:07:45 +00:00
|
|
|
<img class="header-computer" src="./assets/img/Rectangle 9.jpg" alt="Capa-notebook" />
|
2022-10-11 19:06:41 +00:00
|
|
|
</figure>
|
|
|
|
</header>
|
2022-10-12 01:07:45 +00:00
|
|
|
<!------------Main---------->
|
2022-10-11 20:44:28 +00:00
|
|
|
<main>
|
2022-10-12 01:07:45 +00:00
|
|
|
<!---------Section-1------------->
|
2022-10-11 20:44:28 +00:00
|
|
|
<section class="info">
|
|
|
|
<div>
|
2022-10-12 01:07:45 +00:00
|
|
|
<h2 class="lorem">LOREM IPSUM</h2>
|
|
|
|
<h1 class="dolor">DOLOR SIT AMET</h1>
|
|
|
|
<p class="text">
|
|
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
|
|
|
euismod enim non dui fringilla interdum.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit.
|
|
|
|
Nulla suscipit magna dui.
|
|
|
|
</p>
|
|
|
|
<figure class="computers">
|
|
|
|
<img class="image-computer" src="./assets/SVG/computers.svg" alt="rede-Computadores" />
|
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
<!-------------Section-2----------->
|
|
|
|
<div class="container-3">
|
|
|
|
<div class="square">
|
|
|
|
<figure>
|
|
|
|
<img src="./assets/SVG/shopp.svg" alt="shopp" />
|
|
|
|
</figure>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
|
|
|
interdum. </p>
|
|
|
|
</div>
|
|
|
|
<div class="square">
|
|
|
|
<figure>
|
|
|
|
<img src="./assets/SVG/shopping-bag (1) 1.svg" alt="shopping-bag" />
|
|
|
|
</figure>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
|
|
|
interdum. </p>
|
|
|
|
</div>
|
|
|
|
<div class="square">
|
|
|
|
<figure>
|
|
|
|
<img src="./assets/SVG/money (1) 2.svg" alt="money" />
|
|
|
|
</figure>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
|
|
|
interdum. </p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-10-11 20:44:28 +00:00
|
|
|
</section>
|
2022-10-12 01:07:45 +00:00
|
|
|
<!--------------Section-3------------------>
|
2022-10-11 20:44:28 +00:00
|
|
|
</main>
|
2022-10-11 00:42:46 +00:00
|
|
|
</body>
|
2022-10-12 01:07:45 +00:00
|
|
|
|
2022-10-11 00:42:46 +00:00
|
|
|
</html>
|