Game 3
+game description
+ link to the game +diff --git a/README.md b/README.md index ac0ee44..267c657 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -https://github.com/TimNurMur/rsschool-cv/cv +https://TimNurMur.github.io/rsschool-cv/cv diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..b7bbf13 --- /dev/null +++ b/cv.md @@ -0,0 +1,167 @@ +# _**CV:**_ *Nurmukhamatov Timur* +--- + + +| 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:** + +``` + + +
+ + + +
+
+ We create games
+ +game description
+ link to the game +game description
+ link to the game +
+ Purpose and priorities:
+My strengths:
+Work experience:
+Since 2015 I have been a design engineer in the military industry
++ At the moment I'm taking courses in + RSSchool + in the direction of Front-end developer +
+Basic skills by area:
+I plan to study: React, Angular, Node
+
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <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>
+
+
+