From fdda7715613e58a737d17575e3e47da09d6df47b Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:33:31 +0100 Subject: [PATCH 01/49] feat: add cv.md file --- cv.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 cv.md diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..5fba950 --- /dev/null +++ b/cv.md @@ -0,0 +1,97 @@ + +![Photo](https://images.app.goo.gl/UeBD5CLRVVoMNUpK9) +#### MUSICIAN AND CUSTOMER SERVICE SPECIALIST +___ + + +## CONTACT + + +##### Phone +###### _(+34) 630 97 79 05_ +##### Email +###### _katsiarynapazharytskaya@gmail.com_ +##### rs school nickname +###### _Katsiarynna(@Katsiarynna) + + +--- +## CAREER OBJECTIVE +##### Master in music with 10 years of experience working as a music teacher for music schools. +##### Skilled in technical aspects of string instruments, classical music and music in general. +##### Also experienced in customer support, issue management, problem solving and case management. +##### Willing to be an asset to a team that will benefit from all the skills I´ve gathered within my career. +--- +--- +## PROFESSIONAL EXPERIENCE +#### Customer Support Representative +##### Teleperformance, Lisbon, Portugal | 2019 – 2020 ++ Provided customer support utilizing phone, chat and e-mail channels. ++ My role was oriented to resolving conflicts + and issues related to customers advertising solutions. ++ I was in charge of supporting and troubleshooting social media advertising campaigns + to strengthen our customers brand presence and drive business results. ++ Another of my responsibilities was logistics tracking, ensuring goods + and packages were delivered to the correct destination. +--- +#### Music teacher +##### Witold Lutoslawski Music School Wolomin, Poland _2016 - 2019_ +##### SAX – FORT Music School Warsaw, Poland _2015 – 2017_ +##### Music School No.2 Pinsk, Belarus _2008 - 2011_ +##### Music School No.1 Pinsk, Belarus _2010 - 2013_ + + ++ Provided string instrument classes + to customers from different age groups managing all the activities related to their learning. ++ I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth. ++ Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians. ++ When students were minors, I was in charge of the relationship between the school and their parents to showcase their progress. + + +--- + + +## EDUCATION + + +#### F. Nowowiejski Music Academy Bydgoszcz, Poland _2016-2018_ +_Masters in strings instruments, Specialization in Lute_ + + +#### F. Nowowiejski Music Academy Bydgoszcz, Poland _2013-2016_ +_Bachelor in strings instruments, Specialization in Lute_ + + +#### Mikhail Glinka Musical College Minsk, Belarus _2004-2008_ +_Graduate in strings instruments, Specialization in Classical Guitar_ + + +--- +## RELEVANT SKILLS + + +###### Data Analytics +###### Customer Service +###### Leadership +###### Time management +###### Organization & Planning +###### Computer proficiency +###### People skills +###### Problem-solving abilities +###### Troubleshooting + +#### Lang.: +_Russian C2 | English B2 | Polish C1_ +| _Python A1_ +

[Codewars](https://www.codewars.com/kata/5769b3802ae6f8e4890009d2/solutions/python) + +__Description:__ + +_Take an array and remove every second element from the array. +Always keep the first element and start removing with the next element._ + +``` +def remove_every_other(my_list): + return my_list[::2] +``` +[Project](https://github.com/Katsiarynna/rsschool-cv) From 8c6c34b6587948841117ff64dce45cfc3f8c94af Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:35:08 +0100 Subject: [PATCH 02/49] feat: my cv --- cv.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cv.md b/cv.md index 5fba950..9d6886c 100644 --- a/cv.md +++ b/cv.md @@ -14,7 +14,6 @@ ___ ##### rs school nickname ###### _Katsiarynna(@Katsiarynna) - --- ## CAREER OBJECTIVE ##### Master in music with 10 years of experience working as a music teacher for music schools. @@ -53,23 +52,18 @@ ___ ## EDUCATION - #### F. Nowowiejski Music Academy Bydgoszcz, Poland _2016-2018_ _Masters in strings instruments, Specialization in Lute_ - #### F. Nowowiejski Music Academy Bydgoszcz, Poland _2013-2016_ _Bachelor in strings instruments, Specialization in Lute_ - #### Mikhail Glinka Musical College Minsk, Belarus _2004-2008_ _Graduate in strings instruments, Specialization in Classical Guitar_ - --- ## RELEVANT SKILLS - ###### Data Analytics ###### Customer Service ###### Leadership From ec3145b3508f4ce4f5f94a57c66dbc3aecbb0502 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:35:45 +0100 Subject: [PATCH 03/49] refactor: ideal cv --- cv.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/cv.md b/cv.md index 9d6886c..e77c334 100644 --- a/cv.md +++ b/cv.md @@ -46,10 +46,8 @@ ___ + Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians. + When students were minors, I was in charge of the relationship between the school and their parents to showcase their progress. - --- - ## EDUCATION #### F. Nowowiejski Music Academy Bydgoszcz, Poland _2016-2018_ From 7d9665dbb760058be5fc4a2a012170c1371367a4 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:38:26 +0100 Subject: [PATCH 04/49] docs: add link to project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ac464..577048c 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# rsschool-cv \ No newline at end of file +# rsschool-cv +https://katsiarynna.github.io/rsschool-cv/cv From 0d9d230bd6255deac3f8c4723b41173c19b8bd5c Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:46:36 +0100 Subject: [PATCH 05/49] init: my new project --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..a878a5c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Kokoko! From fc91ad6ca7f398c1e806eb3eb1fa54ddc4589299 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:47:31 +0100 Subject: [PATCH 06/49] feat: very good project --- style.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..7254b5f --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +Gogogo! From fd477cbd83aa7ed913f4c796987ff2c27613c3e6 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:48:26 +0100 Subject: [PATCH 07/49] feat: my cv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 577048c..8f30f10 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # rsschool-cv https://katsiarynna.github.io/rsschool-cv/cv +https://katsiarynna.github.io/rsschool-cv/cv From 08cb30f0d6f07a7d1251a6b0192ff9db511a1582 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Sun, 18 Dec 2022 04:16:13 +0100 Subject: [PATCH 08/49] init: my html.cv --- index.html | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 154 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a878a5c..9f3f897 100644 --- a/index.html +++ b/index.html @@ -1 +1,154 @@ -Kokoko! + + + + + + + cv +

+ + + + + + + + + + From 1a91381364508d52f6a608dee37da3ddb1b6c696 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Sun, 18 Dec 2022 04:18:58 +0100 Subject: [PATCH 09/49] feat: my style cv --- style.css | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 167 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7254b5f..a5c15f1 100644 --- a/style.css +++ b/style.css @@ -1 +1,167 @@ -Gogogo! +$primary-color:blue; +$secondary-color:black; + + +html { + font-family: Roboto, sans-serif; +} + +body { + min-height: 100vh; + margin: 0; padding: 0; +} + +header { + border: 1px solid ; + } + + @font-face { + font-family: Roboto; + src: url("assets/fonts/Roboto.ttf"); + } + +main { + border: 1px solid red; +} +footer { + border: 1px solid red; +} + + +.container { + max-width: 1440px; + margin: 0 auto; + } + +* { + color: black; +} + +* { + box-sizing: border-box; + + } + +image { + background-image: url(); +} + +h1 { + color:$primary-color; + margin-bottom: 0.25em; +} + +h2 { + color: black; + font-size: 1em; + margin-top: 0; + margin-bottom: 1em; + background-color: green($color: #000000); +} +h3 { + color: $primary-color + background-color #5d7260 +} + +a { + color:$primary-color +} + +.contacts { + margin-bottom: 2em; +} + +.contact { + display: flex; + &__type { + min-width: 90px; + } + +} + +.experience { + display: flex; + margin-bottom: 2em; + &__date { + min-width: 185px; + margin-bottom: 1em; + } + + &__name { + font-weight: bold; + } +} +.RELEVANT SKILLS { + display: flex; + margin-bottom: 2em; + &__date { + min-width: 185px; + margin-bottom: 1em; + } + + &__name { + font-weight: bold; + } + +} + +.education { + display: flex; + margin-bottom: 2em; + &__date { + min-width: 185px; + margin-bottom: 1em; + } + + &__name { + font-weight: bold; + } + +} + +@font-face { + font-family: 'Roboto'; + src: url("assets/fonts/RobotoThin.ttf"); + font-weight: 100; + } + @font-face { + font-family: 'Roboto'; + src: url("assets/fonts/RobotoRegular.ttf"); + font-weight: 300; + } + + body { + display: flex; + flex-direction: column; + justify-content: space-between; + min-height: 100vh; + margin: 0; padding: 0; + } + .nav-list { + display: flex; + justify-content: flex-end; + align-items: center; + } + + html { + scroll-behavior: smooth; + } + .nav-list { + list-style: none; + } + .nav-link { + padding: 0 20px; + line-height: 50px; + } + .nav-link { + transition: .3s; + } + .link { + text-decoration: none; + color: #829985; + transition: color 0.5s; + } + + .link:hover { + color: #5d7260; + } From b8ff0a3124f9ea289a2b7290ad3371f4400b81ab Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:57:03 +0100 Subject: [PATCH 10/49] init: for the best my cv and enjoy! --- index.html | 4 ++-- style.css | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 9f3f897..9053c3a 100644 --- a/index.html +++ b/index.html @@ -54,12 +54,12 @@

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

SUMMARY

- Master in music with 10 years of experience working as a music teacher +

Master in music with 10 years of experience working as a music teacher for music schools. Skilled in technical aspects of string instruments, classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. Willing to be an asset to a team that will benefit from all the skills I havve -gathered within my career. +gathered within my career.

diff --git a/style.css b/style.css index a5c15f1..e15d9ba 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,8 @@ -$primary-color:blue; +body { + background-color: #829985; + + +} $secondary-color:black; @@ -47,7 +51,7 @@ image { } h1 { - color:$primary-color; + margin-bottom: 0.25em; } @@ -56,15 +60,15 @@ h2 { font-size: 1em; margin-top: 0; margin-bottom: 1em; - background-color: green($color: #000000); + background-color: green; } h3 { - color: $primary-color + color: $primary-color; background-color #5d7260 } a { - color:$primary-color + color:$primary-color; } .contacts { From 24d4dc4acb178c45c23e69d9c61290450afdf4f8 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:07:49 +0100 Subject: [PATCH 11/49] init: for the best my cv and enjoy! --- index.html | 1 + style.css | 35 +++++++++++------------------------ 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 9f3f897..3ca9585 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@

+ diff --git a/style.css b/style.css index a5c15f1..29ec11e 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,3 @@ -$primary-color:blue; -$secondary-color:black; - - html { font-family: Roboto, sans-serif; } @@ -47,7 +43,7 @@ image { } h1 { - color:$primary-color; + margin-bottom: 0.25em; } @@ -56,15 +52,15 @@ h2 { font-size: 1em; margin-top: 0; margin-bottom: 1em; - background-color: green($color: #000000); + background-color: green; } h3 { - color: $primary-color - background-color #5d7260 + color: black; + background-color: #5d7260; } a { - color:$primary-color + color:green; } .contacts { @@ -73,52 +69,43 @@ a { .contact { display: flex; - &__type { min-width: 90px; - } + } .experience { display: flex; margin-bottom: 2em; - &__date { + min-width: 185px; margin-bottom: 1em; - } - &__name { + + font-weight: bold; - } + } .RELEVANT SKILLS { display: flex; margin-bottom: 2em; - &__date { + min-width: 185px; margin-bottom: 1em; - } - &__name { font-weight: bold; - } } .education { display: flex; margin-bottom: 2em; - &__date { min-width: 185px; margin-bottom: 1em; - } - &__name { font-weight: bold; } -} - @font-face { font-family: 'Roboto'; src: url("assets/fonts/RobotoThin.ttf"); From 039e745d5032f4cbbee826977e1ece071af34e9d Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:13:40 +0100 Subject: [PATCH 12/49] fix: my project my changes --- index.html | 154 ++++++++++++++++++++++------------------------------- 1 file changed, 64 insertions(+), 90 deletions(-) diff --git a/index.html b/index.html index 3ca9585..a0f0aa1 100644 --- a/index.html +++ b/index.html @@ -9,106 +9,83 @@ - - + - - - + def remove_every_other(my_list): + return my_list[::2] +
+ PROJECT +
+ From f76a07a47a469e6bcf376c7d41bf48f37c47e0e9 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:14:34 +0100 Subject: [PATCH 13/49] fix: my css changed css --- style.css | 93 +++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 55 deletions(-) diff --git a/style.css b/style.css index 29ec11e..306dd65 100644 --- a/style.css +++ b/style.css @@ -1,26 +1,30 @@ html { font-family: Roboto, sans-serif; + margin: 2em; } body { min-height: 100vh; - margin: 0; padding: 0; -} - -header { - border: 1px solid ; - } + margin: 50px; + border: 3px solid rgb(23, 59, 23); +} +h1 { + margin-left: 200px; + margin-right: 150px; +} +.person { + display: flex; + text-align: center; +} @font-face { font-family: Roboto; src: url("assets/fonts/Roboto.ttf"); } -main { - border: 1px solid red; -} footer { - border: 1px solid red; + border: 1px solid rgb(12, 75, 68); + } @@ -38,9 +42,6 @@ footer { } -image { - background-image: url(); -} h1 { @@ -60,50 +61,46 @@ h3 { } a { - color:green; + color:rgb(137, 209, 79); } .contacts { margin-bottom: 2em; } -.contact { - display: flex; - min-width: 90px; +.skills { + font-size: large; + font-family: 'Times New Roman', Times, serif; + color: #5d7260; +} +.experience__name { + margin-left: 100px; } .experience { display: flex; margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - - - - font-weight: bold; - } -.RELEVANT SKILLS { - display: flex; - margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - font-weight: bold; +.experience__company { + margin-left: 100px; +} +.experience__date { + width: 120px; +} +li{ + font-style: italic; +} +.education__description { + margin-left: 100px; } .education { display: flex; margin-bottom: 2em; - min-width: 185px; - margin-bottom: 1em; - - font-weight: bold; } @font-face { @@ -111,28 +108,19 @@ a { src: url("assets/fonts/RobotoThin.ttf"); font-weight: 100; } - @font-face { +@font-face { font-family: 'Roboto'; src: url("assets/fonts/RobotoRegular.ttf"); font-weight: 300; } - body { - display: flex; - flex-direction: column; - justify-content: space-between; - min-height: 100vh; - margin: 0; padding: 0; - } + .nav-list { display: flex; justify-content: flex-end; align-items: center; } - html { - scroll-behavior: smooth; - } .nav-list { list-style: none; } @@ -143,12 +131,7 @@ a { .nav-link { transition: .3s; } - .link { - text-decoration: none; - color: #829985; - transition: color 0.5s; - } - - .link:hover { - color: #5d7260; + .project { + border: 3px solid rgb(23, 59, 23); } + From de5296f3462ee2b233a1ae74c13f2a8613e4a4a7 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:35:03 +0100 Subject: [PATCH 14/49] init:cv --- index.html | 156 ++++++++++++++++++------------------------- style.css | 190 ++++++++++++++++++++++++----------------------------- 2 files changed, 151 insertions(+), 195 deletions(-) diff --git a/index.html b/index.html index 3ca9585..2ac33cd 100644 --- a/index.html +++ b/index.html @@ -9,106 +9,83 @@ - - + - - - + def remove_every_other(my_list): + return my_list[::2] +
+ PROJECT +
+ - + \ No newline at end of file diff --git a/style.css b/style.css index 29ec11e..561606b 100644 --- a/style.css +++ b/style.css @@ -1,154 +1,136 @@ html { - font-family: Roboto, sans-serif; + font-family: Roboto, sans-serif; + margin: 2em; } body { - min-height: 100vh; - margin: 0; padding: 0; -} + min-height: 100vh; + margin: 50px; + border: 3px solid rgb(23, 59, 23); +} +h1 { +margin-left: 200px; +margin-right: 150px; +} +.person { +display: flex; +text-align: center; +} -header { - border: 1px solid ; +@font-face { + font-family: Roboto; + src: url("assets/fonts/Roboto.ttf"); } - @font-face { - font-family: Roboto; - src: url("assets/fonts/Roboto.ttf"); - } - -main { - border: 1px solid red; -} footer { - border: 1px solid red; + border: 1px solid rgb(12, 75, 68); + } .container { - max-width: 1440px; - margin: 0 auto; - } + max-width: 1440px; + margin: 0 auto; +} * { - color: black; + color: black; } * { - box-sizing: border-box; - - } + box-sizing: border-box; -image { - background-image: url(); } + h1 { - margin-bottom: 0.25em; + margin-bottom: 0.25em; } h2 { - color: black; - font-size: 1em; - margin-top: 0; - margin-bottom: 1em; - background-color: green; + color: black; + font-size: 1em; + margin-top: 0; + margin-bottom: 1em; + background-color: green; } h3 { - color: black; - background-color: #5d7260; + color: black; + background-color: #5d7260; } a { - color:green; + color:rgb(137, 209, 79); } .contacts { - margin-bottom: 2em; + margin-bottom: 2em; } -.contact { - display: flex; - min-width: 90px; +.skills { +font-size: large; +font-family: 'Times New Roman', Times, serif; +color: #5d7260; +} +.experience__name { +margin-left: 100px; } .experience { - display: flex; - margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - - - - font-weight: bold; - + display: flex; + margin-bottom: 2em; } -.RELEVANT SKILLS { - display: flex; - margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - font-weight: bold; +.experience__company { +margin-left: 100px; +} +.experience__date { +width: 120px; +} +li{ +font-style: italic; +} +.education__description { +margin-left: 100px; } .education { - display: flex; - margin-bottom: 2em; - min-width: 185px; - margin-bottom: 1em; - - font-weight: bold; - } + display: flex; + margin-bottom: 2em; + } @font-face { - font-family: 'Roboto'; - src: url("assets/fonts/RobotoThin.ttf"); - font-weight: 100; - } - @font-face { - font-family: 'Roboto'; - src: url("assets/fonts/RobotoRegular.ttf"); - font-weight: 300; - } + font-family: 'Roboto'; + src: url("assets/fonts/RobotoThin.ttf"); + font-weight: 100; +} +@font-face { + font-family: 'Roboto'; + src: url("assets/fonts/RobotoRegular.ttf"); + font-weight: 300; +} - body { - display: flex; - flex-direction: column; - justify-content: space-between; - min-height: 100vh; - margin: 0; padding: 0; - } - .nav-list { - display: flex; - justify-content: flex-end; - align-items: center; - } - html { - scroll-behavior: smooth; - } - .nav-list { - list-style: none; - } - .nav-link { - padding: 0 20px; - line-height: 50px; - } - .nav-link { - transition: .3s; - } - .link { - text-decoration: none; - color: #829985; - transition: color 0.5s; - } - - .link:hover { - color: #5d7260; - } +.nav-list { + display: flex; + justify-content: flex-end; + align-items: center; +} + +.nav-list { + list-style: none; +} +.nav-link { + padding: 0 20px; + line-height: 50px; +} +.nav-link { + transition: .3s; +} +.project { + border: 3px solid rgb(23, 59, 23); +} \ No newline at end of file From dfcba6d26e5deb46f99997428681c22cb11038b6 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:38:25 +0100 Subject: [PATCH 15/49] init:cv --- style.css | 148 +++++++++++++++++++++++++----------------------------- 1 file changed, 68 insertions(+), 80 deletions(-) diff --git a/style.css b/style.css index a21c24f..5989eca 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,21 @@ html { - font-family: Roboto, sans-serif; + font-family: Roboto, sans-serif; + margin: 2em; } body { - min-height: 100vh; - margin: 0; padding: 0; -} - -header { - border: 1px solid ; - } + min-height: 100vh; + margin: 50px; + border: 3px solid rgb(23, 59, 23); +} +h1 { +margin-left: 200px; +margin-right: 150px; +} +.person { +display: flex; +text-align: center; +} @font-face { font-family: Roboto; @@ -17,7 +23,8 @@ header { } footer { - border: 1px solid red; + border: 1px solid rgb(12, 75, 68); + } @@ -35,9 +42,6 @@ footer { } -image { - background-image: url(); -} h1 { @@ -57,7 +61,7 @@ h3 { } a { - color:green; + color:rgb(137, 209, 79); } .contacts { @@ -65,84 +69,68 @@ a { } +.skills { +font-size: large; +font-family: 'Times New Roman', Times, serif; +color: #5d7260; +} +.experience__name { +margin-left: 100px; } .experience { - display: flex; - margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - - - - font-weight: bold; - + display: flex; + margin-bottom: 2em; } -.RELEVANT SKILLS { - display: flex; - margin-bottom: 2em; - - min-width: 185px; - margin-bottom: 1em; - font-weight: bold; +.experience__company { +margin-left: 100px; +} +.experience__date { +width: 120px; +} +li{ +font-style: italic; +} +.education__description { +margin-left: 100px; } .education { - display: flex; - margin-bottom: 2em; - min-width: 185px; - margin-bottom: 1em; - - font-weight: bold; - } + display: flex; + margin-bottom: 2em; + } @font-face { - font-family: 'Roboto'; - src: url("assets/fonts/RobotoThin.ttf"); - font-weight: 100; - } - @font-face { - font-family: 'Roboto'; - src: url("assets/fonts/RobotoRegular.ttf"); - font-weight: 300; - } + font-family: 'Roboto'; + src: url("assets/fonts/RobotoThin.ttf"); + font-weight: 100; +} +@font-face { + font-family: 'Roboto'; + src: url("assets/fonts/RobotoRegular.ttf"); + font-weight: 300; +} - body { - display: flex; - flex-direction: column; - justify-content: space-between; - min-height: 100vh; - margin: 0; padding: 0; - } - .nav-list { - display: flex; - justify-content: flex-end; - align-items: center; - } - html { - scroll-behavior: smooth; - } - .nav-list { - list-style: none; - } - .nav-link { - padding: 0 20px; - line-height: 50px; - } - .nav-link { - transition: .3s; - } - .link { - text-decoration: none; - color: #829985; - transition: color 0.5s; - } - - .link:hover { - color: #5d7260; - } +.nav-list { + display: flex; + justify-content: flex-end; + align-items: center; +} + +.nav-list { + list-style: none; +} +.nav-link { + padding: 0 20px; + line-height: 50px; +} +.nav-link { + transition: .3s; +} +.project { + border: 3px solid rgb(23, 59, 23); +} From 2d0ad545ca5072ff35e0b13aa59131a58c9c7032 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:42:53 +0100 Subject: [PATCH 16/49] init:cv --- index.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 2ac33cd..03733a1 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@

KATSIARYNA PAZHARYTSKAYA

- my photo + my photo
@@ -29,7 +29,7 @@

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

github.com/katsiarynna
- Email: + Email: kotboruna@mail.ru
@@ -49,9 +49,9 @@

PROFESSIONAL EXPERIENCE

2019 – 2020
-
Customer Support Representative
-
Teleperformance, Lisbon, Portugal
-
+
Customer Support Representative
+
Teleperformance, Lisbon, Portugal
+
  • Provided customer support utilizing phone, chat and e-mail channels.
  • @@ -61,7 +61,7 @@

    PROFESSIONAL EXPERIENCE

    media advertising campaigns to strengthen our customers brand presence and drive business results.
-
+
@@ -92,15 +92,14 @@

EDUCATION

Music teacher
F. Nowowiejski Music Academy - Bydgoszcz, Poland |
- + Bydgoszcz, Poland |
-

RELEVANT SKILLS

-
+

RELEVANT SKILLS

+
  • Data Analytics
  • Customer Service
  • @@ -110,7 +109,7 @@

    RELEVANT SKILLS

  • Troubleshooting
  • Lang.: Russian | English | Polish
-
+
\ No newline at end of file From 5559933f1833a599377d52ed0fa19263bd2e83e4 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:52:23 +0100 Subject: [PATCH 38/49] init:cv2 changing space --- index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 6b8632d..661b614 100644 --- a/index.html +++ b/index.html @@ -14,13 +14,13 @@

KATSIARYNA PAZHARYTSKAYA

my_photo -
+
-

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

- Phone: (+34) 630 97 79 05 +

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

+ Phone: (+34)630977905
- Github: + Github: github.com/katsiarynna
@@ -28,15 +28,14 @@

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

kotboruna@mail.ru
- +

SUMMARY

Master in music with 10 years of experience working as a music teacher for music schools. Skilled in technical aspects of string instruments, classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. - Willing to be an asset to a team that will benefit from all the skills I havve - gathered within my career.

+ Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

PROFESSIONAL EXPERIENCE

@@ -80,7 +79,7 @@

EDUCATION

- h3>RELEVANT SKILLS +

RELEVANT SKILLS

- \ No newline at end of file From 399627e58157bef77bdc5d68f15e0ab898ab580b Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:22:53 +0100 Subject: [PATCH 41/49] init:cv2 changing space --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 95a9163..9a34af3 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,7 @@ text-align: center; } @font-face { font-family: Roboto; - src: url("assets/fonts/Roboto.ttf"); + src: url("assets/fonts/Roboto.ttf"); } footer { border: 1px solid rgb(12, 75, 68); @@ -60,28 +60,28 @@ a { margin-bottom: 2em; } .skills { -font-size: large; -font-family: 'Times New Roman', Times, serif; -color: #5d7260; + font-size: large; + font-family: 'Times New Roman', Times, serif; + color: #5d7260; } .experience__name { -margin-left: 100px; + margin-left: 100px; } .experience { display: flex; margin-bottom: 2em; } .experience__company { -margin-left: 100px; + margin-left: 100px; } .experience__date { -width: 120px; + width: 120px; } li{ -font-style: italic; + font-style: italic; } .education__description { -margin-left: 100px; + margin-left: 100px; } .education { display: flex; From 1cbb595818630c7ca1babfaf8c96ba606ff557da Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:27:05 +0100 Subject: [PATCH 42/49] init:cv2 changing space --- index.html | 3 ++- style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index df4673c..0d75b9a 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,8 @@

RELEVANT SKILLS

CODEWARS
Description:
 
-            Take an array and remove every second element from the array. Always keep the first element and start removing with the next element.
+            Take an array and remove every second element from the array. 
+            Always keep the first element and start removing with the next element.
         
             def remove_every_other(my_list):
 
diff --git a/style.css b/style.css
index 9a34af3..ddb776b 100644
--- a/style.css
+++ b/style.css
@@ -7,6 +7,15 @@ body {
   margin: 50px; 
   border: 3px solid rgb(23, 59, 23);
 }
+header {
+  padding: 20px 20px 20px 20px;
+}
+section {
+  padding: 30px 30px 30px 30px;
+}
+footer {
+  padding: 50px 50px 50px 50px;
+}
 h1 {
 margin-left: 200px;
 margin-right: 150px;

From 505a60ca2656480bfc6e45c7388504ad168c2001 Mon Sep 17 00:00:00 2001
From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com>
Date: Mon, 13 Mar 2023 18:28:24 +0100
Subject: [PATCH 43/49] init:cv2 changing space

---
 style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/style.css b/style.css
index ddb776b..7db5e97 100644
--- a/style.css
+++ b/style.css
@@ -17,12 +17,12 @@ footer {
   padding: 50px 50px 50px 50px;
 }
 h1 {
-margin-left: 200px;
-margin-right: 150px;
+  margin-left: 200px;
+  margin-right: 150px;
 }
 .person {
-display: flex;
-text-align: center;
+  display: flex;
+  text-align: center;
 }
 @font-face {
   font-family: Roboto;

From ba9a4c9b845389618a0c71e58928e8e2f111c0ff Mon Sep 17 00:00:00 2001
From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com>
Date: Mon, 13 Mar 2023 18:44:00 +0100
Subject: [PATCH 44/49] init: cv2

---
 index.html | 106 ++++++++++++++++++++++++++---------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

diff --git a/index.html b/index.html
index 8d481b9..643ab8c 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
         

KATSIARYNA PAZHARYTSKAYA

- my_photo + my_photo

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

@@ -36,63 +36,63 @@

SUMMARY

classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

- -
-

PROFESSIONAL EXPERIENCE

-
-
2019 – 2020
-
-
Customer Support Representative
-
Teleperformance, Lisbon, Portugal
-
-
    -
  • Provided customer support utilizing phone, chat and e-mailchannels.
  • -
  • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
  • -
  • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
  • -
-
+
+
+

PROFESSIONAL EXPERIENCE

+
+
2019 – 2020
+
+
Customer Support Representative
+
Teleperformance, Lisbon, Portugal
+
+
    +
  • Provided customer support utilizing phone, chat and e-mailchannels.
  • +
  • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
  • +
  • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
  • +
-
-
2008–2019
-
-
Music teacher
-
Music schools
-
-
    -
  • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
  • -
  • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
  • -
  • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
  • -
-
-
-
-
-
-

EDUCATION

-
-
2013–2018
-
-
Music teacher
-
F. Nowowiejski Music Academy Bydgoszcz, Poland
+
+
+
2008–2019
+
+
Music teacher
+
Music schools
+
+
    +
  • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
  • +
  • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
  • +
  • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
  • +
-
-
-

RELEVANT SKILLS

-
-
    -
  • Data Analytics
  • -
  • Customer Service
  • -
  • Leadership
  • -
  • Time management
  • -
  • Computer proficiency
  • -
  • Troubleshooting
  • -
  • Lang.: Russian | English | Polish
  • -
+
+
+
+

EDUCATION

+
+
2013–2018
+
+
Music teacher
+
F. Nowowiejski Music Academy Bydgoszcz, Poland
-
-
+
+ +
+

RELEVANT SKILLS

+
+
    +
  • Data Analytics
  • +
  • Customer Service
  • +
  • Leadership
  • +
  • Time management
  • +
  • Computer proficiency
  • +
  • Troubleshooting
  • +
  • Lang.: Russian | English | Polish
  • +
+
+
+
CODEWARS
Description:
 

From ef89c9f36ede0f59465ad2dd365788d418935111 Mon Sep 17 00:00:00 2001
From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com>
Date: Mon, 13 Mar 2023 18:44:47 +0100
Subject: [PATCH 45/49] init: cv2

---
 index.html | 111 +++++++++++++++++++++++++++--------------------------
 1 file changed, 56 insertions(+), 55 deletions(-)

diff --git a/index.html b/index.html
index 0d75b9a..643ab8c 100644
--- a/index.html
+++ b/index.html
@@ -13,8 +13,7 @@
         

KATSIARYNA PAZHARYTSKAYA

- - my_photo + my_photo

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

@@ -37,63 +36,63 @@

SUMMARY

classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

- -
-

PROFESSIONAL EXPERIENCE

-
-
2019 – 2020
-
-
Customer Support Representative
-
Teleperformance, Lisbon, Portugal
-
-
    -
  • Provided customer support utilizing phone, chat and e-mailchannels.
  • -
  • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
  • -
  • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
  • -
-
-
-
-
-
2008–2019
-
-
Music teacher
-
Music schools
-
-
    -
  • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
  • -
  • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
  • -
  • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
  • -
-
+
+
+

PROFESSIONAL EXPERIENCE

+
+
2019 – 2020
+
+
Customer Support Representative
+
Teleperformance, Lisbon, Portugal
+
+
    +
  • Provided customer support utilizing phone, chat and e-mailchannels.
  • +
  • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
  • +
  • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
  • +
-
-
-

EDUCATION

-
-
2013–2018
-
-
Music teacher
-
F. Nowowiejski Music Academy Bydgoszcz, Poland
+
+
+
2008–2019
+
+
Music teacher
+
Music schools
+
+
    +
  • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
  • +
  • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
  • +
  • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
  • +
-
-
-

RELEVANT SKILLS

-
-
    -
  • Data Analytics
  • -
  • Customer Service
  • -
  • Leadership
  • -
  • Time management
  • -
  • Computer proficiency
  • -
  • Troubleshooting
  • -
  • Lang.: Russian | English | Polish
  • -
+
+
+
+

EDUCATION

+
+
2013–2018
+
+
Music teacher
+
F. Nowowiejski Music Academy Bydgoszcz, Poland
-
-
+
+ +
+

RELEVANT SKILLS

+
+
    +
  • Data Analytics
  • +
  • Customer Service
  • +
  • Leadership
  • +
  • Time management
  • +
  • Computer proficiency
  • +
  • Troubleshooting
  • +
  • Lang.: Russian | English | Polish
  • +
+
+
+
CODEWARS
Description:
 
@@ -105,6 +104,8 @@ 

RELEVANT SKILLS

return my_list[::2]
+ PROJECT +
+
\ No newline at end of file From 357aede546f2bf0772f8ccfe51a13aa102f545dd Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:02:13 +0100 Subject: [PATCH 46/49] init: my finished cv2 cv 2 without spaces --- index.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 643ab8c..e63e951 100644 --- a/index.html +++ b/index.html @@ -31,11 +31,7 @@

MUSICIAN AND CUSTOMER SERVICE SPECIALIST

SUMMARY

-

Master in music with 10 years of experience working as a music teacher - for music schools. Skilled in technical aspects of string instruments, - classical music and music in general. Also experienced in customer - support, issue management, problem solving and case management. - Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

+

Master in music with 10 years of experience working as a music teacher for music schools. Skilled in technical aspects of string instruments,classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

PROFESSIONAL EXPERIENCE

@@ -45,8 +41,7 @@

PROFESSIONAL EXPERIENCE

Customer Support Representative
Teleperformance, Lisbon, Portugal
-
    -
  • Provided customer support utilizing phone, chat and e-mailchannels.
  • +
    • Provided customer support utilizing phone, chat and e-mailchannels.
    • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
    • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
    @@ -59,8 +54,7 @@

    PROFESSIONAL EXPERIENCE

    Music teacher
    Music schools
    -
      -
    • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
    • +
      • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
      • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
      • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
      @@ -95,12 +89,10 @@

      RELEVANT SKILLS

      CODEWARS
      Description:
      -
                   Take an array and remove every second element from the array. 
                   Always keep the first element and start removing with the next element.
               
                   def remove_every_other(my_list):
      -
                       return my_list[::2]
               
      @@ -108,4 +100,4 @@

      RELEVANT SKILLS

      - \ No newline at end of file + From 4f072a526861986655db19712edf01ea86e2f402 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:03:10 +0100 Subject: [PATCH 47/49] init: cv2 my finished cv --- index.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 643ab8c..e63e951 100644 --- a/index.html +++ b/index.html @@ -31,11 +31,7 @@

      MUSICIAN AND CUSTOMER SERVICE SPECIALIST

      SUMMARY

      -

      Master in music with 10 years of experience working as a music teacher - for music schools. Skilled in technical aspects of string instruments, - classical music and music in general. Also experienced in customer - support, issue management, problem solving and case management. - Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

      +

      Master in music with 10 years of experience working as a music teacher for music schools. Skilled in technical aspects of string instruments,classical music and music in general. Also experienced in customer support, issue management, problem solving and case management. Willing to be an asset to a team that will benefit from all the skills I havvegathered within my career.

      PROFESSIONAL EXPERIENCE

      @@ -45,8 +41,7 @@

      PROFESSIONAL EXPERIENCE

      Customer Support Representative
      Teleperformance, Lisbon, Portugal
      -
        -
      • Provided customer support utilizing phone, chat and e-mailchannels.
      • +
        • Provided customer support utilizing phone, chat and e-mailchannels.
        • My role was oriented to resolving conflicts and issues related to customers advertising solutions.
        • I was in charge of supporting and troubleshooting social media advertising campaigns to strengthen our customers brand presence and drive business results.
        @@ -59,8 +54,7 @@

        PROFESSIONAL EXPERIENCE

        Music teacher
        Music schools
        -
          -
        • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
        • +
          • Provided string instrument classes to customers from different age groups managing all the activities related to their learning.
          • I was in charge of organizing content and lesson plans, deliver sessions, creating assignments and exams to drive student learning and growth.
          • Besides the technical aspects of teaching music, I also focused on motivating and encourage my students to pursue their talent and continue their learning path to become good musicians.
          @@ -95,12 +89,10 @@

          RELEVANT SKILLS

          CODEWARS
          Description:
          -
                       Take an array and remove every second element from the array. 
                       Always keep the first element and start removing with the next element.
                   
                       def remove_every_other(my_list):
          -
                           return my_list[::2]
                   
          @@ -108,4 +100,4 @@

          RELEVANT SKILLS

          - \ No newline at end of file + From c79515d518aa77d0b433e6a8b57936d2741ed004 Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:03:59 +0100 Subject: [PATCH 48/49] init: cv2 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 643ab8c..7af70b0 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ cv + From ab2cb2981c88774f506aa25ffeddc4307ded0aba Mon Sep 17 00:00:00 2001 From: Katsiarynna <113954361+Katsiarynna@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:30:06 +0100 Subject: [PATCH 49/49] init:cv2 forever --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index eade6f8..7f42d1c 100644 --- a/index.html +++ b/index.html @@ -90,9 +90,8 @@

          RELEVANT SKILLS

        - + \ No newline at end of file