-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.56 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="estilos/style.css">
<meta name="description" content="Meu portifolio">
<meta name="author" content="Gustavo Saez Ferreira">
<meta nema="keywords" content="Portifolio, Programação, Segurança, Fullstack"
<link href="https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap" rel="stylesheet">
<title>Gustavo Saez | Home</title>
</head>
<body>
<main class="main-content">
<section class="first">
</section>
<section class="second">
<h1>Gustavo Saez Ferreira</h1>
<h2>Futuro <i>FullStack</i> e <i>Ethical Hacker</i></h2>
<p>Aprofundando meus conhecimento em <b>JavaScript</b></p>
<p>Programando em <b>C</b>, <b>C#</b>, <b>Python</b></p>
<p>Além das linguagens de marcação <b>HTML e CSS</b></p>
<p>Cursando Segurança da Informação e estudando sobre Pentest/Bug Bounty</p>
</section>
<section class="social-media">
<a href="https://github.com/GugSaas" target="_blank"><img src="images/github.png"></a>
<a href="https://www.linkedin.com/in/gustavo-saas/" target="_blank"><img src="images/linkedin.png"></a>
</section>
</main>
<footer>
<p>Gustavo Saez Ferreira © 2021</p>
<p>Inspirando no site do <a href="https://americojunior.com/">Americo Júnior</a></p>
</footer>
</body>
</html>