diff --git a/Oleksandra.jpg b/Oleksandra.jpg
new file mode 100644
index 0000000..4b5d79b
Binary files /dev/null and b/Oleksandra.jpg differ
diff --git a/README.md b/README.md
index c0e8b33..ff7e6cc 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-https://oleksandra-rud.github.io/rsschool-cv/cv
+https://oleksandra-rud.github.io/rsschool-cv/
diff --git a/cv.md b/cv.md
new file mode 100644
index 0000000..6bb2a0f
--- /dev/null
+++ b/cv.md
@@ -0,0 +1,63 @@
+# Rudchenko Oleksandra
+***
+
+## Frontend Developer, Marketing Specialist
+***
+
+### Contact Info:
+***
+- *Location: T4N, Red Deer, Alberta, Canada*
+- *email: sandyrud.com@gmail.com*
+
+### Summary:
+***
+I was a content manager of few online shops (support and filling). Also I am a blogger on Instagram (about 30 thousand subscribers, Ukraine). I love creating advertising campaigns. After the war in Ukraine I had to move from Kyiv to Canada.
+
+### Skills:
+***
+- Strong Knowledge of Google Adwords, Adsense, Analytics
+- Basic Knowledge of HTML, JS, CSS
+- Hobby: Homestyler (interior design)
+
+### Code Examples (Latest):
+***
+ function formatDate() {
+ let now = new Date();
+ let days = [
+ "Sunday",
+ "Monday",
+ "Tuesday",
+ "Wednesday",
+ "Thursday",
+ "Friday",
+ "Saturday",
+ ];
+ let dayW = days[now.getDay()];
+
+ let hours =
+ now.getHours() < 10 ? "0" + now.getHours() : now.getHours();
+
+ let minutes =
+ now.getMinutes() < 10 ? "0" + now.getMinutes() : now.getMinutes();
+
+ let fullDate = `${dayW} ${hours}:${minutes}`;
+ let dataReload = document.querySelector("#day-today");
+ dataReload.innerHTML = `${fullDate}`;
+ }
+
+ formatDate();
+
+### Experience:
+***
+10 years in Advertising. And I had been learning Java Script for few weeks.
+
+### Education:
+***
+Master's degree in Medical Devices and Systems
+Basic level in SheCodes courses
+
+### Languages
+***
+1. Ukrainian
+2. Russian
+3. English
diff --git a/github.png b/github.png
new file mode 100644
index 0000000..f8d6897
Binary files /dev/null and b/github.png differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..27a9a75
--- /dev/null
+++ b/index.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+ Oleksandra Rudchenko CV
+
+
+
+
Oleksandra Rudchenko
+
Frontend Developer, Marketing Specialist
+
+
+
+
Navigation
+
+
+
+
Brief information about myself
+
+ I was a content manager of few online shops (support and filling). Also
+ I am a blogger on Instagram (about 30 thousand subscribers, Ukraine). I
+ love creating advertising campaigns. After the war in Ukraine I had to
+ move from Kyiv to Canada.
+
+
+
Contacts
+
+
+
Location: T4N, Red Deer, Alberta, Canada
+
email: sandyrud.com@gmail.com
+
+
+
+
Skills
+
+
+
Strong Knowledge of Google Adwords, Adsense, Analytics
+
Basic Knowledge of HTML, JS, CSS
+
Hobby: Homestyler (interior design)
+
+
+
Code Example
+
+
+
+ function formatDate() {
+ let now = new Date();
+ let days = [
+ "Sunday",
+ "Monday",
+ "Tuesday",
+ "Wednesday",
+ "Thursday",
+ "Friday",
+ "Saturday",
+ ];
+ let dayW = days[now.getDay()];
+ let hours =
+ now.getHours() < 10 ?
+ "0" + now.getHours() : now.getHours();
+ let minutes =
+ now.getMinutes() < 10 ?
+ "0" + now.getMinutes() : now.getMinutes();
+
+ let fullDate = `${dayW} ${hours}:${minutes}`;
+ let dataReload = document.querySelector("#day-today");
+ dataReload.innerHTML = `${fullDate}`;
+ }
+ formatDate();
+
+