diff --git a/README.md b/README.md
index e69de29..5c70780 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,3 @@
+https://Forlocks.github.io/rsschool-cv/cv
+
+https://Forlocks.github.io/rsschool-cv/
\ No newline at end of file
diff --git a/assets/fonts/Abel-Regular.ttf b/assets/fonts/Abel-Regular.ttf
new file mode 100644
index 0000000..5245501
Binary files /dev/null and b/assets/fonts/Abel-Regular.ttf differ
diff --git a/assets/fonts/KdamThmorPro-Regular.ttf b/assets/fonts/KdamThmorPro-Regular.ttf
new file mode 100644
index 0000000..622f14f
Binary files /dev/null and b/assets/fonts/KdamThmorPro-Regular.ttf differ
diff --git a/assets/icons/favicon.ico b/assets/icons/favicon.ico
new file mode 100644
index 0000000..39d3f26
Binary files /dev/null and b/assets/icons/favicon.ico differ
diff --git a/assets/icons/gh.svg b/assets/icons/gh.svg
new file mode 100644
index 0000000..0d58006
--- /dev/null
+++ b/assets/icons/gh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg
new file mode 100644
index 0000000..3b80540
--- /dev/null
+++ b/assets/icons/rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/images/about_me.jpg b/assets/images/about_me.jpg
new file mode 100644
index 0000000..3ff4572
Binary files /dev/null and b/assets/images/about_me.jpg differ
diff --git a/assets/images/avatar.jpg b/assets/images/avatar.jpg
new file mode 100644
index 0000000..d833bd2
Binary files /dev/null and b/assets/images/avatar.jpg differ
diff --git a/assets/images/contact_information.jpg b/assets/images/contact_information.jpg
new file mode 100644
index 0000000..aa0c1a3
Binary files /dev/null and b/assets/images/contact_information.jpg differ
diff --git a/assets/images/education.jpg b/assets/images/education.jpg
new file mode 100644
index 0000000..4116dc8
Binary files /dev/null and b/assets/images/education.jpg differ
diff --git a/assets/images/languages.jpg b/assets/images/languages.jpg
new file mode 100644
index 0000000..8185e35
Binary files /dev/null and b/assets/images/languages.jpg differ
diff --git a/assets/images/projects.jpg b/assets/images/projects.jpg
new file mode 100644
index 0000000..88687b0
Binary files /dev/null and b/assets/images/projects.jpg differ
diff --git a/assets/images/skills.jpg b/assets/images/skills.jpg
new file mode 100644
index 0000000..b2489c9
Binary files /dev/null and b/assets/images/skills.jpg differ
diff --git a/assets/markers/english.svg b/assets/markers/english.svg
new file mode 100644
index 0000000..4aef568
--- /dev/null
+++ b/assets/markers/english.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/markers/russian.svg b/assets/markers/russian.svg
new file mode 100644
index 0000000..f9d72be
--- /dev/null
+++ b/assets/markers/russian.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cv.md b/cv.md
new file mode 100644
index 0000000..d77e2eb
--- /dev/null
+++ b/cv.md
@@ -0,0 +1,54 @@
+# Alexey Shelukhin
+
+## Contact information
+* **E-mail:** sheluhen@mail.ru
+* **GitHub:** https://github.com/Forlocks
+* **Discord server RSS:** Forlock (@Forlocks)
+
+## About me
+I am 20 years old, study at the St. Petersburg State University of Aerospace Instrumentation. At the beginning of my second year at university, I became interested in the profession of a front-end developer, after which I began to take various free courses on learning HTML, CSS and JS. I hope to get more knowledge in the RS School courses so that I can become a junior front-end developer as a result.
+
+## Skills
+* Markdown
+* HTML
+* CSS (+Bootstrap)
+* JS (basics)
+* Git and GitHub
+* VSCode
+
+## Code example
+```
+'use strict';
+
+/*
+A function that returns an array of integers
+from the given number up to and including 1
+*/
+
+function reverseArr(n) {
+ let arr = [];
+ let j = -1;
+
+ while (n > 0) {
+ arr[++j] = n;
+ --n;
+ }
+
+ return arr;
+}
+```
+
+## Projects
+* https://Forlocks.github.io/rsschool-cv/
+* Next projects coming soon...
+
+## Education
+* Courses on the educational platform Stepik:
+ * Web Development for Beginners: HTML and CSS (100% + Certificate)
+ * JavaScript for Beginners (100% + Certificate)
+* Learn.javascript (in the process)
+* RS School Course «JavaScript/Front-end. Stage 0» (in the process)
+
+## Languages
+* **English:** А2 (Elementary)
+* **Russian:** 100%
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2cd1328
--- /dev/null
+++ b/index.html
@@ -0,0 +1,216 @@
+
+
+
'use strict';
+
+/*
+A function that returns an array of integers
+from the given number up to and including 1
+*/
+
+functionreverseArr(n) {
+ let arr = [];
+ let j = -1;
+
+ while (n > 0) {
+ arr[++j] = n;
+ --n;
+ }
+
+ return arr;
+}
+ I am 20 years old, study at the St. Petersburg State University of Aerospace Instrumentation.
+ At the beginning of my second year at university, I became interested in the profession of a front-end developer,
+ after which I began to take various free courses on learning HTML, CSS and JS.
+ I hope to get more knowledge in the RS School courses so that I can become a junior front-end developer as a result.
+