-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Henrique Werneck's Home</title>
<meta name="description" content="Henrique Werneck's home site.">
<meta name="keywords" content="Henrique Werneck">
<link rel="stylesheet" type="text/css" href="hwerneck_site.css">
<script src="hwerneck_site.js"></script>
</head>
<body>
<div class="main">
<center>
<div class="title-image">
<img src="https://avatars2.githubusercontent.com/u/25778613?s=460&u=e1b8a47972fb2b32b549ddca4d8b2a08adbe9f53&v=4" class="bio-photo" alt="Henrique Werneck photo"></img>
</div><!-- /title-image style="margin-bottom: 1cm;" style="margin: auto; width: 80%;"-->
<div class="site-title">
<h1>Henrique Werneck</h1>
</div><!-- /site-title style="margin-bottom: 1cm;" style="margin: auto; width: 80%;"-->
</center>
<center>
<div class="site-content">
<nav role="navigation" id="site-links" class="navigation-menu">
<a href="https://hwerneck.github.io/">Home site</a>
<a>|</a>
<a href="mailto:[email protected]">Email</a>
<a>|</a>
<a href="mailto:[email protected]">Email (UFABC)</a>
<a>|</a>
<a href="https://github.com/hwerneck" target="_blank">Programmer</a>
<a>|</a>
<a href="https://linkedin.com/in/hwerneck" target="_blank">LinkedIn</a>
<a>|</a>
<a href="http://lattes.cnpq.br/2555193155073810" target="_blank">Researcher</a>
<a>|</a>
<a href="https://psnprofiles.com/WerneckH" target="_blank">Gamer</a>
<a>|</a>
<a href="https://hwerneck.github.io/" target="_blank">About</a>
</nav>
</div><!-- /site-content -->
</center>
</div><!-- /main -->
<script src="hwerneck_site.js"></script>
</body>
</html>