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 @@
+
+
+#### 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
+
- 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.