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

+
+ present:) +
+

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

+
+ +
+ +

Skills

+
+ +
+

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();
+        
+      
+
+ +

Project Example

+

+ There are my projects - GitHub +

+

Education

+
+ +
+

English Level

+

+ I have B2 English level. In Canada I got my assessment with such scores: +

+
+ +
+
+ + + diff --git a/rsschool.png b/rsschool.png new file mode 100644 index 0000000..998a437 Binary files /dev/null and b/rsschool.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..25db883 --- /dev/null +++ b/style.css @@ -0,0 +1,86 @@ +body { + background-color: rgba(247, 243, 225, 0.925); + margin-top: 0%; + margin-bottom: 0%; + margin-left: 5%; + margin-right: 5%; +} + +h1 { + background-color: rgba(144, 115, 170, 0.932); + color: rgba(238, 238, 226, 0.925); + text-align: center; + font-size: 40px; + margin-top: 0%; + margin-bottom: 0px; +} +h2 { + background-color: rgba(253, 251, 243, 0.925); + color: rgba(148, 125, 170, 0.829); + text-align: center; +} +h3 { + margin-top: 0%; + margin-bottom: 0%; + background-color: rgba(117, 88, 141, 0.932); + color: rgba(229, 221, 235, 0.925); + text-align: center; +} +p { + text-align: center; + margin-left: 25%; + margin-right: 25%; +} + +footer { + text-align: center; + background-color: rgba(144, 115, 170, 0.932); + margin-bottom: 0%; +} + +.navigation, +.ul-contacts, +.ul-skills, +.ul-english, +.ul-education, +.code-centr { + display: flex; + justify-content: center; + flex-wrap: wrap; +} + +.ul-navigation { + margin-top: 0%; + list-style: decimal; +} +.data { + margin-top: 10px; + background-color: rgba(117, 88, 141, 0.932); + color: rgba(229, 221, 235, 0.925); +} +.near-image { + background-color: rgba(223, 213, 231, 0.932); +} +#code-style { + display: flex; + justify-content: center; + flex-wrap: wrap; + margin-left: 5%; + margin-right: 5%; + background-color: rgb(56, 40, 59); + color: whitesmoke; + border-radius: 4px; +} +#rssimage { + width: 130px; +} +#gitimage { + width: 80px; +} +#photo { + display: block; + margin: 0% auto; + + width: 200px; + margin-top: 0%; +}