-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (58 loc) · 2.38 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
56
57
58
59
60
<!DOCTYPE html>
<html lang="pt">
<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">
<title>LinkTree</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-738LYM4BS8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-738LYM4BS8');
</script>
</head>
<body>
<div class="perfil">
<img src="img/Thomas.jpg" alt="Foto:Thomas" class="foto">
<h1>Thomas Phellipe Szapak Ferreira</h1>
<h3>Analista Q.A. | Tecnico de Informatica | Suporte Help Desk</h2>
<lu class="social">
<li>
<a href="https://github.com/Thomaspsf" target="_blank"><img src="img/github.svg" alt="Github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/thomas-phellipe-s-ferreira/" target="_blank"><img src="img/linkedin.svg" alt="linkedin"></a>
</li>
<li>
<a href="https://www.instagram.com/thomaspsf/" target="_blank"><img src="img/insta.svg" alt="insta"></a>
</li>
<li>
<a href="https://wa.me/5544999004022" target="_blank"><img src="img/whatsapp.png" alt="whatsapp"></a>
</li>
</lu>
</div>
<div>
<lu class="links">
<li>
<a href="curriculo/index.html" target="_blank">
Meu Curriculo
<span>Aqui você encontra minhas experiencias profissionais</span>
</a>
</li>
<li>
<a href="">
Meu Curriculo
<span>Aqui você encontra minhas experiencias profissionais</span>
</a>
</li>
</lu>
</div>
</body>
</html>