-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (130 loc) · 6.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="me" href="mailto:bolshakov.egorr@gmail.com">
<link rel="me" href="skype:bolshakov_egor90">
<link rel="me" href="tel:+380500393496">
<link rel="stylesheet" href="/css/style.css">
<title>EgorAleksandrovich — Résumé</title>
</head>
<body>
<div id="wrapper">
<div class="wrapper-top"></div>
<div class="wrapper-mid">
<div id="paper">
<div class="paper-top"></div>
<div id="paper-mid">
<div class="entry">
<img class="portrait" src="images/photo.jpg" alt="Egor Bolshakov" />
<div class="self">
<h1 class="name">Egor Bolshakov</h1>
<br/>
<ul>
<li class="ad">Kharkov, st.Barabashova 42/8</li>
<li class="mail">bolshakov.egorr@gmail.com</li>
<li class="tel">+380500393496</li>
<li class="web">https://egoraleksandrovich.github.io/homepage/</li>
</ul>
</div>
<div class="social">
<ul>
<li><a class='north' href="skype:bolshakov_egor90" title="Skype"><img src="images/skype.png" alt="" /></a></li>
<li><a class='north' href="https://github.com/EgorAleksandrovich" title="GitHub"><img src="images/git.png" alt="" /></a></li>
<li><a class='north' href="https://www.instagram.com/egor_bolshakov0912/" title="Follow me on Instagram"><img src="images/instagram.png" alt="" /></a></li>
<li><a class='north' href="https://www.facebook.com/egor.kamolodec" title="My Facebook Profile"><img src="images/icn-facebook.jpg" alt="" /></a></li>
</ul>
</div>
</div>
<div class="entry">
<h2>INTRO</h2>
<p>Hello! My name is Egor. Professional sportsman, gymnastics coach. At the moment, I have chosen an absolutely new direction for myself and this is IT. Why Because it is required, fashionable, sufficient level of pay and motivates to DEVELOPMENT. I love my family and pastime with them. Hobby - sport (gymnastics). Slogan - not a day without victories!</p>
</div>
<div class="entry">
<h2>EDUCATION</h2>
<div class="content">
<h3>2013-2017</h3>
<p>Kharkiv State Academy of Physical Culture<br />
<em>Bachelor Degree “Teacher of Physical Education, Coach of Gymnastics</em></p>
</div>
<div class="content">
<h3>2008-2013</h3>
<p>Kharkiv National University of Construction and Architecture<br />
<em>Technology of building structures, products and materials(engineer-builder technologist)</em></p>
</div>
<div class="content">
<h3>2004-2008</h3>
<p>Kharkiv Regional College of Physical Education<br />
<em></em></p>
</div>
<div class="content">
<h3>1996-2004</h3>
<p>School<br />
<em>Start gymnastics career</em></p>
</div>
</div>
<div class="entry">
<h2>EMPLOYMENT</h2>
<div class="content">
<h3>2017-2018</h3>
<p>Technician-technologist of furniture production in BONART, Ukraine<br />
<em>Designing furniture in the IMOS program. IMOS is a new program in Ukraine, which was taught by video lessons and tutorials.</em></p>
</div>
<div class="content">
<h3>2016-2018</h3>
<p>Educational projects<br />
<em>self-study</em></p>
<ul class="info">
<li>Developed an application for sport competitions. Creation of a competition form with participants and subsequent assessment. Create, read, update and delete data from database. Technologies: C#, WPF(MVVM), XAML, SQL (Repository <a href="https://github.com/EgorAleksandrovich/gymnasticTool">https://github.com/EgorAleksandrovich/gymnasticTool).</a></li>
<li>Developed a site based on the application above without the front-end. Technologies: C#, WEB API 2 (Repository <a href=" https://github.com/EgorAleksandrovich/WebApi2Projetct"> https://github.com/EgorAleksandrovich/WebApi2Projetct).</a></li>
<li>Developed an extension for SolidWorks. Transfer data from file.excel automatically generated by SilodWorks.. Technologies: C#, WPF(MVVM) (Repository <a href="https://github.com/EgorAleksandrovich/Transfer-data.-Excel"> https://github.com/EgorAleksandrovich/Transfer-data.-Excel).</a></li>
</ul>
</div>
<div class="content">
<h3>2015-2017</h3>
<p>Coach in Holmen Trop og Turn, Norway<br />
</div>
<div class="content">
<h3>2012</h3>
<p>Champion of Ukrainekraine among students<br />
</div>
<div class="content">
<h3>2011-2015</h3>
<p>Coach in High School of Sportsmanship, Ukraine <br />
</div>
</div>
<div class="entry">
<h2>SKILLS</h2>
<div class="content">
<h3>Languages and Technologies</h3>
<ul class="skills">
<li>C#</li>
<li>.NET</li>
<li>WPF</li>
<li>ASP.NET MVC</li>
<li>WEB API2</li>
<li>SQL</li>
<li>Git</li>
</ul>
</div>
<div class="content">
<h3>Languages</h3>
<ul class="skills">
<li>Russionion</li>
<li>Ukraine</li>
<li>English(pre-intermediate)</li>
<li>Norwegian(pre-intermediate)</li>
<li>Swedish(beginner)</li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
<div class="paper-bottom"></div>
</div>
</div>
<div class="wrapper-bottom"></div>
</div>
</body>
</html>