From 6d531e0772040fdb20c08f5886320b13f5b92d42 Mon Sep 17 00:00:00 2001 From: Vadim I Date: Tue, 21 Sep 2021 00:14:32 +0300 Subject: [PATCH 1/3] Create cv.md --- cv.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 cv.md diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/cv.md @@ -0,0 +1 @@ + From 1dbb64c19800fd1c373687ff408cc9a48d1d844d Mon Sep 17 00:00:00 2001 From: Vadim I Date: Tue, 21 Sep 2021 00:15:21 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ac464..5290467 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# rsschool-cv \ No newline at end of file +My md cv will be here soon From 02b5c03c555781462b72e0c93f2080df9715d58e Mon Sep 17 00:00:00 2001 From: Vadim I Date: Tue, 21 Sep 2021 02:59:11 +0300 Subject: [PATCH 3/3] init --- assets/styles/main.css | 65 +++++++++++++++++ index.html | 158 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 223 insertions(+) create mode 100644 assets/styles/main.css create mode 100644 index.html diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..cdf2791 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,65 @@ +:root { + --main-text-color-dark: rgb(82, 82, 82); + --main-text-color-light: rgb(209, 209, 209); + --bg-color-light: #e7e7e747; + --bg-color-dark: #4d4d4d; +} + +body { + color: var(--main-text-color-dark); + background-color: var(--bg-color-light); +} + +.container { + display: flex; + max-width: 1024px; + margin-left: auto; + margin-right: auto; +} + +.underlined { + border-bottom: 1px solid rgb(150, 150, 150); +} + +.sidepane { + padding: 1rem; + width: 35%; + color: white; + background-color: var(--main-text-color-dark); + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: stretch; + color: var(--main-text-color-light); +} + +.split-view { + display: flex; +} + +.row { + width: 100%; + padding-top: 10px; + padding-bottom: 10px; +} + +.grid { + display: flex; +} + +.col-6 { + width: 50%; +} + +.outside-6 { + margin-left: -100%; +} + +ul { + list-style: none; + padding: 0; +} + +a { + color: var(--main-text-color) +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f9eaa9d --- /dev/null +++ b/index.html @@ -0,0 +1,158 @@ + + + + + + + + Document + + + + +
+
+
+
+
+
+ Web developer +

+ + Web developer with technical expertise in developing advanced websites and standard-based web + applications. + +

+

Challenging position with a creative work environment to enhance expertise in web development and + application + design. +

+
+
+
+ +
+
+
+
+
+

EXPERIENCE

+
+
+ +
+ Belarus, Minsk + 2003 - Present +
+
+ Logistics and warehouse management + Mobiscar +

I am engaged in programming as part of my professional activities (logistics and inventory management). + Development of B2B and B2C solutions for the organization, as well as internal services.

+
+
+
+
+
+

EDUCATION

+
+
+
+
+
+ Belarus, Minsk. + 2002-2008 +
+
+
+
+ Economics and enterprise management + Minsk Institute of Management +
+
+
+
+
+
+
+
+ Belarus, Minsk. + 2009-2010 +
+
+
+
+ C, C++, C#, Asp.Net BelHard + BelHard +
+
+
+
+
+
+ +
+ + + \ No newline at end of file