-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (102 loc) · 4.08 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="pt">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117546996-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-117546996-2');
</script>
<title>hierror</title>
<meta name="description" content="Hi, I'm a web developer!">
<meta name="robots" content="index,follow"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Raleway|Poor+Story" rel="stylesheet">
<!--<script src="js/dist/smooth-scroll.polyfills.js"></script>-->
<script src="js/main.js"></script>
</head>
<body>
<header id="header">
<div class="header-group">
<!--<img id="profile-picture" src="img/my-face.jpg" width="112" height="200" />-->
<h1 class="name">
Hierro
<span class="surname">Duarte</span>
</h1>
</div>
<p class="header-sentence">brazilian web developer working at
<a href="https://deliverymuch.com.br/">Delivery Much</a>
</p>
<!--<nav id="navbar">
<ul class="navbar-list">
<li class="navbar-list-item">
<a data-scroll href="#about">
About
</a>
</li>
<li data-scroll class="navbar-list-item">
<a href="#blog">
Blog
</a>
</li>
<li data-scroll class="navbar-list-item">
<a href="#talks">
Talks
</a>
</li>
<li data-scroll class="navbar-list-item">
<a href="#projects">
Projects
</a>
</li>
</ul>
</nav>-->
<ul class="social-media">
<li class="social-media-item">
<a href="https://github.com/hierror">
<img src="img/github.svg" alt="Github icon" width="32" height="32" />
</a>
</li>
<li class="social-media-item">
<a href="https://twitter.com/hierror404">
<img src="img/twitter.svg" alt="Twitter icon" width="32" height="32" />
</a>
</li>
<li class="social-media-item">
<a href="https://linkedin.com/in/hierrodscherer">
<img src="img/linkedin.svg" alt="Linkedin icon" width="32" height="32" />
</a>
</li>
</ul>
<div class="header-background">
</div>
<p class="email">
get in touch at
<a href="mailto:hierrodscherer@gmail.com">hierrodscherer@gmail.com</a>
</p>
</header>
<!--<section class="content-section" id="about">
<h2 class="content-header">About</h2>
</section>
<section class="content-section" id="blog">
<h2 class="content-header">Blog</h2>
</section>
<section class="content-section" id="talks">
<h2 class="content-header">Talks</h2>
</section>
<section class="content-section" id="projects">
<h2 class="content-header">Projects</h2>
</section>
<footer>
<div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</footer>-->
</body>
</html>