-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (44 loc) · 1.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<title>Rocket.sect</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<nav>
<a id="logo" href="#">
<img src="images/logo.svg" alt="logo rocket.sect">
</a>
<ul>
<li><a href="#">Início</li></a>
<li><a href="#">Serviços</li></a>
<li><a href="#">Contatos</li></a>
</ul>
</nav>
<main>
<img src="images/img1.png" alt="uma mulher ao lado
do notebook com um cadeado ao lado">
<section>
<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/>
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>
<div class="line"></div>
para mais informações nos siga no instagram <a href="https://instagram.com/rocketsect" target="_blank">@rocketsect</a>
</footer>
</div>
<img id="cadeado" src="images/padlock.svg" alt="símbolo de cadeado no canto direito da página">
</body>
</html>