-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (212 loc) · 11.3 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
<link rel="stylesheet" href="./CV/style.css">
<link rel="icon" href="./CV/icon_resume.png">
<style type="text/css">@font-face { font-family: Roboto; src: url("chrome-extension://mcgbeeipkmelnpldkobichboakdfaeon/css/Roboto-Regular.ttf"); }</style></head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<ul class="nav-list">
<li class="nav-item"><a href="https://github.com/dmitrygil1" class="nav-link">Contacts</a></li>
<li class="nav-item"><a href="https://github.com/dmitrygil1" class="nav-link">Skills</a></li>
<li class="nav-item"><a href="https://www.linkedin.com/in/dmitrygil1/" class="nav-link">Education</a></li>
<li class="nav-item"><a href="https://github.com/dmitrygil1" class="nav-link">Code</a></li>
<li class="nav-item"><a href="https://www.linkedin.com/in/dmitrygil1/" class="nav-link">Work Experience</a></li>
<li class="nav-item"><a href="https://www.linkedin.com/in/dmitrygil1/" class="nav-link">Courses</a></li>
</ul>
</nav>
</div>
</header>
<main class="main">
<div class="resume">
<div class="column">
<section class="profile">
<h1>Dmitry Giloveinya</h1>
<p>WEB-Developer</p>
<img src="./CV/dmitry.jpg" alt="dmitry giloveinya">
</section>
<section class="contact">
<h2 id="contacts">Contacts</h2>
<ul>
<li>discord: dmitrygil</li>
<li>telegram: <a href="https://t.me/dmitrygill" target="_blank">dmitrygill</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
<section class="objectives">
<p>Target: To improve the skill in programming, systematize knowledge, make like-minded people.</p>
</section>
<section class="skills">
<h2 id="skills">Skills</h2>
<ul>
<li><em><span>Programming languages:</span></em></li>
<ul>
<li>Java Script </li>
<li>PHP </li>
<li>JQuery </li>
<li>Bootstrap </li>
<li>WordPress </li>
<li>GIT </li>
<li>HTML, CSS </li>
<li>C++, C# </li>
<li>Figma </li>
</ul>
<li><em>CAD systems:</em></li>
<ul>
<li>KOMPAS ★★★★☆</li>
<li>Autodesk AutoCad ★★★☆☆</li>
<li>MathCad ★★★☆☆</li>
</ul>
<li><em>Mechatronics & Robotic</em></li>
<ul>
<li>CNC programming ★★★☆☆</li>
<li>Arduino ★★★☆☆</li>
<li>Kawasaki (K-Roset/KRterm) ★★★☆☆</li>
<li>Fanuk ★★★☆☆</li>
</ul>
<li><em>Foreign languages:</em></li>
<ul>
<li>English - intermediate</li>
<li>Russian - native</li>
</ul>
</ul>
</section>
</div>
<div class="column">
<section class="education">
<h2 id="education">Education</h2>
<ul class="timeline">
<li class="event">
<span class="duration">2022/12 - 2023/02</span>
<div class="content">
<h3>Web-development courses</h3>
<p><em>Udemy</em></p>
<p>Trained in web development to update knowledge in the field. This course helped to move from an administrative position to the position of Jr. Webdev (certificate below)</p>
<p><a></a></p>
</div>
</li>
</ul>
<ul class="timeline">
<li class="event">
<span class="duration">(Transfer)<br>2021 - 2025</span>
<div class="content">
<h3>Specialist</h3>
<p><em>Belarusian-Russian University: Automatic information processing systems - 4 years</em></p>
<p>I decided to change the field of study to an IT specialty due to poor working conditions in the previous specialty. I study in absentia and study C-like languages</p>
</div>
</li>
</ul>
<ul class="timeline">
<li class="event">
<span class="duration">2017/09 - (Transfer)<br>2021 </span>
<div class="content">
<h3>Specialist</h3>
<p><em>Belarusian-Russian University: Mechatronics & Robotics - 3 years</em></p>
<p>Now I am studying at the same university as a programmer, simultaneously developing in the field of metalworking and working in an administrative position, constantly gaining new experience and knowledge</p>
</div>
</li>
</ul>
</section>
<section class="code_example">
<h2 id="code">Code Example</h2>
<code>
<?php<br>
$dom = new domDocument;<br>
$dom->loadXML('dont_copy_my_code_bro');<br>
if (!$dom) {<br>
    echo 'Ошибка преобразования документа';<br>
    exit;<br>
}<br>
<br>
$s = simplexml_import_dom($dom);<br>
<br>
echo $s->book[0]->title;<br>
?>
</code>
</section>
<section class="courses">
<h2 id="courses">Courses</h2>
<ul class="timeline">
<li class="event">
<span class="duration">2022</span>
<div class="content">
<h3>Udemy</h3>
<p><em><a href="https://www.udemy.com/share/101WvE3@KH-p35hUIQE9yBPbk1HKrdtUtWJrSSbtvZqAdYV-HNQWon2aE8-5xqMtki-FxwxV-w==/" class="nav-link">Web-development 2022</a></em></p>
</div>
<span class="duration">2022</span>
<div class="content">
<h3>RS-school</h3>
<p><em><a href="https://rs.school/">JS / FRONT-END. STAGE 0 (RU)</a></em></p>
</div>
</li>
</ul>
</section>
<section class="courses">
<h2 id="courses">Work Experience</h2>
<ul class="timeline">
<li class="event">
<span class="duration">Now</span>
<div class="content">
<h3>Web-dev</h3>
<p><em><a href="https://bf-pomosch.ru/" class="nav-link">St. Petersburg Charitable Foundation "Help"</a></em></p>
</div>
<span class="duration">12/2022</span>
<div class="content">
<h3>Site administrator/web-dev</h3>
<p><em><a href="https://ketchup-smm.com/" class="nav-link">KetchUp — SMM Agency</a></em></p>
</div>
<span class="duration">06/2022</span>
<div class="content">
<h3>Shift supervisor</h3>
<p><em><a href="https://7745.by/" class="nav-link">7745.by</a></em></p>
</div>
<span class="duration">03/2021</span>
<div class="content">
<h3>Sales manager</h3>
<p><em><a href="https://www.tools.by/" class="nav-link">tools.by</a></em></p>
</div>
<span class="duration">01/2021</span>
<div class="content">
<h3>Engineer (intern)</h3>
<p><em><a href="https://starcinema.by/" class="nav-link">Starlight Cinema</a></em></p>
</div>
<span class="duration">09/2019</span>
<div class="content">
<h3>Administrator</h3>
<p><em><a href="https://starcinema.by/" class="nav-link">Starlight.by</a></em></p>
</div>
</li>
</ul>
</section>
<section class="projects">
<h2 id="projects">Projects</h2>
<ul>
<li><em>Seafaring History:</em></li>
<ul>
<li><a href="https://dmitrygil1.github.io/GH_Landing/" target="_blank">Good habits (working project with landing on CMS)</a></li>
<li><a href="https://rolling-scopes-school.github.io/dmitrygil1-JSFEPRESCHOOL2022Q4/plants/" target="_blank">Plants (course practice)</a></li>
<li><a href="https://github.com/dmitrygil1/Kill-the-Duck-MTHFCK" target="_blank">Kill the Duck (game clone)</a></li>
<li><a href="https://github.com/dmitrygil1/Least_squares_approximatione_Win" target="_blank">Windows applications for least squares approximation of values</a></li>
<li><a href="https://github.com/dmitrygil1/python_Inst_LikebyLink_Bot" target="_blank"> Python script bot: automatic likes of users on instagram </a></li>
</ul>
</ul>
</section>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="block_container">
<a class="my_git" href="https://github.com/dmitrygil1" target="_blank"><img class="git_logo" src="./CV/github.png" alt="logo_git"></a>
</div>
<div class="block_container">
<a class="rs_logo_link" href="https://rs.school/js/" target="_blank"><img class="rs_logo" src="./CV/rs_school_js.png" alt="logo_rs"></a>
</div>
<div class="block_container">2022</div>
</div>
</footer>
</body></html>