diff --git a/README.md b/README.md index d8d5314..6e14f95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # rsschool-cv + +https://mazapezdal.github.io/rsschool-cv/ + https://mazapezdal.github.io/rsschool-cv/cv + diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..2bef4b4 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/img/image.jpg b/assets/img/image.jpg new file mode 100644 index 0000000..55bf49b Binary files /dev/null and b/assets/img/image.jpg differ diff --git a/assets/img/rs_school-og.png b/assets/img/rs_school-og.png new file mode 100644 index 0000000..3c4d521 Binary files /dev/null and b/assets/img/rs_school-og.png differ diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..eba1d22 --- /dev/null +++ b/cv.md @@ -0,0 +1,8 @@ +# _Vladislav Mazannik_![IMG_20200507_005434](https://user-images.githubusercontent.com/105743454/171966141-4950e89c-0823-4ade-bdf0-52763c38f697.jpg) +## __[Mazapezdal (@mazapezdal)](https://github.com/mazapezdal)__ +* ### Looking for a calling +* ### No programming skills +* ### Zero code examples +# [Projects](https://github.com/mazapezdal?tab=projects&type=beta) +* ### Higher technical education +* ### Studied German in educational institutions diff --git a/index.html b/index.html new file mode 100644 index 0000000..9e279c9 --- /dev/null +++ b/index.html @@ -0,0 +1,124 @@ + + + + + + + + Mazannik CV3 + + + + + + + + + +
+
+ Vladislav Mazannik photo +
+

Vladislav Mazannik

+
+ + + JUNIOR FRONT-END DEVELOPER + + +

+ In the 21st century, no one stands still. More and more acquaintances change their profession for + the + benefit + of + their future. I decided to try myself in mastering the profession FRONT-END DEVELOPER. I think that + with + the + acquisition of knowledge in this industry, I will get what I dreamed of. There is a desire to learn, + but + it + is + good when there is a wise mentor nearby. +

+
+
+
+
+

+ Contacts +

+ +
+
+
+

Skills

+ +
+
+

Code

+

+ function multiply(a, b) { +

+

+ return a * b; +

+

+ } +

+
+
+

Courses

+

+ RS SCHOOL - JS / FE Rre - School 2022Q2 +

+
+
+

Projects

+ +
+
+ +

Education

+

+ Belarusian-Russian University +

+
+
+

English

+

+ А1 - beginner +

+
+
+ + + + + + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..3658c3c --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ + + +###666 \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..6187701 --- /dev/null +++ b/style.css @@ -0,0 +1,82 @@ +body { + max-width: 1400px; + min-width: 700px; + max-height: 1750px; + margin: auto; + padding-left: 10px; + padding-right: 10px; + background-color: #A9A9A9; + color: black; + + font-size: 16px; + font-weight: normal; + /*font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */ + font-family: 'DM+Serif+Display', sans-serif; +} + +#ava { + + width: 200px; + border-radius: 30px; +} + +.info-text { + margin: 40px; + margin-bottom: 0; + +} + +.info { + margin-top: 20px; + display: flex; + margin-bottom: 20px; +} + +.Contacts { + margin-bottom: 10px; + padding: 20px; + background: moccasin; + border-radius: 40px; +} + +.Skills { + margin-left: 20px; + margin-bottom: 10px; + padding: 20px; + background: skyblue; + border-radius: 40px; +} + +.container { + max-width: 1000px; + margin: auto; +} + +a { + color: black; + text-decoration: none; +} + +.git { + margin-top: 16px; + margin-bottom: 16px; +} + +.footer { + max-width: 1000px; + + margin: auto; + display: flex; + justify-content: space-between; + padding: 20px; + background: seashell; +} + +* { + box-sizing: border-box; +} + +a:hover { + color: #CE242B; + text-decoration: underline; +} \ No newline at end of file