diff --git a/README.md b/README.md index 7a0980e..9a93786 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -https://Antongron.github.io/rsschool-cv/cv +https://Antongron.github.io/rsschool-cv/ diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..f7f1dad --- /dev/null +++ b/cv.md @@ -0,0 +1,23 @@ +1. Malkin Anton + +2. My contacts: +- discord: Antongron#5216; +- Email: 14gron@gmail.com; +- mobile: +7(951)551-31-10. +3. My main purposes: +- to work in a interesting company as a web-developer; +- become an excellent and useful developer; +- to work in proect on React, Angular. +4. Hard skills: +- basic HTML; +- basic CSS; +- basic JavaScript. +5. Code example: + +6. My work experience: +- Now empty, but i'm sure so here will be somthing interesting soon :) + +7. Work experiense: +- Apply on RSSchool course. +8. English level A2+. + diff --git a/index.html b/index.html new file mode 100644 index 0000000..4a6a409 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + + Malkin Anton + + +
+ + + + + +
+ my photo + +

Malkin Anton

+
+
+ +
+
+

About me.

+ Traine web-developer, wich ready to work in a interesting company as a web-developer and become an excellent and useful developer. +
+
+

My knowledge as a deweloper:

+ +
+ +
+ + + + + \ No newline at end of file diff --git a/src/avatar 200.jpg b/src/avatar 200.jpg new file mode 100644 index 0000000..36ea965 Binary files /dev/null and b/src/avatar 200.jpg differ diff --git a/src/call.png b/src/call.png new file mode 100644 index 0000000..95cd41b Binary files /dev/null and b/src/call.png differ diff --git a/src/gmail.png b/src/gmail.png new file mode 100644 index 0000000..d123045 Binary files /dev/null and b/src/gmail.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..4f2d974 --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + color: #6e6464; +} +h1 { + font-size: 90px; + font-family: 'Kumbh Sans', sans-serif; + padding-left: 10%; + +} +.table-elements { + margin-top: 1px; + padding-top: 1px; + +} +header{ + background-color: #b3b6ba; +} + +.bgcolor { + border: 33px solid #b3b6ba; +}