-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (254 loc) · 12.8 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EE95DC061"></script>
<script>
if (!window.localStorage.getItem('acceptance')) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2EE95DC061');
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dmytro Aleksieiev CV</title>
<meta name="description" content="Looking for a programming team member? Here you may find one. Still learning frontend and backend, but full of passion and ready to improve together!">
<meta name="keywords" content="CV, hire, programming, JavaScript, PHP, recruitment, Dmytro Aleksieiev, job offer, junior, frontend, backend">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="/img/icon.png"/>
</head>
<body>
<!-- Header content -->
<header class="top-bar">
<div class="container header-wrapper">
<div class="branding">
<h2 class="type">Curriculum Vitae</h2>
<h1 class="subject">Dmytro Aleksieiev</h1>
</div>
<!-- Navigation -->
<nav id="menu-nav">
<a id="menu-toggle"><i class="fas fa-bars"></i></a>
<ul class="menu">
<li class="menu-item"><a href="#projects">Projects</a></li>
<li class="menu-item"><a href="#skills">Skills</a></li>
<li class="menu-item"><a href="#bio">Bio</a></li>
<li class="menu-item"><a href="#contacts">Contacts</a></li>
</ul>
</nav>
</div>
</header>
<!-- Banner -->
<div class="banner">
<div class="triangle"></div>
<div class="face"></div>
</div>
<!-- Page content -->
<main>
<!-- Personality -->
<div class="calls container">
<div class="call">
<i class="fas fa-handshake" aria-hidden="true"></i>
<p>Positive personality</p>
</div>
<div class="call">
<i class="fas fa-cogs" aria-hidden="true"></i>
<p>Perfectionist</p>
</div>
<div class="call">
<i class="fas fa-briefcase" aria-hidden="true"></i>
<p>Hard working</p>
</div>
</div>
<!-- Motivation -->
<section class="container motivation">
<h3>Motivation</h3>
<p>Since over a decade I was always interested in web technologies, but never had a real chance to dedicate myself to it. I've got few not related university degrees, spent few years in medical supplies and stuff training business... but I was always coming back to it. Either almost secretly running webstore for my employer, or doing excel algorhytms to automatise data analysis and reporting. Than I have realized - actually, it is what I like the most of my job.
When I tried to start a blog, I realized that works on developing gave me much more joy and fun than actual blog writing. Although I am not professional yet, learning programming is my thing. I left my other books for programming learning ones, because I find them much more exciting. So, now I am learning programming and dreaming of joining the industry.
Maybe you are the one, who would like me to join your team?;)</p>
</section>
<!-- Projects -->
<div class="chapter container">
<h3 id="projects">Projects</h3>
<section class="project">
<img src="/img/mini-cv-screen.png" alt="">
<h4><a href="https://cv.dmytro.pl" target="_blank">cv.dmytro.pl</i></a>
<div class="tech-icons">
<i class="fab fa-github"></i>
<i class="fab fa-sass"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-html5"></i>
</div></h4>
<p>An online (and slightly more extended) version of the CV. The page you are currently on.
It is made from scratch. IE, Edge, Mozilla and Chrome browsers are supported.
The page is running from <a href="https://github.com/MytkoEnko/cv.dmytro.pl" target="_blank"><b>this GitHub repository</b></a>, so visiting that you can check the history and the progress of it's developing.<br><br>
<b>Technologies used:</b> CSS(SCSS), HTML5, JavaScript, GitHub, Atom IDE</p>
</section>
<section class="project">
<img src="/img/ostrov-mini-screen.png" alt="">
<h4><a href="https://ostrov.pl" target="_blank">ostrov.pl</a>
<div class="tech-icons">
<i class="fab fa-drupal"></i>
<i class="fab fa-linux"></i>
<i class="fas fa-terminal"></i>
<i class="fas fa-server"></i>
<i class="fab fa-sass"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-html5"></i>
<i class="fab fa-js-square"></i>
</div></h4>
<p>Fully functional online book store based on CMS Drupal 8. The website made from pdf scratch, online paying and delivery options are configured but temporary disabled on client’s request.<br><br>
<b>Technologies used:</b> VPS server (Ubuntu 16.04 clean server, whole environment was setup manually via ssh following DigitalOcean tutorials). Drupal 8 – mostly core and module configurations using UI, drush and composer. Fully rewritten theme (based on Bootstrap subtheme, used SCSS, minor twig and JavaScript adjustments).</p>
</section>
<section class="project">
<img src="/img/mini-mytko-screen.png" alt="">
<h4><a href="https://ua.dmytro.pl" target="_blank">ua.dmytro.pl</a>
<div class="tech-icons">
<i class="fab fa-drupal"></i>
<i class="fab fa-less"></i>
<i class="fab fa-css3-alt"></i>
<i class="fab fa-html5"></i>
</div></h4>
<p>Blog project based on Drupal 8. Previously project was based on CMS Joomla, but than was manually migrated to Drupal with manual rewriting of Joomshaper Helix 3 theme. Most of the pictures and graphics are my own.<br><br>
<b>Technologies used:</b> Mostly CSS(less), HTML and some Drupal config solutions were used.</p>
</section>
</div>
<!-- Skills -->
<div class="chapter container">
<h3 id="skills">Skills and competences</h3>
<div class="skills">
<h4>Languages spoken</h4>
<p>
Ukrainian (native), Russian (native), Polish (fluent), English (advanced)
</p>
<h4>OS</h4>
<p>Linux (Ubuntu) and Windows 10 every day user, Ubuntu VPS-server administrator</p>
<h4>Programming</h4>
<p>Basic JavaScript, basic C++ and Objective C++, basic PHP,
CSS (SASS, less), HTML, Drupal 8, Wordpress.</p>
<h4>Links</h4>
<p>
<a href="https://pl.spoj.com/users/mytko_enko/" target="_blank">Pl SPOJ profile</a><br>
<a href="https://github.com/MytkoEnko/spoj_solutions" target="_blank">solutions to PL SPOJ challenges</a><br>
<a href="https://www.freecodecamp.org/mytko_enko" target="_blank">Freecodecamp profile</a><br>
<a href="https://www.linkedin.com/in/dmytroaleksieiev/" target="_blank">linkedin profile</a><br>
<a href="https://github.com/MytkoEnko" target="_blank">GitHub profile</a>
</p>
<h4>Graphics</h4>
<p>Adobe: Photoshop, Illustrator, Premiere Pro.
Inkscape, GIMP.</p>
<h4>Internet marketing</h4>
<p>Google Analytics, Google Adwords, Google AdSens, Yandex.metrika, Yandex.direct, Yandex.webmaster, Google Search Console, Facebook Ads.</p>
<h4>Hobby</h4>
<p>T technologies, sports, gaming, traveling.</p>
<h4>Driving licence</h4>
<p>Category “B”</p>
</div>
</div>
<!-- Experience -->
<div class="chapter experience container">
<h3 id="experience">Latest work experience <br> <span>(IT-related scope)</span></h3>
<div class="">
<section>
<p>Dates</p>
<p>Employer</p>
<p>Profession or position</p>
<p>Main activities and responsibilities</p>
<p>06.2018 – 08.2018</p>
<h5>Welmax Sp. z o.o. Sp. k.</h5>
<h4>Expansion Department worker</h4>
<p>Wordpress based website localisations (organizing translations, implementation of translations, graphic adjustments, some CSS and UI configuration adjustments).</p>
</section>
<section>
<p>Dates</p>
<p>Employer</p>
<p>Profession or position</p>
<p>Main activities and responsibilities</p>
<p>08.2016 – 04.2018</p>
<h5>Teknosell Global Operations Sp. z o.o.</h5>
<h4>Training program specialist</h4>
<p>Delivering distant sales trainings and coaching program. Apart from regular duties – making complex excel-based reports, workload plans etc.</p>
</section>
<section>
<p>Dates</p>
<p>Employer</p>
<p>Profession or position</p>
<p>Main activities and responsibilities</p>
<p>02.2014 – 03.2016</p>
<h5>Pofam-Poznań Sp. z o.o.</h5>
<h4>Representative for foreign companies</h4>
<p>Apart from regular duties I ahve organized webstore on sales portal for the company foreign branch. I did everything myself, from taking pictures of foods, doing internet marketing, to replying to customer’s reviews.</p>
</section>
</div>
</div>
<!-- Biography and education -->
<div class="chapter bio container">
<h3 id="bio">Brief biography<br> <span>( + Education )</h3>
<div>
<img src="/img/icon.png" alt="Dmytro's icon">
<p>I have come from suburb of the city of Sumy (northeastern Ukraine). I was the first of my family who received higher education (few years later my mother also graduated the same faculty). During my studies I made some contacts with ecological and social activists. They were also part ov European Voluntary Service. After graduation from the University I went for long-term voluntary service to Poznan (Poland). After almost a year of service I have decided to stay and started master studies of Post Soviet Space at UAM Poznan. After graduation I have started my professional career, but slowly discovered that I should belong to IT industry.</p>
</div>
<!-- Education -->
<section>
<p>Dates</p>
<p>Name / Title of degree</p>
<p>Principal subjects</p>
<p>Name of the educational institution</p>
<p>2011 - 2013</p>
<h4>Master of eastern studies</h4>
<p>Post soviet studies (hist. polit. geopolit.<br>
econ. cult. development of post-soviet space)</p>
<h5>Institute of East, Historical Department, Adam Mickiewicz University (Poland)</h5>
</section>
<section>
<p>Dates</p>
<p>Name / Title of degree</p>
<p>Principal subjects</p>
<p>Name of the educational institution</p>
<p>2005 – 2009 (2010)</p>
<h4>Bachelor of teaching, Specialist of teaching (2010)</h4>
<p>Natural-Geographical Department,<br>
Specialization: teacher of geography and biology</p>
<h5>Sumy State Pedagogical Unibersity, Sumy, (Ukraine)</h5>
</section>
</div>
</main>
<!-- The Cookies wrapper -->
<div id="terms" class="modal">
<!-- Cookies content -->
<div class="modal-content">
<div class="modal-header">
<h3>Accept terms to proceed</h3>
</div>
<div class="modal-body">
<p><span>Terms and Conditions</span></p>
<p><span>By clicking "Accept Terms" you agree with next statements:</span></p>
<p>1. We can use cookies in your web browser. It is required by some moudles of the website, mostly for statistics and "in-page behavior" data collection. That data can be stored on external, even foreign servers of the statistic collection operator.</p>
<p>2. The data on that page is personal and is covered by <a href="https://eur-lex.europa.eu/eli/reg/2016/679/oj">General Data Protection Regulation (EU) 2016/679 ("GDPR")</a>. Indeed it can be used and shared, but only for recruitment porposes. No other porposes are permitted.</p>
<p>3. Proceeding to content without accepting this Terms is forbiden. Doing so you are automatically agree with current Terms and Conditions and responsible for all possible harmings of these Terms.</p>
</div>
<div class="modal-footer">
<button class="disagree" onclick="declineTerms()">Decline Terms</button>
<button class="agree" onclick="acceptTerms()">Accept Terms</button>
</div>
</div>
</div>
<!-- Footer content -->
<footer>
<div class="in-touch">
<div id="contacts">
<h4>Contacts</h4>
<p>Email: <a href="mailto:[email protected]" target="_top">[email protected]</a></p>
<p>Phone: <a href="tel:0048-880-261-153">+48-880-261-153</a></p>
</div>
</div>
<br>
<div class="all-rights">®2018 cv.dmytro.pl All rights reserved.</div>
</footer>
<script src="js/myScript.js"></script>
</body>
</html>