-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (48 loc) · 2.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Desafio - Avançado e acessível</title>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<nav>
<a id="logo" href="#">
<img src="images/logo.svg" alt="Logo têm o desenho de um cadeado e a frase Rocket.sect">
</a>
<ul>
<li><a href="#">Inicio</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Contato</a></li>
</ul>
</nav>
<main>
<img src="images/img1.png" alt="Mulher ao lado de notebook aberto com cadeado no canto da tela em desenho">
<section class="text">
<h1>
Seus dados estão <span>protegidos</span>?
</h1>
<p>
A informação é fundamental e de <strong>extrema importância</strong> para qualquer empresa.
<br>
<br>
Aqui vai um <strong>texto</strong> como se fosse uma empresa de <span>segurança da informação</span>
apresentando o seu produto e com o texto todo estilizado.
</p>
</section>
</main>
<footer>
Para mais informações nos siga no instagram <a href="https://www.instagram.com/rocketseat/"
target="_blank">@rocketsect</a>
</footer>
</div>
<img id="padlock" src="images/padlock.svg" alt="Desenho de um cadeado branco e verde em cima">
</body>
</html>