-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (350 loc) · 14.2 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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="./style.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body>
<div class="wrapper">
<div class="cover cover-left"></div>
<div class="cover cover-right"></div>
<div class="book">
<div class="book-page page-left">
<div class="profile-page">
<img src="./images/photo.jpeg" alt="photo" />
<h1>Oksana Jarantowska</h1>
<h3>Front End Developer</h3>
<div class="social-media">
<a href="https://github.com/oxica"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/oxica/"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.facebook.com/oxi.kaplban"><i class="bx bxl-facebook"></i></a>
</div>
<p>
I am a Front End Developer looking for a full-time position. My goal as a developer is to improve my knowledge and programming
skills everythink. I learned HTML5, CSS3, JavaScript, React, Redax. I continue my studies and in the near future I will study
NodeJS, MongoDB on the course.
</p>
<p>
I will allways learn and develop to become a good specialist in your
company.
</p>
<div class="btn-box">
<a href="https://github.com/oxica/cv" class="btn">Download CV</a>
<a href="#" class="btn contact-me">Contact me</a>
</div>
</div>
</div>
<div class="book-page page-right turn" id="turn-1">
<div class="page-front">
<h1 class="title">Work experience</h1>
<div class="workeduc-box">
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2022 - 2024 Poland</span
>
<h3>Sp. z o.o. "KINOKO"</h3>
<p>- learned Polish to a communicative level</p>
<p>- helped improve the website</p>
</div>
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2016 - 2022 Ukraine</span
>
<h3>Food Blogger own WordPress sites</h3>
<p>- created the semantic core of the site</p>
<p>- wrote articles</p>
<p>- took author's photos for articles</p>
</div>
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2018 - 2020 Ukraine</span
>
<h3>Accountant in a Public organization ST"DELTA"</h3>
<p>- automated accounting processes</p>
<p>
- created social channels for informing members of the
organization
</p>
<p>- created the official website of the organization</p>
</div>
</div>
<span class="number-page">1</span>
<span class="nextprev-btn" data-page="turn-1">
<i class="bx bx-chevron-right"></i>
</span>
</div>
<div class="page-back">
<h1 class="title">Education</h1>
<div class="workeduc-box">
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2009 - 2010</span
>
<h3>Vinnytsia National Agrarian University</h3>
<p>Specialist, Management of organization</p>
</div>
<h3 class="workeduc-pretitle">Additional education</h3>
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2021 – 2022</span
>
<h3>IT School GoIT</h3>
<p>Front-end Developer</p>
</div>
<div class="workeduc-content">
<span class="year"
><i class="bx bx-calendar"></i>2021 - 2024</span
>
<h3>Udemy</h3>
<a
href="https://github.com/oxica/cv/tree/main/certificates"
></a>
<h4 class="workeduc-courses">
Creating HTML5 games with JavaScript and Canvas
</h4>
<a
class="workeduc-text"
href="https://github.com/oxica/cv/tree/main/certificates"
>Credential ID UC-c10b155b-92cb-47cf-815a-be2a60d45c86</a
>
<h4 class="workeduc-courses">
50 Projects In 50 Days - HTML, CSS & JavaScript
</h4>
<a
class="workeduc-text"
href="https://github.com/oxica/cv/tree/main/certificates"
>Credential ID UC-866846b1-6c69-4e28-b791-df41e7ee9255</a
>
<h4 class="workeduc-courses">
[2022] Programowanie w JavaScript od Zera do Mastera
</h4>
<a
class="workeduc-text"
href="https://github.com/oxica/cv/tree/main/certificates"
>Credential ID UC-417a1a7b-f3d2-41d1-b3bf-e30082eac83f</a
>
</div>
</div>
<span class="number-page">2</span>
<span class="nextprev-btn back" data-page="turn-1">
<i class="bx bx-chevron-left"></i>
</span>
</div>
</div>
<div class="book-page page-right turn" id="turn-2">
<div class="page-front">
<h1 class="title">My services</h1>
<div class="services-box">
<div class="services-content">
<!-- <i class='bx bx-code-alt'></i> -->
<div class="services-pretext">
<h3>Filmoteka</h3>
<h5>JavaScript, Parcel, HTML5, CSS, SASS, GitHub</h5>
<p class="services-text">
On the team project, I performed the tasks of a team lead.
My main responsibilities included developing the basic
structure of the project.
</p>
</div>
<div class="services-btn">
<a
href="https://github.com/oxica/project-filmoteka"
class="btn"
>Read more</a
>
</div>
</div>
<div class="services-content">
<!-- <i class='bx bx-code-alt'></i> -->
<div class="services-pretext">
<h3>Ice-Cream</h3>
<h5>HTML5, CSS, SASS, JavaScript, Parcel, GitHub</h5>
<p class="services-text">
A team-project related to the creation of a landing page for
the practice of learned technologies in teamwork. On the
project, I performed the tasks of a team lead.
</p>
</div>
<div class="services-btn">
<a href="https://github.com/oxica/special-team" class="btn"
>Read more</a
>
</div>
</div>
<div class="services-content">
<!-- <i class='bx bx-code-alt'></i> -->
<div class="services-pretext">
<h3>Web Studio</h3>
<h5>HTML5, CSS, SASS, GitHub</h5>
<p class="services-text">
A responsive web-page layout, which applies all best
practices taken from BEM methodology.
</p>
</div>
<div class="services-btn">
<a
href="https://github.com/oxica/-goit-markup-hw-08"
class="btn"
>Read more</a
>
</div>
</div>
</div>
<span class="number-page">3</span>
<span class="nextprev-btn" data-page="turn-2">
<i class="bx bx-chevron-right"></i>
</span>
</div>
<div class="page-back">
<h1 class="title">My skills</h1>
<div class="skills-box">
<div class="skills-content">
<div class="techskills-content">
<h3>Tech skills</h3>
<div class="content">
<span><i class="bx bxl-html5"></i>HTML5</span>
<span><i class="bx bxl-css3"></i>CSS3</span>
<span><i class="bx bxl-javascript"></i>JS ES5</span>
<span><i class="bx bxl-react"></i>React</span>
<span><i class="bx bxl-sass"></i>SASS</span>
<span><i class="bx bxl-bootstrap"></i>Bootstrap</span>
<span><i class="bx bxl-git"></i>Git</span>
<span><i class="bx bx-exit"></i>Npm</span>
<span
><i class="bx bx-sitemap"></i>RESTful Services and
APIs</span
>
<span
><i class="bx bx-devices"></i>Responsive and Mobile
Design</span
>
<span><i class="bx bxl-tailwind-css"></i>Tailwind</span>
<span><i class="bx bxl-figma"></i>Figma</span>
<span><i class="bx bx-code-alt"></i>VS Code</span>
<span
><i class="bx bx-code-block"></i>Browser developer
tools</span
>
</div>
</div>
<div class="softskills-content">
<h3>Soft skills</h3>
<div class="content">
<span><i class="bx bx-smile"></i>Goal-oriented </span>
<span><i class="bx bx-smile"></i>Responsible</span>
<span
><i class="bx bxl-microsoft-teams"></i>Work in a team
</span>
<span
><i class="bx bx-timer"></i>Punctual, with organizational
skills</span
>
<span><i class="bx bxs-hand"></i>Without bad habits</span>
<span><i class="bx bx-wink-smile"></i>Problem solving</span>
<span><i class="bx bx-bulb"></i>Creativity</span>
</div>
<h3>Lenguages</h3>
<div class="content">
<span
><i class="bx bx-signal-3"></i>English -
Pre-Intermediate</span
>
<span
><i class="bx bx-signal-3"></i>Polish -
Pre-Intermediate</span
>
<span
><i class="bx bx-signal-5"></i>Ukrainian - Native</span
>
<span><i class="bx bx-signal-5"></i>Russian - Native</span>
</div>
</div>
</div>
</div>
<span class="number-page">4</span>
<span class="nextprev-btn back" data-page="turn-2">
<i class="bx bx-chevron-left"></i>
</span>
</div>
</div>
<div class="book-page page-right turn" id="turn-3">
<div class="page-front">
<h1 class="title">Latest project</h1>
<div class="portfolio-box">
<div class="img-box">
<img src="./images/code.jpg" alt="code" />
</div>
<div class="info-box">
<div class="info-title">
<h3>Project</h3>
<a href="https://oxica.github.io/dragon/"
>Live preview <i class="bx bx-link-external"></i
></a>
</div>
<p>Tech used:</p>
<p>HTML, CSS, JavaScript</p>
</div>
<div class="btn-box">
<a href="https://github.com/oxica/dragon" class="btn"
>Source code</a
>
<a href="https://github.com/oxica?tab=repositories" class="btn"
>More Projects</a
>
</div>
</div>
<span class="number-page">5</span>
<span class="nextprev-btn" data-page="turn-3">
<i class="bx bx-chevron-right"></i>
</span>
</div>
<div class="page-back">
<h1 class="title">Contact me</h1>
<div class="contact-box">
<form action="#">
<input
type="text"
class="field"
placeholder="Full name"
required
/>
<input
type="email"
class="field"
placeholder="e-mail"
required
/>
<textarea
name=""
id=""
cols="30"
rows="10"
class="field"
placeholder="Your Messege"
required
></textarea>
<input type="submit" class="btn" value="Send Messege" />
</form>
</div>
<span class="number-page">6</span>
<span class="nextprev-btn back" data-page="turn-3">
<i class="bx bx-chevron-left"></i>
</span>
<a href="#" class="back-profile">
<p>Profile</p>
<i class="bx bx-user"></i>
</a>
</div>
</div>
</div>
</div>
<script src="./index.js"></script>
</body>
</html>