-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
74 lines (69 loc) · 3.78 KB
/
index-en.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
<!doctype html>
<html >
<!-- JAVASCRIPT -->
<script src="./jsis/typeWriter.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="./jsis/bootstrap.bundle.min.js"></script>
<script src="./jsis/asciiVideo.js"></script>
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta name="robots" content="index,follow">
<meta name="author" content="CarvalhoCortes">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Estilos CSS -->
<link rel="stylesheet" type="text/css" href="cssis/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="cssis/bootstrap.css">
<link rel="stylesheet" type="text/css" href="cssis/fontis.css">
<link rel="stylesheet" type="text/css" href="cssis/formatis.css">
<title>Carvalho Cortes - Bem Vindo!</title>
</head>
<body class="container div-100" style="overflow: hidden;">
<div class="row div-100 justify-content-center">
<header class="align-self-start p-2">
<nav class="navbar navbar-expand-lg navbar-dark p-0">
<div class="container-fluid p-0 justify-content-end">
<button class="navbar-toggler p0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="col-12 navbar-nav justify-content-between">
<a class="p-2 link-primary" href="./cv-en.html">Curriculum vitæ</a>
<a class="p-2 link-primary" href="./hobbies-en.html">Hobbies</a>
<a class="p-2 link-primary" href="./voluntario-en.html">Volunteer</a>
<a class="p-2 link-primary" href="./fale-en.html">Contact</a>
<a class="p-2 link-primary" href="./index.html">PT-BR</a>
</div>
</div>
</div>
</nav>
</header>
<main class="row align-self-center" style="height: 75%">
<div class="row text-justify">
<div class="col-md-12 col-lg-5 col-xl-6 col-xxl-7 pixeledis align-self-center">
<div class="container">
<h4><span class="txt-type" data-wait="3000" data-words='[
"Hello, ",
"My name is Fernando Cortes and I`m 38 years old. I was born and raised in a small town in the interior of Minas Gerais and in 2003 I moved to São Paulo to attend college.",
"I graduated from Mackenzie in 2008 as an Electrical Engineer. I am also a postgraduate in project management from FGV-SP and certified by SCRUM.ORG as a SCRUM MASTER.",
"For almost a decade I worked in the telecommunications industry, which gave me a solid experience in managing decentralized teams and interacting with customers (internal and external).",
"Currently, I`m working on programming projects and improving myself in languages focused on Cloud and IOT solutions.",
"I know several programming languages, including C#, .NET, CSS, JAVA Script, Python, PHP among others and I`m looking for job opportunities in this profession that I love."]'>
</span></h4>
</div>
</div>
<div class="col-lg-7 col-xl-6 col-xxl-5" >
<div class="asciiVideo hiddenis font-monospace"></div>
</div>
</div>
</main>
<footer class="col-12 align-self-end">
<div class="container p-2">
<p class="text-sm-center f-branquim about">Fonts made from <a href="http://www.onlinewebfonts.com">onlinewebfonts.com</a> is licensed by CC by 3.0 . This site use bootstrap 5.1. Licensed under the MIT license and is copyright 2021 Twitter </p>
</div>
</footer>
</div>
</body>
</html>