commit
816a5aecd7
2 changed files with 60 additions and 0 deletions
45
student-resumes/tetris-resume/index.html
Normal file
45
student-resumes/tetris-resume/index.html
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
<!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>
|
||||||
15
student-resumes/tetris-resume/styles/styles.css
Normal file
15
student-resumes/tetris-resume/styles/styles.css
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
body {
|
||||||
|
margin:0 auto;
|
||||||
|
padding: 5px;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 15px;
|
||||||
|
width: 1200px;
|
||||||
|
height: 850px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skills {
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue