-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (36 loc) · 1.23 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<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 rel="stylesheet" type="text/css" href="style.css" media="screen" />
<title>Meu Portfólio</title>
</head>
<body>
<section id="header">
<header>
<h1><strong>Gustavo Mazzinghy</strong></h1>
<img class="foto" src="gus_foto_perfil.jpg" alt="Foto de Gustavo">
<p>Brasileiro / Belo Horizonte / 38 anos / Casado / Pai</p>
</header>
</section>
<h2>Desenvolvedor Web Fullstack</h2>
<div>
<ul>Bash</ul>
<ul>Git & Github</ul>
<ul>HTML</ul>
<ul>CSS</ul>
<ul>JavaScript</ul>
<ul>SQL</ul>
<ul>React</ul>
<ul>Python</ul>
</div>
<div class="Links">
<a href="https://drive.google.com/file/d/1nLqfIVk4U86Lu_wC4DCTz69pipZN9-qB/view?usp=sharing"
target="_blank">Currículo</a> <br><br>
<a href="https://www.linkedin.com/in/gustavomazzinghy/" target="_blank">LinkedIn</a> <br><br>
<a href="https://github.com/GusMazzinghyDev" target="_blank">GitHub</a>
</div>
</body>
</html>