Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CV#1. Markdown & Git #1

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# rsschool-cv
https://2k2s.github.io/rsschool-cv/cv - CV (md)
https://2k2s.github.io/rsschool-cv/ - CV (html+css)
51 changes: 51 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Kirill Kondratiuk

## **Future Junior Frontend Developer**

## **Contacts:**
* *Phone:* +7-981-469-67-55
* *E-mail:* 3k3s3k@gmail.com
* *Telegram:* @kondks
* *Discord:* 2k2s
* *GitHub:* [2k2s](https://github.com/2k2s)
## **About Me:**

31 y. o., polite and friendly, love to study and keep google tables.
I really want to start developing web applications.
## **Skills and Proficiency:**

* *HTML5, CSS3*
* *JavaScript (Basics)*
* *Git, GitHub*
* *VS Code*

## **Code Example:**

```
function showMessage() {
alert( 'Hello World!' );
}
```

## **Portfolio:**

* [My CV](https://2k2s.github.io/rsschool-cv/cv)

## **Education:**

* College of Urban Planning

* Technical University

## **Courses:**

* Busuu English Level A1

* SoloLearn HTML Fundamentals

* The Rolling Scopes School. JS / FRONT-END. Stage #0 (work in progress...)

## **Languages:**

* Russian — Native
* English — A2
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

</body>
</html>
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
font-size: 10px;
}