Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# rsschool-cv
https://technot1k.github.io/rsschool-cv
27 changes: 27 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## [rsschool-cv](https://technot1k.github.io/rsschool-cv/cv)
# Dmitry H
## Contacts
* __Location__: Russia, Krasnodar
* __Email__: [email protected]
* __Discord__: Dima(@technot1k)
* __GitHub__: [technot1k](https://github.com/technot1k)

## About Me
I used to layout one-pages, but now I want to become a cool developer and develop in this profession.
I want to learn.

## Skills
* HTML
* CSS
* Git & Github

## Code Example
```
function capitalizeWord(word) {
wordUpp = word[0].toUpperCase() + word.slice(1)
return wordUpp;
}
```

## English
__A3__ (Study with app on mobile)
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h2>About Me</h2>
<p> used to layout one-pages, but now I want to become a cool developer and develop in this profession.</p>
<p>I want to learn.</p>
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
</body>
</html>
Empty file added style.css
Empty file.