-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (69 loc) · 2.59 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
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Francisco Thiago @oxechicao</title>
<meta charset="utf-8">
<meta name="description" lang="en" content="Hi, I'm Francisco Thiago (@oxechicao). I'm a fullstack developer currently working with Javascript/Typescript, nodejs and Reactjs.">
<meta name="description" lang="pt-br" content="Olá, me chamo Francisco Thiago (@oxechicao). Eu sou fullstack developer e atualmente trabalho com Javascript/Typescript com Nodejs e Reactjs.">
<meta name="keywords" content="fthiagogv,oxechicao,fullstack,developer,computer,science,javascript,react,microservice,typescript,nodejs">
<style>
p {
text-align: center;
}
.center-body {
display: flex;
justify-content: center;
flex-direction: column;
height: 100vh;
align-items: center;
width: 100%;
}
.social-link {
margin: 10px;
}
.social-link > img {
width: 32px;
height: 32px;
}
.profile-img > img {
width: 152px;
height: 152px;
border: 1px solid white;
border-radius: 50%;
}
</style>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Francisco Thiago Gomes Vieira",
"jobTitle": "Fullstack Developer",
"url": "https://oxechicao.github.io",
"birthDate": "1990-05-04 08:30:00",
"email": "[email protected]",
"image": "https://avatars3.githubusercontent.com/u/6399202?s=460&v=4",
"homeLocation": {
"@type": "Thing",
"name": "Fortaleza, CE"
}
}
</script>
</head>
<body>
<div id="app">
<div class="center-body">
<div class="profile-img">
<img src="https://avatars.githubusercontent.com/u/6399202?v=4" alt="profile-img"/>
</div>
<h5>Francisco Thiago Gomes Vieira (@oxechicao)</h5>
<p>
<a href="https://twitter.com/oxechicao" class="social-link"><img src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_square-512.png" alt="twitter"></a>
<a href="https://linkedin.com/in/fthiagogv" class="social-link"><img src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_square_color-512.png" alt="linkedin"></a>
<a href="https://github.com/oxechicao" class="social-link"><img src="https://cdn2.iconfinder.com/data/icons/social-media-free-9/32/github_social_media_logo-512.png" alt="github"></a>
</p>
<p>Fullstack Developer</p>
</div>
</div>
<script src="https://escoladesaudepublica.github.io/barra-anti-corona/barra-anti-corona.js" data-uf="ce"></script>
</body>
</html>