Skip to content

Commit

Permalink
feat: fix file cv
Browse files Browse the repository at this point in the history
  • Loading branch information
DenS116 committed Jul 1, 2023
1 parent e63bcec commit 4e37770
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Practice Den
## Contacts
- **Location**: Cardiff, UK
- **Phone**: 07443 771289
- **Email**: [email protected]
- **GitHub**: [denS116](https://www.github.com/DenS116)
## About Me
Motivated and dedicated IT enthusiast seeking an entry-level position in [specific area of IT or desired role]. Eager to apply theoretical knowledge gained through coursework and self-study to contribute to the success of a dynamic and forward-thinking organization.
## Skills
- Git
- HTML
- SCC
- JavaScript
## Code Example


```javascript
let num1 = 10;
let num2 = 5;

let sum = num1 + num2;
let difference = num1 - num2;
let product = num1 * num2;
let quotient = num1 / num2;

console.log("Sum:", sum);
console.log("Difference:", difference);
console.log("Product:", product);
console.log("Quotient:", quotient);
```


## Work Experience
- Unfortunately I don not have experience with IT at the moment
- Worked as cool system and air conditions engineer for 7 years
## Education
- Polytechnic College - Installation and technical operation of industrial equipment
## Languages
- **Russian** - Native
- **English** - Intermediate/Upper-intermediate according to the online test at **EFset** [efset.org](https://www.efset.org/)
<img src="https://i.ibb.co/wdLD2zF/EF.jpg" alt= "Sertificat EF" width="350" height="350" />

0 comments on commit 4e37770

Please sign in to comment.