-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
54 lines (42 loc) · 1.71 KB
/
about.html
File metadata and controls
54 lines (42 loc) · 1.71 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Contatos para Comunicação</title>
<link rel="shortcut icon" href="comunicacao.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<p><a href="index.html">Home</a></p>
<div class="principal_content">
<img src="imagem_rocketseat.jpg" alt="Logo da Rocketseat">
<h1>RocketSeat</h1>
</div>
</header>
<section class="content">
<div class="about">
<p>
No meio de tanta informação e da quantidade de ferramentas que surgem todos os dias,
você precisa de alguém que te leve na direção certa. A Rocketseat é esse alguém, na qual
busca pessoas interessadas em aprender a programar como nunca, oferecendo todos os recursos
e tenologias inovadoras como aprendizado para seus alunos.
</p>
</div>
<div class="techs">
<h2>Principais Tecnologias</h2>
<ul>
<li>NodeJS</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>PostgresSQL</li>
</ul>
</div>
</section>
<div class="links">
<a href="https://github.com/rocketseat" target="_blank">Github</a>
<a href="https://www.instagram.com/rocketseat_oficial/?hl=pt-br" target="_blank">Instagram</a>
<a href="https://www.facebook.com/rocketseat/" target="_blank">Facebook</a>
</div>
</body>
</html>