-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
331 lines (326 loc) · 22.6 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129739274-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129739274-1');
</script>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Andrii Mandruk CV-site" name="description">
<link href="css/reset.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Scada:400,700&subset=cyrillic" rel="stylesheet">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<title>Andrii Mandruk</title>
</head>
<body>
<div class="background"></div>
<div class="theme">
<a class="theme__color-button" data-id="red" tabindex="0">
<span tabindex="-1">Red</span>
</a>
<a class="theme__color-button" data-id="gray" tabindex="0">
<span tabindex="-1">Gray</span>
</a>
<a class="theme__color-button" data-id="blue" tabindex="0">
<span tabindex="-1">Blue</span>
</a>
<a class="theme__color-button" data-id="green" tabindex="0">
<span tabindex="-1">Green</span>
</a>
</div>
<div class="main">
<header>
<ul class="menu">
<li tabindex="0">
<a class="menu__button profile__button menu__button--current" data-id="profile" tabindex="-1">
<span class="icon menu__icon icon-profile"></span>
<span class="menu__button__text">Profile</span>
</a>
</li>
<li tabindex="0">
<a class="menu__button education__button" data-id="education" tabindex="-1">
<span class="icon menu__icon icon-education"></span>
<span class="menu__button__text">Education</span>
</a>
</li>
<li tabindex="0">
<a class="menu__button skills__button" data-id="skills" tabindex="-1">
<span class="icon menu__icon icon-skills"></span>
<span class="menu__button__text">Skills</span>
</a>
</li>
<li tabindex="0">
<a class="menu__button experience__button" data-id="experience" tabindex="-1">
<span class="icon menu__icon icon-experiance"></span>
<span class="menu__button__text">Experience</span>
</a>
</li>
</ul>
</header>
<div class="content">
<div class="content__profile">
<div class="photo">
<img alt="My photo" class="main__photo" height="170" src="images/photo.jpg" width="170">
</div>
<h1>Andrii Mandruk</h1>
<p>Enthusiastic
<span class="highlight">Frontend</span> Developer, currently working on cross-browser development mainly with JavaScript, HTML5,
CSS3. Passionate about learning new skills and keeping up with the latest advancements and trends in
web technologies.</p>
<h3>Portfolio:</h3>
<div class="inspiration">
<a class="inspiration__site" href="https://cryptofund.software/" target="_blank">
<img alt="Jacek Jeznach Portfolio" class="site__image" height="120" src="images/crypto-fund.jpg" width="120">
<span class="site__name">Tailor-made software for crypto funds</span>
</a>
<a class="inspiration__site" href="https://ahow.io/" target="_blank">
<img alt="HTML Academy" class="site__image" height="120" src="images/ahow.jpg" width="120">
<span class="site__name">Professional consultations at one-click-access</span>
</a>
<a class="inspiration__site" href="http://megadrive.zenwaycode.com/" target="_blank">
<img alt="Rafael Caferati Portfolio" class="site__image" height="120" src="images/megadrive.jpg" width="120">
<span class="site__name">Megadrive - sports wear shop</span>
</a>
</div>
<h3>Several websites that
<span class="highlight">inspiring</span> me:</h3>
<div class="inspiration">
<a class="inspiration__site" href="https://jacekjeznach.com/" target="_blank">
<img alt="Jacek Jeznach Portfolio" class="site__image" height="120" src="images/Jacek.png" width="120">
<span class="site__name">Jacek Jeznach Portfolio</span>
</a>
<a class="inspiration__site" href="https://htmlacademy.ru/" target="_blank">
<img alt="HTML Academy" class="site__image" height="120" src="images/academy.png" width="120">
<span class="site__name">HTML Academy</span>
</a>
<a class="inspiration__site" href="https://caferati.me/" target="_blank">
<img alt="Rafael Caferati Portfolio" class="site__image" height="120" src="images/Rafael-Caferati.png" width="120">
<span class="site__name">Rafael Caferati Portfolio</span>
</a>
</div>
</div>
<div class="content__education disabled">
<div class="box-item">
<span class="icon box-item__education__image"></span>
<div class="box-item__text">
<span class="box-item__years">Sep 2017 — Mar 2018</span>
<span class="box-item__place">HTML Academy:
<ul class="box-item__list">
<li>Professional JavaScript Intensive Course</li>
<li>HTML/CSS Course</li>
</ul>
</div>
</div>
<div class="box-item">
<span class="icon box-item__education__image"></span>
<div class="box-item__text">
<span class="box-item__years">Sep 2017 — Nov 2017</span>
<span class="box-item__place">Stepic, Educational platform:
<ul class="box-item__list">
<li>Algorithms & Data structures course</li>
<li>Fundamentals of Software Testing course</li>
</ul>
</div>
</div>
<div class="box-item">
<span class="icon box-item__education__image"></span>
<div class="box-item__text">
<span class="box-item__years">Sep 2011 — Mar 2015</span>
<span class="box-item__place">Vinnytsa Institute of Trade and Economics:
<br> Bachelors degree, Economic Cybernetics</span>
</div>
</div>
<div class="box-item">
<span class="icon box-item__education__image"></span>
<div class="box-item__text">
<span class="box-item__years">Sep 2009 — Mar 2013</span>
<span class="box-item__place">Ternopil Ivan Puluj Technical University:
<br> Bachelors degree, Computer Science</span>
</div>
</div>
</div>
<div class="content__skills disabled">
<div class="skill-item html5-item" onclick="">
<div class="svg-container">
<svg class="svg-transform" height="160px" version="1.1" viewbox="0 0 504 504" width="200px" xmlns="http://www.w3.org/2000/svg">
<path class="html5-item" d="M457.1,260c-9.2,58.5-27.1,75.6-58.8,114.9c-31.7,33.3-77.3,88.9-141.9,85.8c-58.5-9.2-75.6-27.1-114.9-58.8 c-33.3-31.7-88.9-77.3-85.8-141.9c9.2-58.5,27.1-75.6,58.8-114.9c31.7-33.3,77.3-88.9,141.9-85.8c58.5,9.2,75.6,27.1,114.9,58.8 C404.6,149.8,460.2,195.4,457.1,260z"></path>
<g>
<polygon fill="#16181B" points="174.9,360.3 156.8,157 356,157 337.9,360.3 256.3,382.9"></polygon>
<polygon class="html5-item" points="256.4,249 223.4,249 221.1,223.5 256.4,223.5 256.4,198.5 256.3,198.5 193.9,198.5 194.5,205.2 200.6,274 256.4,274"></polygon>
<polygon class="html5-item" points="256.4,313.8 256.3,313.8 228.5,306.3 226.7,286.4 213.2,286.4 201.7,286.4 205.2,325.6 256.3,339.8 256.4,339.8"></polygon>
<polygon class="html5-item" points="256.3,249 256.3,274 287,274 284.1,306.3 256.3,313.8 256.3,339.8 307.4,325.6 307.8,321.4 313.7,255.7 314.3,249 307.6,249"></polygon>
<polygon class="html5-item" points="256.3,198.5 256.3,214 256.3,223.4 256.3,223.5 316.5,223.5 316.5,223.5 316.6,223.5 317.1,217.9 318.2,205.2 318.8,198.5"></polygon>
</g>
</svg>
</div>
<div class="details">
<span class="skill-name">HTML</span>
<ul class="skill-knowlage">
<li>HTML5</li>
<li>Semantics</li>
<li>Responsive markup</li>
</ul>
</div>
</div>
<div class="skill-item css-item" onclick="">
<div class="svg-container">
<svg class="svg-transform" height="160px" id="Lager_1" style="enable-background:new 0 0 128 128;" version="1.1" viewbox="0 0 128 128"
width="200px" xmlns="http://www.w3.org/2000/svg">
<g>
<g>
<g>
<circle class="svg-css3" cx="64" cy="64" r="50"></circle>
</g>
</g>
<path class="svg-css3" d="M90,42l-8,40l-24.1,8L37,82l2.1-10.7H48l-0.9,4.4l12.7,4.8l14.6-4.8l2-10.2H40.2l1.7-8.9h36.3 l1.1-5.7H43.1l1.8-8.9C44.9,42,90,42,90,42z"
style="fill:#191618;"></path>
</g>
</svg>
</div>
<div class="details">
<span class="skill-name">CSS</span>
<ul class="skill-knowlage">
<li>CSS3</li>
<li>Flex</li>
<li>BEM</li>
<li>CSS Variables</li>
</ul>
</div>
</div>
<div class="skill-item java-item" onclick="">
<div class="svg-container">
<svg class="svg-transform" height="160px" version="1.1" viewbox="-60 -70 640 640" width="200px" xmlns="http://www.w3.org/2000/svg">
<defs id="defs7"></defs>
<g id="g7164" transform="translate(-292.15692,-1273.5892)">
<path class="svg-java" d="m -733.62329,72.267944 c 0,203.804876 -165.21649,369.021366 -369.02141,369.021366 -203.8048,0 -369.0213,-165.21649 -369.0213,-369.021366 0,-203.804874 165.2165,-369.021364 369.0213,-369.021364 203.80492,0 369.02141,165.21649 369.02141,369.021364 z"
id="path5114" transform="matrix(0.69372682,0,0,0.69372682,1313.0911,1479.455)"></path>
<g id="g10302" style="fill:#16181B;fill-opacity:1" transform="matrix(0.92988585,0,0,0.92988585,-3996.6606,-1611.459)">
<path d="m 4838.8107,3460.2935 c 0,0 -14.178,8.245 10.09,11.035 29.4,3.354 44.426,2.873 76.825,-3.259 0,0 8.518,5.341 20.414,9.967 -72.63,31.128 -164.376,-1.803 -107.329,-17.743"
id="path3265" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4829.9357,3419.6735 c 0,0 -15.902,11.771 8.384,14.283 31.406,3.24 56.208,3.505 99.125,-4.759 0,0 5.936,6.018 15.27,9.309 -87.814,25.678 -185.623,2.025 -122.779,-18.833"
id="path3267" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4904.7547,3350.7685 c 17.896,20.604 -4.702,39.145 -4.702,39.145 0,0 45.441,-23.458 24.572,-52.833 -19.491,-27.394 -34.438,-41.005 46.479,-87.934 0,0 -127.013,31.722 -66.349,101.622"
id="path3269" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 5000.8137,3490.3385 c 0,0 10.492,8.645 -11.555,15.333 -41.923,12.7 -174.488,16.535 -211.314,0.506 -13.238,-5.759 11.587,-13.751 19.396,-15.428 8.144,-1.766 12.798,-1.437 12.798,-1.437 -14.722,-10.371 -95.157,20.364 -40.857,29.166 148.084,24.015 269.943,-10.814 231.532,-28.14"
id="path3271" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4845.6287,3377.5865 c 0,0 -67.431,16.016 -23.879,21.832 18.389,2.462 55.047,1.905 89.193,-0.956 27.906,-2.354 55.927,-7.359 55.927,-7.359 0,0 -9.84,4.214 -16.959,9.075 -68.475,18.009 -200.756,9.631 -162.674,-8.79 32.206,-15.568 58.392,-13.802 58.392,-13.802"
id="path3273" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4966.5917,3445.2005 c 69.608,-36.171 37.424,-70.931 14.96,-66.248 -5.506,1.146 -7.961,2.139 -7.961,2.139 0,0 2.044,-3.202 5.948,-4.588 44.441,-15.624 78.619,46.081 -14.346,70.52 0,0 1.077,-0.962 1.399,-1.823"
id="path3275" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4924.6247,3173.3685 c 0,0 38.55,38.563 -36.563,97.862 -60.233,47.568 -13.735,74.69 -0.025,105.678 -35.159,-31.722 -60.961,-59.647 -43.651,-85.637 25.407,-38.151 95.793,-56.648 80.239,-117.903"
id="path3277" style="fill:#16181B;fill-opacity:1"></path>
<path d="m 4852.4687,3543.2155 c 66.815,4.277 169.417,-2.373 171.847,-33.988 0,0 -4.671,11.985 -55.219,21.503 -57.028,10.732 -127.364,9.479 -169.081,2.601 0,-10e-4 8.54,7.068 52.453,9.884"
id="path3279" style="fill:#16181B;fill-opacity:1"></path>
</g>
</g>
</svg>
</div>
<div class="details">
<span class="skill-name">Java</span>
<ul class="skill-knowlage">
<li>OOP</li>
<li>Collections</li>
<li>Exception Handling</li>
</ul>
</div>
</div>
<div class="skill-item javascript-item" onclick="">
<div class="svg-container">
<svg class="svg-transform" height="160px" version="1.1" viewbox="0 0 504 504" width="200px" xmlns="http://www.w3.org/2000/svg">
<path class="svg-javascript" d="M452.2,251.6c-9.2,58.5-27.1,75.6-58.8,114.9c-31.7,33.3-77.3,88.9-141.9,85.8 c-58.5-9.2-75.6-27.1-114.9-58.8c-33.3-31.7-88.9-77.3-85.8-141.9c9.2-58.5,27.1-75.6,58.8-114.9c31.7-33.3,77.3-88.9,141.9-85.8 c58.5,9.2,75.6,27.1,114.9,58.8C399.7,141.4,455.3,187,452.2,251.6z"
fill="#16262E"></path>
<path d="M251.6,368.5c-3.1,0-6.2-0.8-8.9-2.4l-28.2-16.7c-4.2-2.4-2.2-3.2-0.8-3.7c5.6-2,6.8-2.4,12.8-5.8 c0.6-0.4,1.5-0.2,2.1,0.2l21.7,12.9c0.8,0.4,1.9,0.4,2.6,0l84.5-48.8c0.8-0.4,1.3-1.4,1.3-2.3v-97.5c0-1-0.5-1.8-1.3-2.3l-84.5-48.7 c-0.8-0.5-1.8-0.5-2.6,0l-84.4,48.7c-0.8,0.5-1.3,1.4-1.3,2.3v97.5c0,0.9,0.5,1.8,1.3,2.3l23.1,13.4c12.6,6.3,20.2-1.1,20.2-8.5 v-96.3c0-1.4,1.1-2.4,2.5-2.4h10.7c1.3,0,2.4,1.1,2.4,2.4V309c0,16.8-9.1,26.4-25,26.4c-4.9,0-8.7,0-19.5-5.3l-22.2-12.8 c-5.5-3.2-8.9-9.1-8.9-15.4v-97.5c0-6.3,3.4-12.2,8.9-15.4l84.5-48.8c5.3-3,12.5-3,17.8,0l84.5,48.8c5.5,3.2,8.9,9.1,8.9,15.4v97.5 c0,6.3-3.4,12.2-8.9,15.4l-84.5,48.8C257.8,367.6,254.7,368.5,251.6,368.5z"
fill="#16181B"></path>
<path d="M277.7,301.3c-37,0-44.7-17-44.7-31.2c0-1.4,1.1-2.4,2.4-2.4h10.9c1.2,0,2.2,0.9,2.4,2.1 c1.6,11.1,6.6,16.7,28.9,16.7c17.8,0,25.4-4,25.4-13.5c0-5.4-2.1-9.5-29.8-12.2c-23.1-2.3-37.4-7.4-37.4-25.9 c0-17,14.4-27.2,38.5-27.2c27.1,0,40.5,9.4,42.2,29.5c0.1,0.7-0.2,1.4-0.6,1.9c-0.5,0.5-1.1,0.8-1.8,0.8h-11c-1.1,0-2.1-0.8-2.4-1.9 c-2.6-11.7-9-15.4-26.4-15.4c-19.4,0-21.7,6.8-21.7,11.8c0,6.1,2.7,7.9,28.9,11.4c26,3.4,38.3,8.3,38.3,26.5 C319.8,290.7,304.4,301.3,277.7,301.3z"
fill="#16181B"></path>
</svg>
</div>
<div class="details">
<span class="skill-name">JavaScript</span>
<ul class="skill-knowlage">
<li>ES5</li>
<li>AJAX</li>
<li>Modularity</li>
<li>Drag and Drop API</li>
</ul>
</div>
</div>
</div>
<div class="content__experience disabled">
<div class="box-item">
<span class="icon experience-image"></span>
<div class="box-item__text">
<span class="box-item__years">Apr 2018 — Sept 2018</span>
<span class="box-item__place">Front-end developer in Distributed Lab</span>
<p>Responsibilities:</p>
<ul class="box-item__responsibilities">
<li class="box-item__responsibilities-item">Front-end development with HTML5, CSS3, JavaScript, JQuery, Bootstrap, sass,
gulp</li>
<li class="box-item__responsibilities-item">Create Wordpress theme and building web site section using this CMS</li>
<li class="box-item__responsibilities-item">Optimizing content to render fast and fluently on all platforms and browsers</li>
<li class="box-item__responsibilities-item">Participation in design development</li>
<li class="box-item__responsibilities-item">Working with CSS3 animations/transitions</li>
<li class="box-item__responsibilities-item">Setup hosting, deploy project to server and managing security</li>
</ul>
</div>
</div>
<div class="box-item">
<span class="icon experience-image"></span>
<div class="box-item__text">
<span class="box-item__years">Apr 2018 — Sept 2018</span>
<span class="box-item__place">Front-end developer in Zenway.code (remote)</span>
<p>Responsibilities:</p>
<ul class="box-item__responsibilities">
<li class="box-item__responsibilities-item">HTML/CSS markup, JS coding and features realisation. Work with git, gitlab, sass, JavaScript
and JQuery.</li>
<li class="box-item__responsibilities-item"> Tasks distribution after the launch of a new project</li>
<li class="box-item__responsibilities-item"> Working with CSS3 animations/transitions</li>
</ul>
</div>
</div>
<div class="box-item">
<span class="icon experience-image"></span>
<div class="box-item__text">
<span class="box-item__years">Nov 2015 — Jan 2018</span>
<span class="box-item__place">Research Analyst in Ciklum/CNET</span>
<p>Responsibilities:</p>
<ul class="box-item__responsibilities">
<li class="box-item__responsibilities-item">Made the product database and web research for technical specifications</li>
<li class="box-item__responsibilities-item">Describing features and technical specifications of different types household
appliances in English</li>
<li class="box-item__responsibilities-item">Standardized technical data representation</li>
<li class="box-item__responsibilities-item">Cooperated with related departments: QA specialists, image designers, creative
analysts, etc.</li>
</ul>
</div>
</div>
<div class="box-item">
<span class="icon experience-image"></span>
<div class="box-item__text">
<span class="box-item__years">Sep 2011 — Nov 2015</span>
<span class="box-item__place">Non-IT experience in household equipment retail stores</span>
</div>
</div>
</div>
</div>
<div class="mail-address">
</div>
<footer>
<a class="icon social-icons mail" href="mailto:[email protected]"></a>
<a class="icon social-icons facebook" href="https://www.facebook.com/andrevwv" target="_blank"></a>
<a class="icon social-icons linkedin" href="https://www.linkedin.com/in/andrevwv/" target="_blank"></a>
<a class="icon social-icons github" href="https://github.com/Andrevwv" target="_blank"></a>
</footer>
</div>
<script src="main.js">
</script>
</body>
</html>