-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (146 loc) · 5.12 KB
/
index.html
File metadata and controls
147 lines (146 loc) · 5.12 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="pt-BR">
<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" />
<meta name="Googlebot" content="index, follow, snippet" />
<meta name="Robots" content="all, follow" />
<meta
name="description"
content="Há mais de 15 anos solucionando problemas através da tecnologia."
/>
<title>Bruno Carvalho - Software Engineer</title>
<meta property="og:title" content="Bruno Carvalho - Software Engineer" />
<meta property="og:url" content="//brunocarvalho.tech" />
<meta
property="og:description"
content="Há mais de 15 anos solucionando problemas através da tecnologia."
/>
<meta
property="og:image"
content="//brunocarvalho.tech/images/og_banner.jpg"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta
property="og:site_name"
content="Bruno Carvalho - Software Engineer"
/>
<meta property="og:type" content="website" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#ffff00" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="styles.min.css" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-M799PFJ');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-M799PFJ"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<main class="content-container">
<section class="picture-container">
<div class="circle"></div>
<div class="picture"></div>
</section>
<section class="bio-container">
<h1>Bruno <br />Carvalho</h1>
<p>Software Engineer</p>
<span>Building web solutions with JavaScript</span>
</section>
</main>
<footer>
<a
href="https://wa.me/5531986610770"
target="_blank"
rel="noopener"
title="WhatsApp"
>
<img src="images/whatsapp.svg" alt="WhatsApp" />
</a>
<a
href="https://github.com/brunodesde1987"
target="_blank"
rel="noopener"
title="GitHub"
>
<img src="images/github.svg" alt="GitHub" />
</a>
<a
href="https://instagram.com/brunocarvalho.tech"
target="_blank"
rel="noopener"
title="Instagram"
>
<img src="images/instagram.svg" alt="Instagram" />
</a>
<a
href="https://twitter.com/brunodesde1987"
target="_blank"
rel="noopener"
title="Twitter"
>
<img src="images/twitter.svg" alt="Twitter" />
</a>
<a
href="https://www.linkedin.com/in/brunodesde1987"
target="_blank"
rel="noopener"
title="LinkedIn"
>
<img src="images/linkedin.svg" alt="LinkedIn" />
</a>
</footer>
</div>
<script type="text/javascript">
WebFontConfig = {
google: {
families: ['Oxygen:700', 'Roboto Slab:400'],
},
};
(function () {
const fonts = document.createElement('script');
fonts.src =
'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
fonts.type = 'text/javascript';
fonts.async = 'true';
const scriptTag = document.getElementsByTagName('script')[0];
scriptTag.parentNode.insertBefore(fonts, scriptTag);
})();
</script>
<script>
console.log(
'%c\nOlá jovem! 😉\n\nObrigado pela visita e fique à vontade!\nSe quiser sugerir alguma melhoria, correção, tirar alguma dúvida\nou apenas trocar ideia, entre em contato comigo através do WhatsApp ou Telegram:\n',
'background: #353536;color: #ffff00'
);
console.log('%chttps://wa.me/5531986610770', 'color: #25D366');
console.log('%chttps://t.me/brunodesde1987\n', 'color: #26A5E4');
</script>
</body>
</html>