-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
354 lines (334 loc) · 13.1 KB
/
index.html
File metadata and controls
354 lines (334 loc) · 13.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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!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>Vladyslav Chulii - Personal Portfolio</title>
<link rel="shorcut icon" type="image/svg" href="./images/me/favicon.svg" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/main.min.css" />
<link rel="stylesheet" href="./vendor/owl.carousel/owl.carousel.min.js" />
<link rel="stylesheet" href="./vendor/remixicon/remixicon.css" />
<link rel="stylesheet" href="./vendor/venobox/venobox.min.css" />
<link rel="stylesheet" href="./vendor/bootstrap/css/bootstrap.min.css" />
<link href="./vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./vendor/icofont/icofont.min.css" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="index.html">Vladyslav Chulii</a></h1>
<h2 style="color: #fff">I'm <span class="typing" style="color: #12d640"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active">
<a href="#header"> <span>Home</span></a>
</li>
<li>
<a href="#about"><span>About</span></a>
</li>
<li>
<a href="#education"> <span>Education</span></a>
</li>
<li>
<a href="#experience"> <span>Experience</span></a>
</li>
<!-- <li><a href="#projects"> <span>Projects</span></a></li>-->
<li>
<a href="#portfolio"> <span>Projects</span></a>
</li>
<li>
<a href="#skills"> <span>Skills</span></a>
</li>
<li>
<a href="#" target="_blank"> <span>Resume</span></a>
</li>
<li>
<a href="#links" target="_blank"> <span>Links</span></a>
</li>
<li>
<a href="#contacts"> <span>Contact</span></a>
</li>
</ul>
</nav>
<!-- .nav-menu -->
<div class="social-links">
<a
href="https://www.linkedin.com/in/vladyslav-chulii-86b458158/"
target="_blank"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<a href="https://github.com/esqanbum" target="_blank" class="github"
><i class="bx bxl-github"></i
></a>
<a href="mailto:vladyslav.chulii@gmail.com" target="_blank" class="google"
><i class="bx bx-mail-send"></i
></a>
</div>
</div>
</header>
!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="./images/me/meorg.jpg" class="img-fluid" alt="" />
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p class="txt-about-me">
As a front-end developer, I have a passion for creating visually appealing and
user-friendly websites.
</p>
<p class="txt-about-me">
My background as a student at GO IT Academy has provided me with a strong foundation
in web development, and I am constantly seeking to expand my knowledge and skills.
</p>
<p class="txt-about-me">
I have a deep appreciation for the creative process of coding, and I take pride in my
ability to turn complex problems into clean, efficient solutions.
</p>
<p></p>
<div class="row infb">
<div class="col-lg-6">
<ul>
<li class="txt-about-me">
<i class="icofont-rounded-right"></i> <strong>Birthday:</strong> 01 Jule 1997
</li>
<li class="txt-about-me">
<i class="icofont-rounded-right"></i> <strong>Phone:</strong> +48 881 54 73 73
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li class="txt-about-me">
<i class="icofont-rounded-right"></i> <strong>City:</strong> Warsaw, Poland.
</li>
<li class="txt-about-me">
<i class="icofont-rounded-right"></i>
<strong>Email:</strong> vladyslav.chulii@gmail.com
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End About Me -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-code-box-line" style="color: #ffbb2c"></i>
<h3 class="txt-about-me">Software Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-settings-2-fill" style="color: #5578ff"></i>
<h3 class="txt-about-me">Backend Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-window-fill" style="color: #e80368"></i>
<h3 class="txt-about-me">Frontend Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-smartphone-line" style="color: #1c7d32"></i>
<h3 class="txt-about-me">Responsive Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-code-s-slash-fill" style="color: #28a745"></i>
<h3 class="txt-about-me">Software Engineering</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #47aeff"></i>
<h3 class="txt-about-me">Algorithms</h3>
</div>
</div>
</div>
</div>
<!-- End Interests -->
</section>
<!-- End About Section -->
<!-- ======= Education Section ======= -->
<section id="education" class="services">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="sec-wrap">
<div class="row">
<div class="col-lg-12" data-aos="fade-up" style="display: block">
<a href="https://goit.global/pl/" target="_blank"
><img
style="background-color: #fff; width: 400px; height: 120px"
src="./images/study/goit.png"
class="img-fluid"
alt="PucMinas"
/></a>
<h5 style="text-align: left; color: #12d640; margin-top: 20px; margin-bottom: 30px">
September 2022 - Present
</h5>
<h6 style="text-align: left; color: #2dc2b3; padding: 0px 10px">
Full Stack Developer
</h6>
<ul style="text-align: left; color: #fff">
<li>HTML CSS SASS</li>
<li>Java Script</li>
<li>React</li>
<li>Node.js</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up" style="display: block">
<a href="https://en.uitm.edu.eu/" target="_blank"
><img
style="width: 400px; height: 120px"
src="./images/study/uitm.jpeg"
class="img-fluid"
alt="PucMinas"
/></a>
<h5 style="text-align: left; color: #12d640; margin-top: 20px; margin-bottom: 30px">
September 2014 - May 2018
</h5>
<h6 style="text-align: left; color: #2dc2b3; padding: 0px 10px">IT Logistics</h6>
<ul style="text-align: left; color: #fff">
<li>Algorithms and Werhouse Managment</li>
<li>ERP</li>
<li>Business intelligence</li>
<li>Process modeling</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Start Links Section -->
<section id="links" class="services">
<div id="container">
<a class="profile_link" href="#" target="_blank" rel="noopener noreferrer">
<img
class="profile"
src="https://avatars.githubusercontent.com/u/114604056?v=4"
alt="Profile"
/>
</a>
<div class="links-container">
<strong class="description txt-about-me">Getting in touch! 👋 </strong>
<a class="link" href="https://github.com/esqanbum" target="_blank">
<img class="logo" src="./images/links/github.svg" alt="GitHub Logo" />
GitHub
</a>
<a
class="link"
href="https://www.linkedin.com/in/vladyslav-chulii-86b458158/"
target="_blank"
>
<img class="logo" src="./images/links/linkedin.svg" alt="Linkedin Logo" />
Linkedin
</a>
<!-- <a class="link" href="https://www.youtube.com/channel/UC7-8rt7JfhsmVpe-KAlaLHw" target="_blank">
<img class="logo" src="./assets/img/links/youtube.svg" alt="Youtube Logo">
Youtube
</a>
<a class="link" href="https://www.instagram.com/lcs2001_/" target="_blank">
<img class="logo" src="./assets/img/links/instagram.svg" alt="Instagram Logo">
Instagram
</a> -->
</div>
</div>
</section>
<!-- End Links Section -->
<!-- Start Contact Section -->
<section id="contacts" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>Warsaw</p>
<p>Poland</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/vladyslav-chulii-86b458158/" target="_blank" class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<a href="https://github.com/esqanbum" target="_blank" class="github"
><i class="bx bxl-github"></i
></a>
<a href="mailto:vladyslav.chulii@gmail.com" target="_blank" class="google"
><i class="bx bx-mail-send"></i
></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email</h3>
<p>vladyslav.chulii@gmail.com</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-phone-call"></i>
<h3>Contact</h3>
<p>+48 881 54 73 73</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<script src="./vendor/counterup/counterup.min.js"></script>
<script src="./vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="./vendor/jquery/jquery.min.js"></script>
<script src="./vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="./vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="./vendor/venobox/venobox.min.js"></script>
<script src="./vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./js/typed.js"></script>
<script type="text/javascript">
const typed = new Typed('.typing', {
strings: ['Coder', 'Student of GO IT Acadamy', 'Front end Developer'],
loop: true,
typeSpeed: 65,
backSpeed: 65,
});
</script>
<script src="./js/main.js"></script>
</body>
</html>