-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
453 lines (440 loc) · 26.1 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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=320, height=device-height" />
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicons/favicon-32x32.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Pacifico|Roboto:light-italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./styles/animsition.min.css">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/animate.css">
<link rel="stylesheet" href="./styles/jquery-ui.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> -->
<script rel="script" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script rel="script" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>
<!-- <script rel="script" src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> -->
<script rel="script" src="./scripts/waypoints/jquery.waypoints.min.js"></script>
<script rel="script" src="./scripts/waypoints/inview.js"></script>
<title>About Borislav Lazarov</title>
</head>
<body>
<div class="wrapper">
<!--ScrollToTop-->
<section>
<div class="row">
<div class="col-md-12">
<div id="top-btn">
<i class="fa fa-angle-up"></i>
</div>
</div>
</div>
</section>
<!--Banner-->
<section>
<div class="banner dark-translucent">
<div class="container-banner">
<div class="row">
<div class="col-md-12 text-center col-md-offset-2 pv-20">
<h3 class="myName wow fadeInUp">Borislav Lazarov</h3>
</div>
<div class="separator object-non-visible mt-10 object-visible wow fadeInUp">
</div>
<div class="col-md-12 text-center col-md-offset-2 pv-20">
<h5 class="text-monospace font-weight-light headerDesc wow fadeInUp">
<p class="b-description">Software Developer</p>
</h5>
</div>
</div>
</div>
</div>
</section>
<!--About Me-->
<section>
<div class="container mt-5">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="wow fadeInDown title">About <b>Me</b></h1>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-8">
<dl class="wow fadeInUp textStyle">
<dd>
<p>Hello, I'm <strong>Borislav Lazarov</strong>, and I'm an enthusiastic web developer. I have a wide range of skills in the field of web development, including, but not limited to:</p>
</dd>
<dd>
<p>One of my strengths is my ability to quickly learn new things, and I'm highly dedicated to enhancing my programming skills.</p>
</dd>
<dd>
<p>I'm always committed and devoted to my work, and I'm open to collaborations and other opportunities.</p>
</dd>
</dl>
</div>
<div class="col-md-4">
<img src="./img/MyThumb.png" class="animated fadeInUp img-fluid myPhoto" alt="Responsive image">
</div>
</div>
</div>
</section>
<!--Skills & Experience-->
<section>
<div class="container">
<div class="row">
<!--Professional Experience-->
<div class="col-md-6 mt-5">
<h1 class="wow fadeInUp text-center title">Professional <b>Experience</b></h1>
<hr />
<div class="accordion wow fadeInUp" id="accordion-pe">
<h3 class="textStyle"><b>Software Developer - KPMG ITS</b></h3>
<div>
<dl class="textStyle">
<dd><b>Time Interval:</b> <span class="text-description">Aug 2021 - Present</span>
</dd>
<dd><b>Responsibilities:</b> <span class="text-description">Working as a Web Developer.
The main responsibilities include working on already existing projects and developing new ones. Building comprehensive UI components and applications.
Working with API and integrating it with the client-side.
</span></dd>
<dd><b>Tech Stack:</b> <span class="text-description">React, JavaScript(TypeScript),
MobX, Angular,
Azure DevOps, Git.</span></dd>
</dl>
</div>
<h3 class="textStyle"><b>Software Developer - OneBit Software</b></h3>
<div>
<dl class="textStyle">
<dd><b>Time Interval:</b> <span class="text-description">July 2019 - May 2021</span>
</dd>
<dd><b>Responsibilities:</b> <span class="text-description">Working as a Developer.
The main responsibilities
include developing a
particular task.
Most commonly end-to-end (Backend and Frontend), also end-to-end testing the
web
API and the client-side.</span></dd>
<dd><b>Tech Stack:</b> <span class="text-description">ASP.NET Core WebApi, MongoDB,
React, JavaScript(TypeScript),
MobX, AngularJS,
Azure DevOps, Git.</span></dd>
</dl>
</div>
</div>
</div>
<!--Professional Skills-->
<div class="col-md-6 mt-5">
<h1 class="wow fadeInUp text-center title">Professional <b>Skills</b>
</h1>
<hr />
<div id="progressBars" class="wow fadeInUp">
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="95">
<span class="text-left pl-2">React</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="90">
<span class="text-left pl-2">TypeScript</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="90">
<span class="text-left pl-2">JavaScript</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="60">
<span class="text-left pl-2">Angular</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="90">
<span class="text-left pl-2">HTML & CSS</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="20"><span
class="text-left pl-2">C#</span></div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="90">
<span class="text-left pl-2">OOP</span>
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success bar" aria-valuemax="95">
<span class="text-left pl-2">Clean Code</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Certificates-->
<section>
<div class="container mt-5">
<div class="row">
<div class="col-md-12">
<h1 class="wow fadeInUp title">
<b>Certificates</b>
</h1>
<h3 class="wow fadeInUp textStyle text-center">Click for details</h3>
<hr />
</div>
</div>
</div>
<div class="container-fluid padding-seven-lr cert">
<div class="feature-box feature-box-7 d-flex justify-content-center flex-wrap">
<!--Programming Basics-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.3s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/PBCert.png" height="225" width="180"
data-target="#myModal">
<div id="pbModal" class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/PbCertF.png" width="331"
height="456">
<div class="caption">
<p>Programming Basics C#</p>
<a href="https://softuni.bg/certificates/details/56636/8b08c9d3"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--Programming Fundamentals-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.3s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/pfCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/pfCertF.png" width="331"
height="456">
<div class="caption">
<p>Programming Fundamentals</p>
<a href="https://softuni.bg/certificates/details/55823/ca46e274"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--Software Technologies-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.3s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/stCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/stCertF.png" width="331"
height="456">
<div class="caption">
<p>Software Technologies</p>
<a href="https://softuni.bg/certificates/details/56921/dbb8d7a0"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--C# Advanced-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.3s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/caCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/caCertF.png" width="331"
height="456">
<div class="caption">
<p>C# Advanced</p>
<a href="https://softuni.bg/certificates/details/58213/1bfcfba0"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--C# OOP Basics-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.3s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/cbCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/cbCertF.png" width="331"
height="456">
<div class="caption">
<p>C# OOP Basics</p>
<a href="https://softuni.bg/certificates/details/59861/7b7f1657"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--C# OOP Advanced-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.4s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/coaCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/coaCertF.png" width="331"
height="456">
<div class="caption">
<p>C# OOP Advanced</p>
<a href="https://softuni.bg/certificates/details/61338/6f205a37"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--JS Fundamentals-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.4s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/jsfCertF.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/jsfCertF.png" width="331"
height="456">
<div class="caption">
<p>JavaScript Fundamentals</p>
<a href="https://softuni.bg/certificates/details/62639/76560cc8"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--JS Advanced-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.4s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/jsad.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/jsadF.png" width="331" height="456">
<div class="caption">
<p>JavaScript Advanced</p>
<a href="https://softuni.bg/certificates/details/64007/588093de"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--JS Apps-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.4s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/jsapCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/jsapCertF.png" width="331"
height="456">
<div class="caption">
<p>JavaScript Applications</p>
<a href="https://softuni.bg/certificates/details/65133/196f406f"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--MSSQL-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.5s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/dbbCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/dbbCertF.png" width="331"
height="456">
<div class="caption">
<p>Databases Basics - MS SQL Server</p>
<a href="https://softuni.bg/certificates/details/65029/5138aef2"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--Entity Framework-->
<div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.5s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/dbaCert.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/dbaCertF.png" width="331"
height="456">
<div class="caption">
<p>Databases Advanced - Entity Framework Core</p>
<a href="https://softuni.bg/certificates/details/65029/5138aef2"
target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div>
<!--SOON-->
<!-- <div class="col-xl-3 col-md-6 padding-15px-tb wow fadeInRight last-paragraph-no-margin"
data-wow-delay="0.5s">
<div class="box border-none bg-white box-shadow-large">
<img class="phover" src="./img/certificates/soon.png" height="225" width="180"
data-target="#myModal">
<div class="modal">
<span class="close">×</span>
<img class="modal-content" src="./img/certificates/soonF.png" width="331" height="456">
<div class="caption">
<p>Soon</p>
<a href="" target="_blank">Check Validity Here</a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- Footer -->
<section>
<footer class="wow fadeInDown card-footer mt-3">
<div class="container b-footer-container">
<div class="footer-copyright text-center textStyle b-footer-color">Copyright © 2024 All Rights
Reserved
<a href="https://github.com/blazarow09/blazarow.github.io">Borislav Lazarov (Source Code)</a>
</div>
</div>
</footer>
</section>
</div>
<script src="./scripts/wow.js/wow.min.js"></script>
<script src="./scripts/wow.js/wowInit.js"></script>
<script src="./scripts/main/AccordionInit.js"></script>
<script src="./scripts/main/ScrollToTop.js"></script>
<script src="./scripts/main/CertificatesModal.js"></script>
<script src="./scripts/main/ProgressBarIncrease.js"></script>
<script src="./scripts/animsition/animsition.min.js"></script>
<script src="./scripts/animsition/animsitionInit.js"></script>
</body>
</html>