-
Notifications
You must be signed in to change notification settings - Fork 0
/
biography.html
65 lines (63 loc) · 3.9 KB
/
biography.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Biography</title>
<link rel="stylesheet" href="estilos/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<header>
<span id="burger" onclick="menuClick()" class="material-symbols-outlined">menu</span>
<p>Luciano Oliveira</p>
<span class="EN" id="lang">EN</span>
<menu id="menu-principal">
<ul>
<li><a href="indexEN.html">Home</a></li>
<li><a href="philosophy.html">Philosophy</a></li>
<li><a href="playEng.html">Play</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</menu>
</header>
<main>
<p>
Born and raised in Minas Gerais until the age of 18, with a childhood and adolescence in a small town and often in the countryside.
</p>
<br>
<p>
At 18 I had my first experience in a big city, I lived for almost a year in Campinas in the interior of São Paulo, working as a bartender at the Conceição snack bar, where he sold the best coxinha I've ever eaten; I went back home, but then I already missed the buildings and the climate of the big city. I went back with my sister and our time there was an adventure, a long story for another time. In short, we went to the city of Americana, where my sister stayed there and I came to São Paulo, where I live until today.
</p>
<br>
<p>
Here, I worked for a few years at an importer of baby carriages for 3 years, and then another 17 at Multfoco, an importer of optical products, where I grew up and specialized professionally as a technician, with skills in electronics, mainly in equipment maintenance. I worked another 5 years in the optics business as a technology representative in lens production and lens sales.
</p>
<br>
<p>
I specialized in electronics at the age of 27. At 37, I wanted to go to college in the IT area, but after 6 months I gave up, seeing that graduation would not bring me enough knowledge to enter a new profession as desired. So I moved on with my work, many trips across the country and some to Spain and Chile.
</p>
<br>
<p>
At 47 things have changed a bit, and now writing this article, I realized that my life goes in cycles every 10 years that changes something... now determined to follow a new career, by force of will and for other reasons as well , I confess that I had a lot of difficulty, and doing this presentation as my first job, I have to consult information and I understand a little more, this area is an ocean of information that it is impossible to learn everything, I realized that and stopped wanting to know everything , it would take many lives and I don't know if a human being would be able to, that's why in this profession a lot of collaborative work is used, because 1 you just can't build large systems because they become too complex.
</p>
<br>
<p>
So since mid-2022, I started my training in software engineering and other courses related to front end development, where I'm starting.
</p>
<br>
<p>
Well that was a little and summarized the story of my life. Thanks for taking the time to read this far.
</p>
</main>
<footer>
<div>
<a id="github" target="_blank" href="https://github.com/Oliveira2023">Github</a>
<a target="_blank" href="https://www.linkedin.com/in/luciano-oliveira-87a17682/">Linkedin</a>
</div>
<p>Developed by @liveira</p>
<p>(11) 96359-1532</p>
</footer>
<script src="index.js"></script>
</body>
</html>