From 3b2821914fc92a329168c0fb6f812cb16d98eb05 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 15 Apr 2024 19:58:15 +0200 Subject: [PATCH] Adding up Tetris's resume --- student-resumes/tetris-resume/index.html | 45 +++++++++++++++++++ .../tetris-resume/styles/styles.css | 15 +++++++ 2 files changed, 60 insertions(+) create mode 100644 student-resumes/tetris-resume/index.html create mode 100644 student-resumes/tetris-resume/styles/styles.css diff --git a/student-resumes/tetris-resume/index.html b/student-resumes/tetris-resume/index.html new file mode 100644 index 0000000..2f07fcb --- /dev/null +++ b/student-resumes/tetris-resume/index.html @@ -0,0 +1,45 @@ + + + + + + + Resume + + + +
+

Szymon Nowakowski

+
+

+ Birth date: 07.07.2001
+ Address: Topolowa 43, Roczyny 34-120, Poland
+ Phone number: +48608453592
+ E-mail: szymon.nowakowski2807@gmail.com
+

+
+

+ 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! +

+
+ +

Proffesional experience

+

Scania Production Zwolle (November 2023-Present)

+

Working at the end of Scania truck prodcution process. Testing computers, breaks, lights.

+ +

BIBP (December 2022 - August 2023)

+

I was working as a machine operator there. + Setting up the machine for foil bags productions keeping an eye for production process and quality.

+
+

Education

+

Centrum KsztaƂcenia Zawodowego i Ustawicznego w Andrychowie

+

Tourist Service Technican

+
+

Additional Skills

+

English Level B2
+ Basic use of PC
+ Fast Learner

+
+ + \ No newline at end of file diff --git a/student-resumes/tetris-resume/styles/styles.css b/student-resumes/tetris-resume/styles/styles.css new file mode 100644 index 0000000..eda36cf --- /dev/null +++ b/student-resumes/tetris-resume/styles/styles.css @@ -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; +} \ No newline at end of file