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
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/rsschool-cv.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

139 changes: 139 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# CV

## Personal details and contact information

**Elena Samoilova**
St.Petersburg, Russia
Date of birth: 04.09.1985
cell: +7-960-267-37-99
email: helen-js@mail.ru

## Personal information

I am interested in programming. My goal is to become a senior frontend developer. Currently I don't have experience in this field, but I intend to learn and grow fast. I am persistent, patient and diligent. Also I am good at foreign languages. I am sure it will help me achieve my goal.

## Professional skills

* HTML
* CSS
* JavaScript
* IDE Webstorm
* Chrome DevTools
* GitHub

## Code examples

```
const makeItFunny = (str, n) => {
let localString = '';
for(let i = 0; i <= str.length - 1; i++){
let char = str.charAt(i)
if((i + 1) % n == 0){
char = char.toUpperCase();
}
localString = localString.concat(char);
}
return localString;
}
makeItFunny("I never look back", 3)
```

## Work experience

typing... please wait

## Education

* 2015 Herzen Russian State Pedagogical University, St.Petersburg. Institute of Postgraduate Education, English teacher in secondary school.
* 2014 Brigham Young University-Idaho. Oline English classes.
* 2008 Perm State University, Perm. Faculty of Geography, Nature Management.

## Foreign languages

* English (B2 level)
Binary file added img/.DS_Store
Binary file not shown.
Binary file added img/my-photo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/rs_school_logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/vertical-slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading