-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·330 lines (296 loc) · 16.1 KB
/
index.html
File metadata and controls
executable file
·330 lines (296 loc) · 16.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-28809420-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-28809420-3');
</script>
<title>Roman Turas</title>
<link rel="icon" href="https://github.com/fluidicon.png" title="RomanTuras GitHub">
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/devicons/css/devicons.min.css" rel="stylesheet">
<link href="assets/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- in your header -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!-- Custom styles for this template -->
<link href="css/resume.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Turas Roman Resume</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Projects</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">Turas
<span class="text-primary">Roman</span>
</h1>
<div class="subheading mb-5">Birth : 22 · 02 · 1977<br>Ukraine · Kharkov sity · +38(097) 626-4330 ·
<a href="mailto:name@email.com">salden.com@gmail.com</a>
</div>
<p class="mb-5">About 4 years I have been working on WEB development. The main tasks are connected with the creation and support of sites on CMS Wordpress and Opencart 2.3. I provide a complete process, starting with installing the engine on hosting, finishing with writing modules and modifiers for CMS Opencart 2.3 and integrating the store with a 1C database (without coding inside 1C itself). In my work I actively use OS Linux, PHP 7.x, MySQL, JavaScript, JQuery, HTML5, Sass, Bootstrap, Gulp.</p>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer</h3>
<div class="subheading mb-3">Optovik (Wholesale and retail trade in consumer electronics, 50+ employees)</div>
<p>Creation and support of sites on CMS Opencart 2.3<br>Providing data exchange between 1C and Opencart through the WSDL protocol.<br>Writing and implementing the mechanism for transferring orders from the store to the 1C database.<br>Development of modules and modifiers for Opencart 2.3, examples of works:
<ul>
<li>Web services for data exchange (site ↔ 1C)</li>
<li>Module for unloading goods to the site Rozetka (xml format)</li>
<li>Custom Viber Share module for products from the store</li>
<li>Custom Viber Share module for products from the store</li>
<li>A separate module for retrieving goods from the store database, automatically compiling an html layout and issuing for distribution to customers</li>
<li>Module: different types of prices for groups of users</li>
<li>Module: hiding prices for unregistered visitors</li>
</ul>
Installation and configuration of third-party templates and modules for Opencart.<br>Writing technical tasks for third-party developers, monitoring implementation, making changes, joint implementation in the project.<br>Partial administration of a server with 1C.<br>Writing batch-scripts to perform daily rules on the server (backups to a separate ftp, clearing temporary folders, compressing data, etc.).</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2016 - October 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Developer</h3>
<div class="subheading mb-3">Freelance</div>
<p>Creation of sites on CMS Wordpress<br>Full development path:
<ul>
<li>Communication with the customer, setting goals, estimating the budget and timing for the project</li>
<li>Search for suitable topics, design approval</li>
<li>Themes development for CMS Wordpress</li>
<li>Page-proofs HTML pages by design mock</li>
<li>Domain order and SSL certificate</li>
<li>Deployment of CMS on hosting and creation of necessary databases</li>
<li>Installation of themes and plug-ins, customization if necessary</li>
<li>Connect analytics Google Analitycs</li>
<li>Creating the necessary robots.txt, sitemap.xml and registration in Google Search</li>
<li>Vulnerability check</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2014 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Android Developer</h3>
<div class="subheading mb-3">Freelance</div>
<p>Creation of mobile applications and games with API level up to 23.<br>Working with Activity, Fragments, Service.<br>Communication with the customer, setting goals, estimating the budget and timing for the project.<br>Use of third-party libraries (for working with images, http requests, etc.).<br>Work with the functions of determining the coordinates.<br>The development of the logic of machine moves in the "game against the computer".<br>Monetization of applications using block and banner advertising, as well as with purchases in the application.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2014 - Present</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">KHARKOV MILITARY UNIVERSITY</h3>
<div class="subheading mb-3">Bachelor of Science<br><span style="font-size: 1rem;">< Radio engineering and electronics /></span></div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 1998</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">COMPUTER ACADEMY STEP</h3>
<div class="subheading mb-3">Android Developer<br><span style="font-size: 1rem;">< 9 month training duration /></span></div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2014</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">LARGE KHARKOV IT COMPANY</h3>
<div class="subheading mb-3">PHP+CMS intensive courses<br><span style="font-size: 1rem;">< 3 month training duration /></span></div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">April 2019</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<i class="devicons devicons-php"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-html5"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-sass"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-javascript"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-jquery"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-bootstrap"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-wordpress"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-mysql"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-linux"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-ubuntu"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-github"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-photoshop"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicon-gimp-plain"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicon-phpstorm-plain"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-java"></i>
</li>
<li class="list-inline-item">
<i class="devicons devicons-android"></i>
</li>
</ul>
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Mobile-First, Responsive Design</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Browser Testing & Debugging</li>
<li>
<i class="fa-li fa fa-check"></i>
Vulnerability testing
</li>
<li>
<i class="fa-li fa fa-check"></i>
Agile Development & Scrum</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">Interests</h2>
<p>I love spending most of my time outdoors, riding a mountain bike and traveling around my country. I like to spend time with my family, with my son. My son and I loves building various projects on the Arduino platform. Sometimes we travel back in time and make programs on very old computers, like a Spectrum, Specialist and Junior :)</p>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">Some Projects & Applications (developed and supported by me)</h2>
<div class="subheading mb-3">Optovik</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://baza.biz.ua/">BAZA</a> ● Opencart 2.3 + 1C, store, 100-200 visitors per day</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://www.magnit.in.ua/">Magnit</a> ● Opencart 2.3, store for used home appliances</li>
</ul>
<br>
<div class="subheading mb-3">Freelance WEB</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://cloth.in.ua/">Cloth Modern</a> ● Wordpress, site on the first page of Google's search results by request "Купить шторы Харьков" or "Магазин штор в Харькове"</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://ptashka.od.ua/">Ptashka</a> ● The site of a professional Odessa photographer</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="http://www.skinia.pl/">Skinia</a> ● Russian-speaking Christian Church SKINIA in Warsaw</li>
</ul>
<br>
<div class="subheading mb-3">Freelance Android</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://play.google.com/store/apps/details?id=ua.com.spasetv.testintuitions">Test Intuitions</a> ● The application, 100 000+ downloads</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://play.google.com/store/apps/details?id=ua.com.spacetv.mycookbook">My Cook Book</a> ● The application, 100 000+ downloads</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
<a href="https://play.google.com/store/apps/details?id=ua.com.spacetv.epidemic">Epidemic</a> ● A little game</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="assets/jquery/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="assets/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>