-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
290 lines (243 loc) · 10.7 KB
/
index.html
File metadata and controls
290 lines (243 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>CV</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./css/media.css">
</head>
<body>
<div class="container">
<!-- main container -->
<div class="wrapper">
<aside class="sidebar">
<div class="wrapper-photo">
<img class="my-photo" src="./img/foto.jpg" alt="My photo" />
</div>
<!-- contacts -->
<div class="contacts">
<h3 class="contacts-title">Contacts</h3>
<div>
<span class="contacts-link-type">C:</span>
<a class="contacts-link" href="tel:+38 063 385 12 55">+38 063 385 12 55</a>
</div>
<div>
<span class="contacts-link-type">E:</span>
<a class="contacts-link" href="mailto:helenchekanovska@gmail.com">helenchekanovska@gmail.com</a>
</div>
</div>
<!-- Tech Skills -->
<div class="tech-scills-container">
<h3 class="tech-scills-title">Tech Skills</h3>
<ul>
<li class="tech-scills-item">
<span class="tech-scills-text">Java SE (entry level)</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Maven</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Git</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Selenium</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">RESTAssured</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">MySQL (entry level)</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">JavaScript (entry level)</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">HTML5, CSS3, SASS</span>
</li>
</ul>
</div>
<!-- Soft Skills -->
<div class="tech-scills-container">
<h3 class="tech-scills-title">Soft Skills</h3>
<ul>
<li class="tech-scills-item">
<span class="tech-scills-text">PhpStorm</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Visual Studio Code</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Adobe Photoshop (entry level)</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">IntelliJ IDEA
</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Jira
</span>
</li>
<li class="tech-scills-item">
<span class="tech-scills-text">Trello
</span>
</li>
</ul>
</div>
</aside>
<!-- about me container -->
<div class="about-me-container">
<!-- about me main info -->
<div class="box-container">
<h2 class="profession">QA Specialist</h2>
<h1 class="name">Olena Kerenykevych</h1>
<p class="description">
I am an enterprising novice specialist intending to continue my upgrowth as a QA Specialist. I have a logical
mind. I think in terms of result and objectives, I am entusiastic. I have a proactive attitude and find
positive way to stimulate and go with people.
</p>
</div>
<!-- education -->
<div class="box-container">
<h3 class="about-me-title">Education</h3>
<!-- education 1 -->
<div>
<h4 class="education-title">Petro Mohyla Black Sea State University</h4>
<h5 class="profession">Environmental protection, Master of Ecology</h5>
<span class="profession-time">
2006 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- education 2 -->
<div>
<h4 class="education-title">GeeksForLess Inc.</h4>
<h5 class="profession">Automated Testing</h5>
<span class="profession-time">
2021 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- education 3 -->
<div>
<h4 class="education-title">PeaPod IT School</h4>
<h5 class="profession">Front-End + WordPress</h5>
<span class="profession-time">
2020 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- education 4 -->
<div>
<h4 class="education-title">Online course Udemi</h4>
<h5 class="profession">HTML, CSS, JS</h5>
<span class="profession-time">
2020 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- education 5 -->
<div>
<h4 class="education-title">Course Java Core</h4>
<h5 class="profession">Java</h5>
<span class="profession-time">
2017 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
</div>
<!-- work experience -->
<div class="box-container">
<h3 class="about-me-title">Experience</h3>
<!-- company 1 -->
<div>
<h4 class="profession-title">Head of waste department <span class="profession-company"> LTD Company «Limit Plus Company» </span> </h4>
<span class="profession-time">
Year 2018 - up to now <span class="profession-divider"> | </span> Ukraine
</span>
<ul class="profession-duties">
<li class="profession-duties-item">
planning of the department activities
</li>
<li class="profession-duties-item">providing of working meetings</li>
<li class="profession-duties-item">
working with the base of the clients (contacts)
</li>
<li class="profession-duties-item">agreeing technical details</li>
<li class="profession-duties-item">developing of ecological documentation</li>
</ul>
</div>
<!-- company 2 -->
<div>
<h4 class="profession-title">Leading environmental engineer / Ecologist of the highest category <span class="profession-company"> JSC MYKOLAYIVGAS </span> </h4>
<span class="profession-time">
Years 2011 - 2018 <span class="profession-divider"> | </span> Ukraine
</span>
<ul class="profession-duties">
<li class="profession-duties-item">
working with developer for creating programming software which was calculating ecological data and providing tables required for the documentation
</li>
<li class="profession-duties-item">providing of working meetings for educating other departments in ecological documentation</li>
<li class="profession-duties-item">
agreeing technical details
</li>
<li class="profession-duties-item">developing of ecological documentation</li>
</ul>
</div>
<!-- company 3 -->
<div>
<h4 class="profession-title">Ecologist <span class="profession-company"> JSC PLANT EKVATOR </span> </h4>
<span class="profession-time">
Years 2009 - 2011 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- company 4 -->
<div>
<h4 class="profession-title">Sales manager <span class="profession-company"> JSC Diaman </span> </h4>
<span class="profession-time">
Years 2008 - 2009 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
<!-- company 4 -->
<div>
<h4 class="profession-title">Sales Assurance Specialist <span class="profession-company"> JSC Alfa Bank </span> </h4>
<span class="profession-time">
Year 2007 - 2007 <span class="profession-divider"> | </span> Ukraine
</span>
</div>
</div>
<!-- languages container -->
<div class="box-container">
<h3 class="about-me-title">Languages</h3>
<ul class="profession-duties">
<li class="profession-duties-item">
Ukrainian - Mother tongue
</li>
<li class="profession-duties-item">English - Pre Intermediate</li>
<li class="profession-duties-item"> German - Pre Intermediate</li>
</ul>
</div>
<!-- projects container -->
<div class="box-container">
<h3 class="about-me-title">Portfolio</h3>
<ol>
<li class="projects-item">
<a class="projects-link"
href="https://mikitheartist.github.io/design_and_develop.github.io/.">https://mikitheartist.github.io/design_and_develop.github.io/</a>
<span> <b>[</b><span class="tech-name"> HTML5, CSS3 </span><b>]</b></span>
</li>
<li class="projects-item">
<a class="projects-link"
href="https://mikitheartist.github.io/silon.github.io/">https://mikitheartist.github.io/silon.github.io/</a>
<span><b>[</b><span class="tech-name"> HTML5, CSS3 </span><b>]</b></span>
</li>
<li class="projects-item">
<a class="projects-link"
href="https://mikitheartist.github.io/walking_with_diana.github.io/">https://mikitheartist.github.io/walking_with_diana.github.io/</a>
<span><b>[</b><span class="tech-name"> JS, HTML, CSS</span><b>]</b></span>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>