-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (80 loc) · 4.02 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
<html>
<head>
<meta charset="utf-8">
<title>Eduardo Cabral - Software Developer</title>
<meta name="title" content="Eduardo Cabral - Software Developer">
<meta name="description" content="My name is Eduardo and i'm a software developer.">
<meta property="og:locale" content="pt_BR" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://educabral.dev/">
<meta property="og:title" content="Eduardo Cabral - Software Developer">
<meta property="og:description" content="My name is Eduardo and i'm a software developer.">
<meta property="og:image" content="https://educabral.dev/images/ec.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://educabral.dev/">
<meta property="twitter:title" content="Eduardo Cabral - Software Developer">
<meta property="twitter:description" content="My name is Eduardo and i'm a software developer.">
<meta property="twitter:image" content="https://educabral.dev/images/ec.png">
<meta name="twitter:site" content="@eduardobcabral" />
<meta name="twitter:label1" content="Est. tempo de leitura">
<meta name="twitter:data1" content="7 minutos">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QKENBKFQWM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QKENBKFQWM');
</script>
<link rel="stylesheet" href="/css/normalize.css"></link >
<link rel="stylesheet" href="/css/skeleton.css"></link >
<link rel="stylesheet" href="/css/custom.css"></link >
<link rel="shortcut icon" type="image/jpg" href="/favicon.ico"/>
</head>
<body>
<div class="container center">
<nav class="u-cf u-full-width">
<button class="button button-custom u-pull-right" id="theme-button">Change theme</button>
<a href="/blog/" class="button button-primary u-pull-right">Blog</a>
</nav>
<h3>Hi, everyone call me <strong>Eduardo</strong> and welcome to my site.</h3>
<div class="container">
<div class="row">
<div class="twelve columns">
<p>Here you will find some stuff about me and posts about content that i am current learning and studying.</p>
<p>I'm <span id="age"></span>, from brazil and current working mainly with <strong>Microsoft</strong> back-end technologies (but not only with them), trying to write the best and most useful code that i can possible code.</p>
<p>My first time programming was back in 2016 when i started my computer science degree, that i have graduated at 2019.</p>
<p>Oh, i almost forgot that i have some other side projects that i hope they will be completed some day.</p>
</div>
</div>
</div>
<a class="button button-primary" href="https://github.com/eduardosbcabral" target="_blank">
Read and review my Code
</a>
<hr />
<p><strong>My network activity</strong></p>
<ul class="list-without-type">
<li>
<a href="https://github.com/eduardosbcabral" target="_blank">GitHub</a> - my code <s>proud of it</s>
</li>
<li>
<a href="https://www.linkedin.com/in/eduardosbcabral/" target="_blank">LinkedIn</a> - my career
</li>
<li>
Follow me <a href="https://twitter.com/eduardobcabral" target="_blank">on Twitter</a>
</li>
<li>
...or just send me an email <a href="mailto:eduardosbcabral@gmail.com">
eduardosbcabral@gmail.com
</a>
</li>
</ul>
<footer class="container center">
Copyright Eduardo Cabral © <span id="current-year"></span>
</footer>
</div>
<script src="/js/theme.js"></script>
<script src="/js/script.js"></script>
</body>
</html>