-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (44 loc) · 1.54 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
<!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">
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="#"><img src="images/logo.svg" alt="logo rocket"></a>
<ul>
<li><a href="#">Início</a></li>
<li><a href="#">Serviços</a></li>
<li><a href="#">Contato</a></li>
</ul>
</header>
<main id="page">
<img src="images/img1.png"
alt="imagem de uma mulher em frente a um notebook com um simbolo de cadeado na marte superior">
<section>
<h1>Seus dados estão <span>protegidos?</span></h1>
<p>A informação é fundamental e de <strong>extrema importância</strong> para qualquer <br> 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="line"></div>
para mais informações nos siga no instagram @rocketsect
</footer>
<img id="cadeado" src="images/padlock.svg" alt="cadeado fechado">
</body>
</html>