-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 1.61 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<title>Rocket.sect</title>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Open+Sans&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="assets/padlock-decoration.svg" type="image/x-icon" />
</head>
<body>
<header>
<nav>
<img src="assets/logo.svg" alt="Rocket.sect" />
<ul>
<li><a href="#">Início</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Contato</a></li>
</ul>
</nav>
</header>
<main>
<img src="assets/img1.svg" alt="Mulher em pé ao lado de um notebook" />
<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 /><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="linha"></div>
<p>para mais informações nos siga no instagram <a href="#">@rocketsect</a></p>
</footer>
<img id="imgfooter" src="assets/padlock-decoration.svg" alt="Rocket.sect" />
</body>
</html>