diff --git a/README.md b/README.md index a7ac464..d474677 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# rsschool-cv \ No newline at end of file +# rsschool-cv +https://stunko.github.io/rsschool-cv/ diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..e8622d3 --- /dev/null +++ b/cv.md @@ -0,0 +1,53 @@ +# _Eugeny Kurkovich_ +> 20.07.1978 +> +>> +e-mail: stunko@yandex.ru +>> +phone: +7 (111) 111-11-11 + +## Brief Self-Introduction +__My goals and priorities__ + +#### Goals + +* Item 1 +* Item 2 + * Item 2a + * Item 2b + +## Skills +__My skills__ + +#### Skills + +* Item 1 +* Item 2 + + +## Work Experience +__My work Experience__ + +##### Tables + +| Left columns | Right columns | +| ------------- |:-------------:| +| left foo | right foo | +| left bar | right bar | +| left baz | right baz | + +#### Code example: +```python +import random +import string + +sample = random.choices(string.ascii_uppercase, k=9) +print(f"With is random string: {''.join(sample)}") +``` + +## Education +__My education__ + + +## Languages +__My language skills__ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29