the-heartbroken-dev-tier-1/student-resumes/tetris-resume/index.html
2024-04-15 19:58:15 +02:00

45 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<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="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
<div id="outer">
<h1>Szymon Nowakowski</h1>
<hr>
<p>
Birth date: 07.07.2001<br>
Address: Topolowa 43, Roczyny 34-120, Poland<br>
Phone number: +48608453592<br>
E-mail: szymon.nowakowski2807@gmail.com<br>
</p>
<hr>
<p>
I've finished school 3 years ago.
I'm young man without much of experience in the sector but I've decided to commit myslef to this course and learn how to code!
</p>
<hr>
<h2>Proffesional experience</h2>
<p class="split"><b>Scania Production Zwolle</b> <span>(November 2023-Present)</span></p>
<p>Working at the end of Scania truck prodcution process. Testing computers, breaks, lights.</p>
<p class="split"><b>BIBP</b> <span>(December 2022 - August 2023)</span></p>
<p>I was working as a machine operator there.
Setting up the machine for foil bags productions keeping an eye for production process and quality.</p>
<hr>
<h2>Education</h2>
<p><b>Centrum Kształcenia Zawodowego i Ustawicznego w Andrychowie</b></p>
<p>Tourist Service Technican</p>
<hr>
<h2>Additional Skills</h2>
<p>English Level B2<br>
Basic use of PC<br>
Fast Learner</p>
</div>
</body>
</html>