-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
220 lines (214 loc) · 9.09 KB
/
Copy pathresume.html
File metadata and controls
220 lines (214 loc) · 9.09 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!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>Resume</title>
<link
rel="shortcut icon"
href="https://lh3.googleusercontent.com/ogw/ADea4I7M4FTkvpMGugRu2Y8MelVsQ2AJDG_J4JMyQlO9=s32-c-mo"
type="image/x-icon"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link href="style.css" rel="stylesheet" />
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script defer src="./main.js"></script>
</head>
<body>
<nav class="navbar bg-dark container-fluid sticky-top">
<ul class="nav nav-tabs">
<li>
<a class="nav-link" href="./index.html">Home</a>
</li>
<li>
<a class="nav-link" href="./projects.html">Projects</a>
</li>
<li>
<a class="nav-link active" href="./resume.html">Resume</a>
</li>
<li>
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
<input type="range" min="0" max="360" value="213" />
</nav>
<main>
<h1>Paulo Vitor dos Santos</h1>
<hr />
<section>
<header data-bs-toggle="collapse" href="#summary">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-caret-right-fill"
viewBox="0 0 16 16"
>
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"
/>
</svg>
<h4>Summary</h4>
</header>
<ul class="collapse" id="summary">
<li>
2 years and 2 months as Junior Engineer - MEP Engenharia
(2020 - 2022)
</li>
<li>
1 year as CNC machine Operator - Usion (2019 - 2021)
</li>
<li>
Bachelor in Mechatronics Engineering - Universidade de
Brasília (2016)
</li>
<li>
Qualified as Installation Electrician - Senai/SP (2016)
</li>
<li>
Science Without Borders (Study Abroad) - Australia (2014
- 2015)
</li>
<li>Language: English (fluent); Portuguese (native)</li>
<li>
Experience with Programming languages and embedded
systems
</li>
<li>
1 year as voluntary English Teacher - English Connect
(2019)
</li>
<li>
2 years of voluntary Missionary service - United Kingdom
(2017 - 2019)
</li>
</ul>
</section>
<hr />
<section>
<header data-bs-toggle="collapse" href="#work">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-caret-right-fill"
viewBox="0 0 16 16"
>
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"
/>
</svg>
<h4>Work Experience</h4>
</header>
<ul class="collapse" id="work">
<li>
Junior Engineer | January/2020 - March/2022 | MEP
Engenharia
</li>
<p>
- Installation and maintenance of Automation systems;
work on security systems such as Access Control and
Security Cameras elaboration of technical reports;
development of a web application for monitoring water
levels using ESP LoRa boards.
</p>
<li>
CNC machine Operator | March/2019 - July/2020 | Usion
</li>
<p>
- Project Development in MDF wood and ACM panels using a
CNC Milling machine; use of tools for wood and metal.
work
</p>
</ul>
</section>
<hr />
<section>
<header data-bs-toggle="collapse" href="#education">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-caret-right-fill"
viewBox="0 0 16 16"
>
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"
/>
</svg>
<h4>Education</h4>
</header>
<ul class="collapse" id="education">
<li>
Bachelor's degree in Mechatronics Engineering | 2016 |
Universidade de Brasília
</li>
<li>
Professional Course for Installation Electrician | 2016
| Senai-SP
</li>
<li>
Undergraduate Study Abroad in Engineering | 2015 |
University of Melbourne
</li>
</ul>
</section>
<hr />
<section>
<header data-bs-toggle="collapse" href="#skills">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-caret-right-fill"
viewBox="0 0 16 16"
>
<path
d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"
/>
</svg>
<h4>Skills/Extracurricular Activities</h4>
</header>
<ul class="collapse" id="skills">
<li>Computers and Technology</li>
<p>
- Skilled in the use of computers, experienced with
Programming languages such as C, Javascript and Python;
experienced with embedded systems (Arduino and ESP
boards).
</p>
<li>Language</li>
<p>
- English: over 3 years living in English speaking
countries (Australia and United Kingdom); advanced level
of English according to the ACTFL test.
</p>
<p>- Portuguese: native speaker.</p>
<li>Voluntary service</li>
<p>
- 1 year as voluntary English Teacher for the English
Connect course (2019).
</p>
<p>
- Full-time Missionary service - United Kingdom
(March/2017 - March/2019).
</p>
</ul>
</section>
</main>
</body>
</html>