diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..19a1f42
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,227 @@
+:root {
+ --black-color: #000000;
+ --dark-gray-color: #2F4F4F;
+ --white-color: #ffffff;
+ --light-gray-color: #a9a9a94c;
+}
+
+ body {
+ box-sizing: border-box;
+ background-color: #2F4F4F;
+ line-height: 1;
+ }
+
+ ol, ul {
+ list-style: none;
+ }
+
+ .container-centered {
+ margin: 25px auto;
+ padding: 60px;
+ width: 1200px;
+ font-family: 'Nanum Gothic', sans-serif;
+ font-size: 18px;
+ line-height: 1.4;
+ background-color: #ffffff;
+ box-shadow: 15px 15px 40px -1px rgba(0, 0, 0, 0.5);
+}
+
+.two-columns {
+ display: flex;
+}
+
+.left-column {
+ width: 45%;
+ color: var(--black-color);
+ background-color: var(--white-color);
+}
+
+.right-column {
+ width: 72%;
+ padding: 35px;
+}
+
+header {
+ padding: 30px;
+ text-align: center;
+ background-color: #ffffff;
+}
+
+header img {
+ margin-bottom: 10px;
+ border: 4px solid var(--dark-gray-color);
+ border-radius: 15%;
+}
+
+header h1 {
+ margin-bottom: 10px;
+ font-size: 2.2rem;
+ font-weight: 800;
+ line-height: 1px;
+ text-transform: uppercase;
+ letter-spacing: 4px;
+}
+
+header h2 {
+ margin-bottom: 20px;
+ letter-spacing: 2px;
+}
+
+main {
+ padding: 0px 20px 250px 20px;
+ background-color: var(--light-gray-color);
+}
+
+main h3 {
+ width: 133px;
+ margin: 40px auto 20px;
+ padding: 10px 15px;
+ text-align: center;
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ color: #ffffff;
+ background-color: var(--dark-gray-color);
+}
+
+main .contacts h3 {
+ margin-top: 0;
+ margin-bottom: 0;
+ transform: translate(0, -50%);
+}
+
+main li {
+ margin-bottom: 7px;
+}
+
+.contacts li img {
+ vertical-align: middle;
+ margin-right: 15px;
+}
+
+.contacts li p {
+ display: inline;
+ vertical-align: middle;
+}
+
+.contacts a {
+ text-decoration: none;
+ color: var(--dark-gray-color);
+}
+
+main :not(.contacts) ul {
+ list-style-type: disc;
+}
+
+.language-name {
+ font-weight: 1000;
+ text-transform: uppercase;
+}
+
+.right-column .sub-header {
+ display: flex;
+ margin-top: 30px;
+ margin-bottom: 15px;
+}
+
+.right-column .about-me .sub-header {
+ margin-top: 0px;
+}
+
+.about-me p {
+ margin-bottom: 10px;
+ margin-left: 20px;
+}
+
+.about-me p:last-of-type {
+ margin-bottom: 0;
+}
+
+.right-column h3 {
+ flex: 1;
+ margin: 0 5px;
+ vertical-align: middle;
+ font-weight: 1000;
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ color: var(--black-color);
+ border-bottom: 2px solid var(--dark-gray-color);
+}
+
+.right-column img {
+ vertical-align: middle;
+ margin-left: 5px;
+ margin-right: 15px;
+}
+
+.right-column p {
+ color: var(--black-color);
+}
+
+.experience p {
+ margin-left: 20px;
+}
+
+.experience p strong {
+ background-color: var(--light-gray-color);
+ padding: 7px;
+ font-weight: 800;
+}
+
+.education p {
+ margin-left: 20px;
+}
+
+.education p strong {
+ background-color: var(--light-gray-color);
+ padding: 7px;
+ font-weight: 800;
+}
+
+.courses ul {
+ list-style-type: disc;
+ margin-left: 25px;
+ margin-bottom: 25px;
+}
+
+.courses li {
+ margin-bottom: 5px;
+ color: var(--black-color);
+}
+
+.code-example p {
+ margin-left: 25px;
+}
+
+pre {
+ margin-left: -250px;
+ margin-top: 20px;
+ padding-left: 10px;
+ font-family: monospace;
+ font-size: 0.9rem;
+ border: 1px solid #00000038;
+ background-color: #ffffff;
+}
+
+footer {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 20px;
+ font-size: 0.8rem;
+ color: #ffffff;
+ background-color: var(--dark-gray-color);
+}
+
+footer a {
+ text-decoration: none;
+ color: #ffffff;
+}
+
+footer .github-icon {
+ margin-right: 10px;
+}
+
+.my-github {
+ display: flex;
+ align-items: center;
+}
\ No newline at end of file
diff --git a/cv.md b/cv.md
new file mode 100644
index 0000000..25c099c
--- /dev/null
+++ b/cv.md
@@ -0,0 +1,76 @@
+# **Damir Baraev**
+
+## **Contacts**
+- **Location:** *Saint-Petersburg, Russia*
+- **Phone:** *+7 (937)-474-41-88*
+- **Email:** *baray44@mail.ru*
+- **Telegram:** *@Baray44*
+- **LinkedIn:** *https://www.linkedin.com/in/baraev44/*
+- **Discord:** *Baray44#7027*
+
+## **About Me**
+Master's degree in Intelligent Computer Systems Design from Peter the Great St. Petersburg Polytechnic University. At the university I had experience in the team for developing the GIT commit history simplifier utility as a project manager [GitHub, Git history linearizer](https://github.com/luxdarkr/git_history_linearizer). I also received a bachelor's degree in Computer Science and Information Security at Ufa State Aviation Technical University. In parallel with programming I am studying software testing. In the future I want to combine the knowledge I got in these fields to automate testing.
+For me the main goal is to get knowledge and experience in programming and software testing. Due to my extensive experience in sales, I know how to approach people.
+I am sociable, attentive, love to learn and know how to properly allocate my time and work in a team.
+
+## **Skills**
+- Functional testing, testing theory, test design techniques, client-server architecture, SDLC, STLC
+- [Test documentation (test cases, checklists, bug reports, user manuals)](https://github.com/Baray44/QA_Slack/tree/master/TestDocumentation)
+- [Git, Bash, working with the command line](https://github.com/Baray44/qa_course/tree/qa_homework/Homework_GitBash)
+- VMware, VirtualBox
+- [SQL (Medium): writing queries to the database, building samples, statistics, searching for necessary data](https://github.com/Baray44/SQL_Practice)
+- Understanding of HTTP/HTTPS, REST API, JSON/XML
+- DevTools: bypassed client validation, swapped cookies, edited the DOM
+- Basic knowledge of Agile, Scrum, Waterfall. Experience of working in Scrum team on university projects
+- Jira and Confluence, Trello
+- [OS administration experience: Windows, Windows Server, Linux, FreeBSD, NetBSD](https://github.com/Baray44/polytech20_22/tree/main/2/AKS)
+- Postman, JavaScript, HTML, CSS (Basic)
+
+## **Code example**
+````
+function XO(str) {
+ return (str.toLowerCase().split("x").length == str.toLowerCase().split("o").length);
+}
+````
+
+## **Experience**
+### **Project Manager**
+Huawei Technologies | Feb 2021 — July 2021
+
+Worked on a commercial project from Huawei at Peter the Great St. Petersburg Polytechnic University in the team to develop a utility to simplify the history of commits in GIT.
+Maintained the project in the [repository on GitHub](https://github.com/luxdarkr/git_history_linearizer).
+Conducted communication with customers and supervisors of the project, presented the current state of the project, participated in UNIT-testing, distribution of tasks among the project members, maintaining documentation.
+
+---
+### **Sales manager**
+Rostelecom | Sep 2019 — Dec 2021
+
+In the first month he was recognized as the best newcomer. Several times he became the best manager at the end of the month. Within a year of work was mentored his own subgroup, trained trainees and accompanied them during the first months.
+
+---
+### **Sales manager**
+ER-Telecom Holding, CJSC | Feb 2017 — Sep 2019
+
+Recognized as the best rookie in his first month and was named manager of the month several times.
+Mentored his own subgroup, trained interns, and monitored the performance of his subgroup.
+
+## **Education**
+- ### **University:**
+
+ - **Peter the Great St. Petersburg Polytechnic University | Master's Degree Program | 2022**
+
Computer science and engineering
+ Master's thesis: "Development of control system of robot's movements on omni-wheels"
+ ---
+ - **Ufa State Aviation Technical University | Bachelor's Degree Program | 2020**
+
Faculty of computer science and robotics; Informatics and computer science
+ Bachelor's work: "Development of faulttolerant RBS system for a bank"
+- ### **Courses:**
+ - *[JavaScript/Front-end course (The Rolling Scopes School)](https://rs.school/js/)*
+ - *[Manual QA course (RedRoverSchool)](https://redroverschool.slack.com)*
+ - *[Software testing course with practice (Vadim Ksendzov)](https://ksendzov.com)*
+ - *[Interactive SQL Trainer (Stepik)](https://stepik.org/course/63054/info)*
+ - *[HTML and CSS Tutorials (Code Basics)](https://code-basics.com/ru)*
+
+## **Languages**
+- **English** - Pre-Intermediate
+- **Russian** - Native
\ No newline at end of file
diff --git a/icons/aboutme.svg b/icons/aboutme.svg
new file mode 100644
index 0000000..03edf70
--- /dev/null
+++ b/icons/aboutme.svg
@@ -0,0 +1,23 @@
+
+
+
diff --git a/icons/code.svg b/icons/code.svg
new file mode 100644
index 0000000..9c8696c
--- /dev/null
+++ b/icons/code.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/icons/courses.svg b/icons/courses.svg
new file mode 100644
index 0000000..f0ffcbf
--- /dev/null
+++ b/icons/courses.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/cv.ico b/icons/cv.ico
new file mode 100644
index 0000000..3628fff
Binary files /dev/null and b/icons/cv.ico differ
diff --git a/icons/discord.svg b/icons/discord.svg
new file mode 100644
index 0000000..c5b501c
--- /dev/null
+++ b/icons/discord.svg
@@ -0,0 +1,22 @@
+
+
+
diff --git a/icons/education.svg b/icons/education.svg
new file mode 100644
index 0000000..c30293e
--- /dev/null
+++ b/icons/education.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/email.svg b/icons/email.svg
new file mode 100644
index 0000000..51f8f4c
--- /dev/null
+++ b/icons/email.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/icons/experience.svg b/icons/experience.svg
new file mode 100644
index 0000000..da77ed3
--- /dev/null
+++ b/icons/experience.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/icons/github.svg b/icons/github.svg
new file mode 100644
index 0000000..cb1101d
--- /dev/null
+++ b/icons/github.svg
@@ -0,0 +1,29 @@
+
+
+
diff --git a/icons/linkedin.svg b/icons/linkedin.svg
new file mode 100644
index 0000000..875694f
--- /dev/null
+++ b/icons/linkedin.svg
@@ -0,0 +1,24 @@
+
+
+
diff --git a/icons/location.svg b/icons/location.svg
new file mode 100644
index 0000000..ab0dbbc
--- /dev/null
+++ b/icons/location.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/icons/phone.svg b/icons/phone.svg
new file mode 100644
index 0000000..973262f
--- /dev/null
+++ b/icons/phone.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/icons/rsschool.svg b/icons/rsschool.svg
new file mode 100644
index 0000000..0012b99
--- /dev/null
+++ b/icons/rsschool.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/icons/telegram.svg b/icons/telegram.svg
new file mode 100644
index 0000000..de01bc6
--- /dev/null
+++ b/icons/telegram.svg
@@ -0,0 +1,22 @@
+
+
+
diff --git a/img/baraev.jpg b/img/baraev.jpg
new file mode 100644
index 0000000..74f4e37
Binary files /dev/null and b/img/baraev.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c9e1622
--- /dev/null
+++ b/index.html
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+ RSSchool CV
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Baraev Damir
+ Junior Frontend Developer
+
+
+
+
+ Skills
+
+ - Functional testing, testing theory, test design techniques, client-server architecture, SDLC, STLC
+ - Test documentation (test cases, checklists, bug reports, user manuals)
+ - Git, Bash, working with the command line
+ - VMware, VirtualBox
+ - SQL (Medium): writing queries to the database, building samples, statistics, searching for necessary data
+ - Understanding of HTTP/HTTPS, REST API, JSON/XML
+ - DevTools: bypassed client validation, swapped cookies, edited the DOM
+ - Basic knowledge of Agile, Scrum, Waterfall. Experience of working in Scrum team on university projects
+ - Jira and Confluence, Trello
+ - OS administration experience: Windows, Windows Server, Linux, FreeBSD, NetBSD
+ - Postman, JavaScript, HTML, CSS (Basic)
+
+
+
+ Languages
+
+ -
+
English
+ Pre-Intermediate
+
+ -
+
Russian
+ Native
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file