Skip to content
Open
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/TimNurMur/rsschool-cv/cv
https://TimNurMur.github.io/rsschool-cv/cv
167 changes: 167 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
# _**CV:**_ *Nurmukhamatov Timur*
---
![Sorry...Image Not Found](https://github.com/TimNurMur/Test/blob/master/images/Photo.png?raw=true)

| Surname: | Name: | Date of birth: |
|---|---|---|
| *Nurmukhamatov* | *Timur* | *1991.11.10* |

Contacts
| Phone: | Email: | VK: | Discord: |
|---|---|---|---|
| *+0(000)000-00-00* | *Tim.Nur-Mur@mail.ru* | *[VK id](https://vk.com/idrakosha)* | *SaYFu(@TimNurMur) (rs-school server)* |

**Location:** *Izhevsk*

---
## **Brief information about me:**

_**Purpose and priorities:**_
- *Become a professional Front-end developer and continuously develop your skills in this and related areas.*
- *I consider it a top priority to always complete tasks on time, planning and highlighting the more important details first.*
- *An equally important priority is the implementation of a high-quality and well-thought-out project.*


_**My strengths:**_
- *commitment to continuous development and learning;*
- *fulfillment of any assigned task;*
- *high level of self-study;*
- *ability to adjust to sudden changes;*
- *skill learns from mistakes;*
- *the ability to understand a new unknown area;*
- *well-coordinated teamwork;*
- *bringing the assigned tasks to the end;*
- *search and processing of information;*
- *immersion in work "headlong";*
- *generating new ideas;*
- *originality of decisions;*
- *sense of taste;*
- *adequate perception of criticism;*
- *leadership skills;*
- *a responsibility;*
- *punctuality;*
- *stress tolerance;*
- *honesty;*
- *activity.*


_**Work experience:**_

*Since 2015 I have been a design engineer in the military industry*

---

### **My skills:**
At the moment I'm taking courses in [RSSchool](https://app.rs.school) in the direction of Front-end developer

Basic skills by area:
- *HTML*
- *CSS*
- *Git/Github*
- *Markdown*

I actively master:
- *VSCode*
- *JS*

I plan to study:
- *React*
- *Angular*
- *Node*

---

### **Code examples:**

```
<!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>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="/logo.png" alt="Logo">
<nav>
<ul>
<li><a href="/">Main</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contacts">Contacts</a></li>
</ul>
</nav>
</header>

<aside>
<nav>
<ul>
<li><a href="/game-1/">Game 1</a></li>
<li><a href="/game-2/">Game 2</a></li>
</ul>
</nav>
</aside>

<main>
<p>We create games</p>

<section class="purchase">
<h2>Leave a purchase request</h2>
<form>
<!-- form -->
</form>
</section>

<section class="more">
<h2>More games</h2>
<article class="more-games">
<h3>Game 3</h3>
<p> game description </p>
<a href="#">link to the game</a>
</article>

<article class="more">
<h3>Game 4</h3>
<p>game description</p>
<a href="#">link to the game</a>
</article>

</section>
</main>
</body>
</html>
```

---

### **Work experience:**

No IT experience

---

### **Education:**

2010-2014
> Izhevsk State Technical University named after M.T. Kalashnikov\
Faculty of Mechanical Engineering\
Department: «Heat engines and installations»\
(Aviation and rocketry)\
Bachelor of Engineering and Technology\
Diploma work with honors

2014-2016
> Izhevsk State Technical University named after M.T. Kalashnikov\
Master's degree\
Direction: «Solid fuel rocket engines»\
(Aircraft engines)\
Master's degree with honors
---

### **English level:**

*A2*

---
Binary file added img/logo-rss.png
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/photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading