-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglishVersion.html
126 lines (117 loc) · 4.57 KB
/
englishVersion.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<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">
<title>Web Portfolio from Pedro H. N.</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="./images/iconhead.png">
</head>
<body>
<h2>WEB PORTFOLIO</h2>
<h1><a href="#foto">PEDRO HASSE NIEMCZEWSKI</a></h1>
<div class="flags">
<a href="./index.html">
<img class="brazil" src="./images/brazil.png" alt="Bandeira do Brasil">
</a>
<a href="./englishVersion.html">
<img class="eua" src="./images/eua.png" alt="Bandeira dos EUA">
</a>
</div>
<section class="index">
<div class="flexIndex">
<h2 class="subtitleIndex">INDEX:</h2>
<ul class="centerList">
<li><a href="#about">ABOUT ME</a></li>
<li><a href="#habilidades">SKILLS</a></li>
<li><a href="#interesses">INTERESTS</a></li>
<li><a href="#mais">MORE</a></li>
</ul>
</div>
<div class="flexPhoto">
<img id="foto" src="./images/pedro.jpeg" alt="Photo of Pedro Hasse Niemczewski">
</div>
</section>
<section class="about">
<h2 class="subtitle" id="about">ABOUT ME:</h2>
<p class="aboutMe">
I'm Brazilian, 35 years old and from Pelotas, Rio Grande do Sul.<br>
I graduated at Management, emphasis on Exterior Commerce, Post-Graduated at Business Management.<br>
For some time I focused only on Civil Service Examinations, but ended up as an Archivist, working on Rio Grande
for almost a
year.<br>
After that I was Realtor, for almost 3 years. Nowadays I'm changing my career, dedicating myself fully to my
Studies at Trybe.<br>
I love to read, specially fantasy books, this relates to how much I love games, specially RPG games, where
imagination
and creativity go far, and the adventures seem to never end.<br>
I also love to go to the movies, play tabletop games, tabletop RPG and I try my best to keep a healthy routine and
diet,
because I value my health and that of my loved ones.
</p>
</section>
<div class="skills">
<section class="softSkills">
<h2 id="habilidades">SOFT SKILLS:</h2>
<ul>
<li class="strong">Emotional Stability</li>
<li class="strong">Consideration for others</li>
<li>Verbal and Written Communication</li>
<li>Teamwork</li>
<li>Problem-solving</li>
<li>Work ethic</li>
<li>Atention to detail</li>
<li>Determination</li>
<li>Flexibility</li>
<li>Patience</li>
</ul>
</section>
<section class="hardSkills">
<h2>HARD SKILLS:</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>Git</li>
</ul>
</section>
</div>
<section class="interests">
<h2 class="subtitle" id="interesses">INTERESTS:</h2>
<div class="flexInterests">
<ul>
<li class="flexSteam"><a href="https://store.steampowered.com/?l=portuguese" target="_blank">
<div class="logosSize" id="steam" title="Steam Logo"><img></div>
</a></li>
<li class="flexYoutube"><a href="https://www.youtube.com/" target="_blank">
<div class="logosSize" id="youtube" title="YouTube Logo"><img></div>
</a></li>
<li class="flexNetflix"><a href="https://www.netflix.com/br/" target="_blank">
<div class="logosSize" id="netflix" title="Netflix Logo"><img></div>
</a></li>
</ul>
</div>
</section>
<section class="more">
<h2 class="subtitle" id="mais">MORE ABOUT ME AND MY WORK:</h2>
<div class="flexMore">
<ul>
<li class="flexFace"><a href="https://www.facebook.com/pedrohassencorretor/" target="_blank">
<div class="logosSize" id="facebook" title="Facebook Logo"><img></div>
</a></li>
<li class="flexInsta"><a href="https://www.instagram.com/pedrohasseniem/" target="_blank">
<div class="logosSize" id="insta" title="Instagram Logo"><img></div>
</a></li>
<li class="flexLinke"><a href="https://www.linkedin.com/in/pedrohassen/" target="_blank">
<div class="logosSize" id="linke" title="Linkedin Logo"><img></div>
</a></li>
<li class="flexGit"><a href="https://github.com/pedrohassen" target="_blank">
<div class="logosSize" id="git" title="GitHub Logo"><img></div>
</a></li>
</ul>
</div>
</section>
</body>
</html>