forked from subakmil/subakmil.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
444 lines (415 loc) · 16.1 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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Miloš Šubák - personal website. Website is structured in a form of a resume and describes skills, experience, education and personal characteristics."
/>
<title>Miloš Šubák | Resume</title>
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Saira+Condensed:wght@200;400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<header>
<h1 id="headline">
<span class="saira narrow size">milos</span
><span class="bold saira size">subak</span
><span class="saira narrow size"> | resume</span>
</h1>
<nav>
<ul class="nav_link">
<li><a href="#profile" class="saira">Profile</a></li>
<li><a href="#experience" class="saira">Experience</a></li>
<li><a href="#skills" class="saira">Skills</a></li>
<li><a href="#contact" class="saira">Contact</a></li>
</ul>
<a class="pdf" href="./Subak_CV.pdf" download
><button class="saira" id="download">
Download resume in PDF
</button></a
>
</nav>
</header>
<!-- PROFILE section -->
<main>
<section id="profile" class="anchor">
<h1 class="uniwidth">Profile</h1>
<div id="profile-container" class="uniwidth">
<img src="./img/my_photo.jpg" alt="my photo" id="profile-picture" />
<div id="prof-con-details">
<div class="container">
<h3>Name</h3>
<p>Miloš Šubák</p>
</div>
<div class="container">
<h3>Age</h3>
<p>28</p>
</div>
<div class="container">
<h3>Location</h3>
<p>Prague, Czech Republic</p>
</div>
<div class="container">
<h3>Birthplace</h3>
<p>Michalovce, Slovakia</p>
</div>
<div class="container">
<h3>Mobile</h3>
<p>+420 792 226 442</p>
</div>
<div class="container">
<h3>E-mail</h3>
<p>[email protected]</p>
</div>
</div>
<div class="about-text">
<h3>About Me</h3>
<p>
I consider myself a life enthusiast with a passion for exploring
all new and unknown. I studied economics but I am always thrilled
to see a new documentary about physics, life-sustainability,
self-development or even philosophy. Lately I jumped into IT world
and started learning software engineering from the full-stack
perspective. I love nature, sport, family, books, good people,
intelligent humour and more! In case you would like to know more,
feel free to contact me.
</p>
</div>
<div class="about-text">
<h3>About this website</h3>
<p>
This website serves as my online resume. In case you would like to
download it's PDF one-pager version, just click on the download
button at the very top of the page (in navigation bar). Website is
hosted on GitHub and source code can be found on my
<a href="https://github.com/subakmil" target="_blank"
>GitHub profile</a
>.
</p>
</div>
</div>
</section>
<!-- EXPERIENCE section -->
<section id="experience" class="anchor">
<h1 class="uniwidth">Experience</h1>
<aside class="quote uniwidth">
<p>
"True knowledge exists in knowing that you know nothing."<br />-
Socrates
</p>
<hr class="short" />
</aside>
<h2 class="uniwidth short">~ WORK EXPERIENCE ~</h2>
<!-- individual jobs description -->
<div class="job-container uniwidth">
<h3 class="employer">Vodafone Czech Republic</h3>
<div class="job-content">
<h3>Role: <span class="normal">Finance Business Partner</span></h3>
<h4>Period: <span class="normal">2018 - 2020</span></h4>
<h4>
Location: <span class="normal">Prague, Czech Republic</span>
</h4>
<p>
Part of the Technology Controlling team. Business partner for the
System Development department. Day to day agenda was to provide
support, analysis and assistance in decision making processes.
Essential competences were also budget planning activities,
creating business cases and reconciling CAPEX and OPEX results All
above mentioned agenda usually required a lot of communication
with the business partners across the company HR, SCM, PMO and
others. I led several saving initiatives and projects. In the
beginning of 2020, I was nominated to VF talent programme (VF
stars). From the technical perspective I mostly worked with SAP,
VBA and MS Office applications.
</p>
<a href="https://www.vodafone.cz/" target="_blank"
>https://www.vodafone.cz/</a
>
</div>
</div>
<div class="job-container uniwidth">
<h3 class="employer">Alpiq Energy</h3>
<div class="job-content">
<h3>Role: <span class="normal">Portfolio Analyst</span></h3>
<h4>Period: <span class="normal">2016 - 2018</span></h4>
<h4>
Location: <span class="normal">Prague, Czech Republic</span>
</h4>
<p>
Data processing and modeling, continuous checking data system
integrity, reporting (M2M results, positions, etc). Partial use of
VBA and SQL.
</p>
<a href="https://www.alpiq.cz/" target="_blank"
>https://www.alpiq.cz/</a
>
</div>
</div>
<div class="job-container uniwidth">
<h3 class="employer">Česká spořitelna</h3>
<div class="job-content">
<h3>
Role: <span class="normal">Financial Markets Specialist</span>
</h3>
<h4>Period: <span class="normal">2015 - 2016</span></h4>
<h4>
Location: <span class="normal">Prague, Czech Republic</span>
</h4>
<p>
Monitoring activities of investment funds, net asset value
calculation, investment limits controlling, etc.
</p>
<a href="https://www.csas.cz/cs/osobni-finance" target="_blank"
>https://www.csas.cz/cs/osobni-finance</a
>
</div>
</div>
<hr class="uniwidth" />
<!-- EDUCATION part of EXPERIENCE -->
<h2 class="uniwidth">~ EDUCATION ~</h2>
<div class="school uniwidth">
<h3>
Prague University of Economics and Business |
<span class="normal">2011 - 2017</span>
</h3>
<h4><span class="normal">Prague, Czech Republic</span></h4>
<p>
My main field of study was "Corporate Economics and Management". On
top of that, during my master studies, I had chosen "Monetary
Economics and Banking" as my minor specialization. On the 1st of Feb
2017, I defended my thesis "Valuation of ČEZ, a.s." and achieved
Master's degree.
</p>
<a href="https://www.vse.cz/" target="_blank">https://www.vse.cz/</a>
</div>
<div class="school uniwidth">
<h3>
Grammar School of Pavol Horov |
<span class="normal">2007 - 2011</span>
</h3>
<h4><span class="normal">Michalovce, Slovakia</span></h4>
<p>
Due to fact that I had been actively playing handball, I attended
sport class in grammar school. I took my final exams from:
Mathematics, English, Economics and Slovak language.
</p>
<a href="https://www.gphmi.sk/" target="_blank"
>https://www.gphmi.sk/</a
>
</div>
<div class="school uniwidth">
<h3>
CodeCademy learning platform | <span class="normal">ongoing</span>
</h3>
<h4><span class="normal">online</span></h4>
<p>
I love learning new things and that's the reason why I started
taking coding courses on CodeCademy platform. I love it's clarity
and freedom while learning. Right now I am taking courses in the
"Full-Stack Engineer" career path (combining knowledge of frontend
as well as backend). My profile and achievements are public and can
be found
<a
style="font-weight: bold"
href="https://www.codecademy.com/profiles/subakmil"
target="_blank"
>here</a
>.
</p>
<p>
Besides CodeCademy.com I'm also learning from other platforms as
well. As for some great sources I will mention
<a href="https://www.freecodecamp.org/" target="_blank"
>freeCodeCamp.org</a
>,
<a href="https://www.w3schools.com/" target="_blank">w3school</a>,
mulitple youtube channels and of course official websites with
documentation for specific languages / frameworks / libraries.
</p>
<p class="wrk-details">
Some of my projects can be found in my GitHub account (<a
href="https://github.com/subakmil"
target="_blank"
>subakmil</a
>), where can be also found source code for this website.
</p>
</div>
<hr class="short" />
<aside class="quote uniwidth">
<p>
"Little progress every day adds up to big results."<br />- Satia
Nani
</p>
</aside>
</section>
<!-- SKILLS section -->
<section id="skills" class="anchor">
<h1 class="uniwidth">Skills & Strengths</h1>
<!-- skills -->
<h2 class="uniwidth">IT skills</h2>
<div class="uniwidth it-cont skills-margin">
<figure>
<img src="./img/skills-git.png" alt="git" />
<figcaption>Git (version control system)</figcaption>
</figure>
<figure>
<img src="./img/github.png" alt="github" />
<figcaption>GitHub</figcaption>
</figure>
<figure>
<img src="./img/skills-front.jpg" alt="front-end technologies" />
<figcaption>HTML, CSS, JavaScript</figcaption>
</figure>
<figure>
<img src="./img/skills-react.png" alt="react" />
<figcaption>React - JS's library</figcaption>
</figure>
</div>
<h2 class="uniwidth skills-margin">Other IT skills</h2>
<p class="uniwidth">
VBA, SQL, MS Office apps (advanced user of excel), Git Bash, VS Code
</p>
<h2 class="uniwidth skills-margin">Languages</h2>
<div class="uniwidth it-cont skills-margin lang">
<figure>
<img
src="./img/united-kingdom-flag-icon-64.png"
alt="UK flag"
class="langu"
/>
<figcaption>English</figcaption>
</figure>
<figure>
<img
src="./img/slovakia-flag-icon-64.png"
alt="Slovakia flag"
class="langu"
/>
<figcaption>Slovak (native)</figcaption>
</figure>
<figure>
<img
src="./img/czech-republic-flag-icon-64.png"
alt="Czech Republic flag"
class="langu"
/>
<figcaption>Czech</figcaption>
</figure>
</div>
<h2 class="uniwidth skills-margin">React Projects</h2>
<div class="uniwidth it-cont skills-margin proj-section">
<a
href="https://thirsty-elion-d32e4e.netlify.app/"
target="_blank"
class="no-underscore"
>
<div class="project" id="jammming">
<img
src="./img/jammming.png"
alt="Jammming project"
class="project-img"
/>
<p>
<strong>Jammming</strong> is a website that allows users to
search the Spotify library, create a custom playlist and save it
to their Spotify account.
</p>
</div>
</a>
<a
href="https://stoic-yonath-e8d4fb.netlify.app/"
target="_blank"
class="no-underscore"
>
<div class="project" id="passing">
<img
src="./img/passing.png"
alt="Passing thoughts project"
class="project-img"
/>
<p>
<strong>Passing Thoughts</strong> is a place for our passing
thoughts. Once you add a short thought, it’ll disappear after
just 15 seconds.
</p>
</div>
</a>
</div>
<hr class="short uniwidth" />
<h2 class="uniwidth per-char">~ PERSONAL CHARACTERICTICS ~</h2>
<div id="personal-char" class="uniwidth">
<div id="strengths">
<h2>Strengths</h2>
<ul>
<li>Systematical and Analytical thinking</li>
<li>Responsibility</li>
<li>Reliability</li>
<li>Desire to learn new things</li>
<li>Flexibility</li>
<li>Empathy</li>
</ul>
</div>
<div id="interests" class="uniwidth">
<h2>Interests</h2>
<ul>
<li>Sport</li>
<li>Nature</li>
<li>Reading</li>
<li>Personal Development</li>
<li>Podcasts</li>
<li>Family</li>
<li>Coding</li>
</ul>
</div>
</div>
<p class="uniwidth">
According to CliftonStrengths Assessments (or more often recognized as
StrengthsFinder) my TOP 5 strengths are following: connectedness,
relator, learner, futuristic, intellection. Complete assessment of
strengths and weaknesses can be found
<a href="./Miloš Šubák CS34 CZ.pdf" target="_blank">here</a>
(assessment is in czech language).
</p>
</section>
<!-- CONTACT section -->
<section id="contact" class="anchor">
<h1 class="uniwidth">Contact</h1>
<p class="uniwidth">
Feel free to contact me anytime. I'm also using WhatsApp and Facebook
😊
</p>
<div class="uniwidth contact-con">
<div class="contact-container uniwidth" id="first-contact">
<img src="./img/email.png" alt="e-mail image" />
<a href="mailto:[email protected]" target="_blank"
>
</div>
<div class="contact-container uniwidth">
<img src="./img/smartphone.png" alt="mobile image" />
<a>+420 792 226 442</a>
</div>
<div class="contact-container uniwidth">
<img src="./img/linkedin.png" alt="linkedin image" />
<a href="https://www.linkedin.com/in/milossubak/" target="_blank"
>https://www.linkedin.com/in/milossubak/</a
>
</div>
<div class="contact-container uniwidth">
<img src="./img/github.png" alt="github image" />
<a href="https://github.com/subakmil" target="_blank"
>https://github.com/subakmil</a
>
</div>
</div>
</section>
</main>
</body>
</html>