-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·105 lines (90 loc) · 4.39 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
<!DOCTYPE HTML>
<!--
Identity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en"> <!-- Add a lang attribute here -->
<head>
<meta
name="description"
content="Felipe Moreira personal webpage with all main contacts of him.">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
<title>Felipe Moreira - Contacts</title>
<link rel="icon" href="images/contacts-32.png" type="image/x-icon">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/contact-styles.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript2.css" /></noscript>
<!-- Matomo -->
<!-- <script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//data.kravela.cloud/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script> -->
<!-- End Matomo Code -->
<!-- <script type="text/javascript" src="http://me.kis.v2.scr.kaspersky-labs.com/FD126C42-EBFA-4E12-B309-BB3FDD723AC1/main.js?attr=8V2YNe3AyEEE1j9Wt5odGlLKE2fUzSRf0SVQRUm6ol8JgtK1P69FVtnnnD3460YTSyI9jBSgZoaTi5efeGC7H2hl8N5Dea9LwGAeVeD4udI" charset="UTF-8"></script><link rel="stylesheet" crossorigin="anonymous" href="http://me.kis.v2.scr.kaspersky-labs.com/E3E8934C-235A-4B0E-825A-35A08381A191/abn/main.css?attr=aHR0cDovL2tyYXZlbGEubG9jYWwvbW50L3VzZXIvYXBwZGF0YS9uZ2lueC93d3cvaW5kZXguaHRtbA"/></head> -->
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<img src="images\helloworld.png" width="35%" height="35%" alt="Hello World" style="margin-bottom: 10px; margin-top: -50px"\>
<span class="avatar"><img src="images/profile_photo.jpg" width="50%" height="50%" alt="Imagem de contato" \></span>
<h1>Felipe Moreira</h1>
</header>
<div id="links" style="align-content: center;">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/fellrock/" class="fa-linkedin" aria-label="LinkedIn"></a></li>
<li><a href="https://github.com/fellrock" class="fa-github" aria-label="GitHub"></a></li>
<li><a href="https://t.me/fellrock" class="fa-telegram" aria-label="Telegram"></a></li>
<li><a href="https://wa.me/+5521985875227" class="fa-whatsapp" aria-label="WhatsApp"></a></li>
</ul>
</div>
<div id="cv" style="margin-bottom: -15px">
<p class="title3"> RESUME </p>
<a href="documents/CV_FelipeMoreira_PTBR.pdf">
<img src="images/cv_br.png" width="20%" height="20%" alt="Currículo Atualizado em Português">
</a>
<a href="documents/CV_FelipeMoreira_ENG.pdf">
<img src="images/cv_uk.png" width="20%" height="20%" alt="Updated English Resume">
</a>
</div>
</section>
<!-- Footer -->
<footer id="footer" style="margin-top: -20px">
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
<ul class="copyright">
<li>© Felipe Moreira</li>
<li>2023</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>