-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-resume.html
581 lines (454 loc) · 41 KB
/
my-resume.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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I-M-Marinov-CV</title>
<link rel="icon" type="image/x-icon" href="/resume/images/ICO/favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<link rel="stylesheet" href="./style/print-resume.css">
<script src="/script/script.js"></script>
</head>
<body>
<div id="start" class="main-container">
<nav class="navigation">
<div>
<ul>
<a href="./index.html">
<div class="tab">
<li>Home.cs</li>
</div>
</a>
<a href="./about-me.html">
<div class="tab">
<li>About-Me.cs</li>
</div>
</a>
<a href="./projects.html">
<div class="tab">
<li>Projects.cs</li>
</div>
</a>
<a href="./my-resume.html">
<div class="tab special">
<li>My-Resume.cs</li>
</div>
</a>
</ul>
</div>
</nav>
<div class="bottom-container">
<div class="app-container" >
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">1</span><p>using <span class="usings">System<span class="semicolon">;</span></span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">2</span><p>using <span class="usings">System.Text<span class="semicolon">;</span></span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">3</span><p>using <span class="usings">Ivan-Marinov-Portfolio.My-Resume<span class="semicolon">;</span></span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left:0.60em;">4</span><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number"style="margin-left: 0.60em;">5</span><p>namespace <span class="usings">Ivan-Marinov-Portfolio</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">6</span><p>{</p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">7</span><p style="margin-left: 25px;">static string <span class="method"><strong>PrintResume<span class="parentheses">()</span></strong></span></p></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">8</span><p style="margin-left: 2em;">{</p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number" style="margin-left: 0.60em;">9</span><p style="margin-left: 4em;"><span class="console">StringBuilder</span><span class="variable"> resume </span><span class="equals">=</span><span class="new-keyword"> new </span><span class="console">StringBuilder</span><span class="execute-method">()</span><span class="semicolon">;</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">10</span><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">11</span><p style="margin-left: 4em;"><span class="foreach-cycle">foreach </span><span class="execute-method">(</span>var<span class="variable"> myResumeItem </span> <span class="in-keyword">in</span> <span class="collection">portfolio</span><span class="execute-method">)</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">12</span><p style="margin-left: 3.5em;">{</p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">13</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable">myResumeItem.Name</span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">14</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-contact-info" onclick="scrollToSection('id-contact-info')">myResumeItem.ContactInfo</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">15</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-education" onclick="scrollToSection('id-education')">myResumeItem.Education</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">16</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-certification" onclick="scrollToSection('id-certification')">myResumeItem.Certification</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">17</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-experience" onclick="scrollToSection('id-experience')">myResumeItem.Experience</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">18</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-tech-skills" onclick="scrollToSection('id-tech-skills')">myResumeItem.TechSkills</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">19</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-soft-skills" onclick="scrollToSection('id-soft-skills')">myResumeItem.SoftSkills</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">20</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-projects" onclick="scrollToSection('id-projects')">myResumeItem.Projects</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">21</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-additional-info" onclick="scrollToSection('id-languages')">myResumeItem.Languages</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">22</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-additional-info 2" onclick="scrollToSection('id-passions')">myResumeItem.Passions</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">23</span><p style="margin-left: 5.50em;"><span class="variable">sb</span><span class="dot">.</span><span class="writeline">AppendLine</span><span class="execute-method">(</span><span class="text">$"<span class="execute-method">{</span><span class="variable"><a href="#id-additional-info 3" onclick="scrollToSection('id-additional-skills')">myResumeItem.AdditionalSkills</a></span><span class="execute-method">}</span>"<span class="execute-method">)</span><span class="semicolon">;</span><span class="comment click"> // click me</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">24</span><p style="margin-left: 3.5em;">}</p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">25</span><p style="margin-left: 4em;"><span class="return-keyword">return </span><span class="variable">resume</span><span class="dot">.</span><span class="writeline">ToString</span><span class="execute-method">()</span><span class="dot">.</span><span class="writeline">Trim</span><span class="execute-method">()</span><span class="semicolon">;</span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">26</span><p style="margin-left: 2em;">}</p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">27</span><p style="margin-left: 1em;"><span class="method"><strong><a href="#resume-start">PrintResume</a></strong><span class="execute-method">()</span><span class="semicolon">;</span></strong><span class="comment click"> // click the method to execute</span></span></p><br></li>
</ol>
<ol class="code-row">
<li><span class="row-number">28</span><p>}</p><br></li>
</ol>
</div>
<div class="solution-explorer">
<div class="row"><p><img class="solution-icon" src="./icons/devblog-brand-visualstudio2022.png" alt="solution-icon">Solution 'Ivan-Marinov-Portfolio'</p></div>
<div class="row"><ul style="margin-left: 1.5em;"><img class="solution-csharp-icon" src="./icons/file_type_csharp_icon.png" alt="chsarp-icon">Ivan-Marinov-Portfolio</ul></div>
<a href="./index.html"><div class="row"><li><img class="solution-csharp-icon" src="./icons/file_type_csharp_icon.png" alt="chsarp-icon">Home.cs</li></div></a>
<a href="./about-me.html"><div class="row"><li><img class="solution-csharp-icon" src="./icons/file_type_csharp_icon.png" alt="chsarp-icon">About-Me.cs</li></div></a>
<a href="./projects.html"><div class="row"><li><img class="solution-csharp-icon" src="./icons/file_type_csharp_icon.png" alt="chsarp-icon">Projects.cs</li></div></a>
<a href="./my-resume.html"><div class="row special"><li><img class="solution-csharp-icon" src="./icons/file_type_csharp_icon.png" alt="chsarp-icon">My-Resume.cs</li></div></a>
</div>
</div>
<div class="print-resume-method">
<a href="./my-resume-hidden.html"><span class="method">PrintResume<span class="execute-method">()<span class="semicolonm">;</span></span> </span><span class="comment">// click to show the resume</span></a>
</div>
<div id="resume-start" class="resume-body">
<div class="go-to-top-button-container">
<div>
<a href="#start"><button class="go-to-start-button">Go to Top</button></a>
</div>
</div>
<div class="big-container">
<div class="left-container">
<div class="resume-header">
<h1 class="name">Ivan Marinov</h1>
<p class="profession">Junior <img class="profession-icon" src="./resume/images/ICO/resume-ico-extra/c-sharp.svg" alt=""> Developer</p>
<div class="summary">
<p>
Highly-motivated C# Development student with practical experience and
confidently working with .NET, HTML & CSS and keen toward acquiring more skills.
Looking to apply and hone my skills at your company !
</p>
</div>
<div id="id-contact-info" class="contact-info">
<div class="phone-container">
<img class="phone-svg" src="./resume/images/SVG/phone.svg" alt="cell-phone">
<p class="phone-number">+359883419616</p>
</div>
<div class="email-container">
<img class="email-svg" src="./resume/images/SVG/email.svg" alt="email">
<p class="email"><a href="mailto: [email protected]">[email protected]</a></p>
</div>
<div class="location-container">
<img class="location-svg" src="./resume/images/SVG/location.svg" alt="location">
<p class="city">Plovdiv, Bulgaria</p>
</div>
</div>
</div>
<div class="inner-columns">
<!-- EDUCATION -->
<h2 id="id-education" class="education-heading">EDUCATION</h2>
<div class="education1">
<div class="edu-column-1">
<h4 class="school">Software University</h4>
<h5 class="major">C# Developer Path</h5>
</div>
<div class="edu-column-2">
<p class="period">2023 - Present</p>
</div>
</div>
<div class="education1">
<div class="edu-column-1">
<h4 class="school">Plovdiv University "Paisii Hilendarski"</h4>
<h5 class="major">Major: English philology</h5>
</div>
<div class="edu-column-2">
<p class="period">2009 - 2013</p>
</div>
</div>
<div class="education1">
<div class="edu-column-1">
<h4 class="school">High School "Vitcho Grancharov"</h4>
<h5 class="major">Major: Computer Science / Informatics + Mathematics /</h5>
</div>
<div class="edu-column-2">
<p class="period">2003 - 2008</p>
</div>
</div>
<h2 id="id-certification" class="certification">CERTIFICATION</h2>
<div class="certification-container">
<div class="certificate-container">
<h4 id="softuni" class="school-name">Software University</h4>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/159134/31ffff0a" target=”_blank”>C# Basics</a></h4>
<p class="certificate-details">Conditonal Statements, Advanced Conditional Statements, For-Loop, While-Loop,Nested Loops, Good Practices</p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/179563/d2d5a42d" target=”_blank”>C# Fundamentals</a></h4>
<p class="certificate-details">Data Types and Variables, HTTP Basics, Arrays, Associative Arrays, Methods, Lists, Objects and Classes,
Software Development Concepts, Regular Expressions, Database Basics, QA Introduction</p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/198064/87e761f9" target=”_blank”>C# Advanced</a></h4>
<p class="certificate-details">Stacks and Queues, Multidimensional Arrays, Advanced Sets and Dictionaries, Streams,
Files and Directories, Implementing Linked List, Stack & Queues, Iterators and Comparators, Generics </p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/213178/c2ba3081" target=”_blank”>C# OOP</a></h4>
<p class="certificate-details">Inheritance and Encapsulation, Interfaces and Abstraction,
Polymorphism, Exception Handling, SOLID Principles, Reflection and Attributes, Unit Testing, Mocking, Mocking and Test Driven Development, Design Patterns </p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/205229/fafcbc88" target=”_blank”>HTML & CSS</a></h4>
<p class="certificate-details">Typography in CSS, Box Model and Position, Flexbox, Responsive Web Design, Forms & Working with Forms</p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/212341/ecd3f678" target=”_blank”>JavaScript Front-End</a></h4>
<p class="certificate-details">JavaScript Syntax Fundamentals, JS Arrays & Strings, Functions & Statements, Objects & Classes, DOM Manipulation and Events, HTTP and REST, Asynchronous Programming</p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/221090/02b8cfb5" target=”_blank”>Entity Framework Core</a></h4>
<p class="certificate-details">ORM Fundamentals, Entity Relations, LINQ, Advanced Querying, Migrations in EF Core, JSON & XML Processing, EF Core Essentials for ASP.NET, Best Practices, NoSQL</p>
<h4 class="certificate-name"><a href="https://softuni.bg/certificates/details/216705/0315fe7b" target=”_blank”>MS SQL</a></h4>
<p class="certificate-details">Databases, CRUD, Table Relations, Built-In Functions, Subqueries and Joins, Indices and Data Aggregation, Functions and Stored Procedures, Triggers and Transactions</p>
</div>
<div id="ruse" class="certificate-container">
<h4 class="school-name">Ruse Technical University "Angel Kanchev"</h4>
<h4 class="certificate-name">Certificate of computer literacy</h4>
</div>
</div>
<h2 id="id-experience">EXPERIENCE</h2>
<p class="tasks-achievements">✦ Tasks / ⦿ Achievements</p>
<!-- ALL EMPLOYERS' CONTAINER -->
<!-- Employer 1 -->
<div class="upper-column-employer1">
<div class="upper-column-1">
<h4 class="title">Fleet Manager</h4>
<h4 class="company">Ultimate Fleet Service Inc.</h4>
<p class="description">Trucking transport carrier and logistics company</p>
</div>
<div class="upper-column-2">
<p class="period">06/2018 - 10/2023</p>
<p class="location">Plovdiv / Chicago, IL</p>
</div>
</div>
<div class="lower-column">
<ul>
<li><span class="task">Managing the fleet of 200+ trucks</span></li>
<li><span class="task">Overlooking performance</span></li>
<li><span class="task">Maintaining a high customer satisfaction</span></li>
<li><span class="task">Reliably resolve any issues that arise</span></li>
<li class="achievement"><span>Successfully updated procedures and increased efficiency</span></li>
</ul>
</div>
<!-- Employer 2 -->
<div class="upper-column-employer2">
<div class="upper-column-1">
<h4 class="title">Customer Support Manager</h4>
<h4 class="company">Transfreight Group LTD.</h4>
<p class="description">Trucking transport carrier and logistics company</p>
</div>
<div class="upper-column-2">
<p class="period">03/2014 - 06/2018</p>
<p class="location">Plovdiv / Chicago, IL</p>
</div>
</div>
<div class="lower-column">
<ul>
<li><span class="task">Working close with the Operations Manager on improving workflow efficiency</span></li>
<li><span class="task">Interviewing and hiring new team members and Fleet Managers</span></li>
<li><span class="task">Training new employees and overlooking their performance</span></li>
<li><span class="task">Actively involved in any operational planning and strategy</span></li>
<li><span class="task">In charge of setting goals and new procedures to improve efficiency and productivity</span></li>
<li class="achievement"><span>I have connected with several B2B customers, developed and implemented procedures to maintain and expand relationships with said clients</span></li>
</ul>
</div>
<!-- Employer 3 -->
<div class="upper-column-employer3">
<div class="upper-column-1">
<h4 class="title">Customer Support Representative</h4>
<h4 class="company">Transfreight Group LTD.</h4>
<p class="description">Trucking transport carrier and logistics company</p>
</div>
<div class="upper-column-2">
<p class="period">07/2013 - 03/2014</p>
<p class="location">Plovdiv / Chicago, IL</p>
</div>
</div>
<div class="lower-column">
<ul>
<li><span class="task">Resolve technical issues</span></li>
<li><span class="task">Issue and track payments made on a daily basis</span></li>
<li><span class="task">Update customers on any ongoing issues with the fleet of semi-trucks</span></li>
<li><span class="task">Book loads for all the semi-trucks in the assigned fleet daily</span></li>
<li><span class="task">Record exchanges with clients in the TMS System</span></li>
<li class="achievement"><span>Prepared several training materials to aid any new coworkers get up to speed</span></li>
</ul>
</div>
</div>
</div>
<div class="right-container">
<img class="profile-picture" src="./resume/images/Picture4-bright.jpg" alt="picture">
<h2 id="id-tech-skills" class="skills">TECHNICAL SKILLS</h2>
<div class="skills-container">
<p class="skills-list">
<ul>
<li>C#, JavaScript, MS SQL, HTML, CSS</li>
<li>Visual Studio 2022</li>
<li>Visual Studio Code</li>
<li>CRM / ERP</li>
<li>Google G Suite</li>
<li>Spreadsheets</li>
<li>Google Apps Script</li>
<li>Data management skills</li>
<li>Hardware knowledge</li>
<li>MS Office</li>
<li>WordPress</li>
<li>EFS and Comdata e-funds</li>
<li>Photoshop Enthusiast</li>
</ul>
</div>
<h2 id="id-soft-skills" class="skills">SOFT SKILLS</h2>
<div class="strenghts-container">
<div class="team-leader-container">
<img class="team-leader-svg" src="./resume/images/SVG/team-leader.svg" alt="">
<h4>Team Leader</h4>
</div>
<div class="organized-container">
<img class="organized-svg" src="./resume/images/SVG/organized.svg" alt="">
<h4>Highly organized with attention to detail</h4>
</div>
<div class="time-management">
<img class="time-management-svg" src="./resume/images/SVG/time-management.svg" alt="">
<h4>Time management</h4>
</div>
<div class="problem-solver">
<img class="problem-solver-svg" src="./resume/images/SVG/problem-solver.svg" alt="">
<h4>Problem solver</h4>
</div>
<div class="knowledgable">
<img class="knowledgable-svg" src="./resume/images/SVG/knowledgeble-user-interface.svg" alt="">
<h4>Knowledgeable in User Interface / User Experience</h4>
</div>
</div>
<h2 id="id-projects" class="skills projects">PROJECTS</h2>
<div class="projects-container">
<h4><a href="https://github.com/I-M-Marinov/Calendar-by-I-M-Marinov" target=”_blank”> G Easy Calendar </a></4>
<h4><a href="https://github.com/I-M-Marinov/Phone-Book-by-I-M-Marinov" target=”_blank”> Phone-Book </a></4>
<h4><a href="https://github.com/I-M-Marinov/Flappy-Doggy-Game-by-I-M-Marinov" target=”_blank”>Flappy-Doggy-Game</a></4>
<h4><a href="https://github.com/I-M-Marinov/CV-Resume-Template-By-Ivan-Marinov" target=”_blank”> CV / Resume Project </a></4>
<h4><a href="https://github.com/I-M-Marinov/Rock-Paper-Scissors-Lizard-Spock-by-I-M-Marinov" target=”_blank”>Rock-Paper-Scissors-Lizard-Spock Game</a></4>
</div>
<h2 id="id-languages" class="languages">LANGUAGES</h2>
<div class="languages">
<div class="languages-container">
<h4 class="language-name">Bulgarian:</h4>
<h4 class="">Native</h4>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma"></div>
</div>
<div class="languages-container">
<h4 class="language-name">English:</h4>
<h4 class="">Proficient</h4>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma"></div>
<div class="coma-white"></div>
</div>
</div>
<h2 id="id-passions" class="skills passions">PASSIONS</h2>
<div class="passions-container">
<div class="computer-science-container">
<img class="computer-svg" src="./resume/images/SVG/PC2.svg" alt="">
<h4>Computer Science</h4>
</div>
<div class="dogs-container">
<img class="dogs-svg" src="./resume/images/SVG/dogs.svg" alt="">
<h4>Dogs (I have 2)</h4>
</div>
<div class="cycling-container">
<img class="cycling-svg" src="./resume/images/SVG/cycling.svg" alt="">
<h4>Cycling</h4>
</div>
</div>
<h2 id="id-additional-skills"class="skills additional">ADDITIONAL SKILLS</h2>
<div class="driving-container">
<img class="driving-svg" src="./resume/images/SVG/car2.svg" alt="">
<h4>Driving License Category "B"</h4>
</div>
</div>
</div>
<div class="bigger-container">
<div class="links-container1">
<div class="links-left-column">
<h2>USEFUL LINKS</h2>
<img class="softuni-svg" src="./resume/images/SVG/software-university-logo.svg" alt="">
<h4><a href="https://softuni.bg/Certificates/Details/159134/31ffff0a" target=”_blank”><img class="resume-icons-csharp" src="./resume/images/ICO/resume-ico-extra/c-sharp.svg" alt="">Programming Basics certificate</a></4>
<h4><a href="https://softuni.bg/Certificates/Details/179563/d2d5a42d" target=”_blank”><img class="resume-icons-csharp" src="./resume/images/ICO/resume-ico-extra/c-sharp.svg" alt="">Programming Fundamentals certificate</a></4>
<h4><a href="https://softuni.bg/certificates/details/198064/87e761f9" target=”_blank”><img class="resume-icons-csharp" src="./resume/images/ICO/resume-ico-extra/c-sharp.svg" alt="">Advanced certificate</a></4>
<h4><a href="https://softuni.bg/certificates/details/213178/c2ba3081" target=”_blank”><img class="resume-icons-csharp" src="./resume/images/ICO/resume-ico-extra/c-sharp.svg" alt="">Object-Oriented Programming certificate</a></4>
<h4><a href="https://softuni.bg/certificates/details/205229/fafcbc88" target=”_blank”><img class="resume-icons" src="./resume/images/ICO/resume-ico-extra/html-5.svg" alt=""><img class="resume-icons" src="./resume/images/ICO/resume-ico-extra//css-3.svg" alt="">HTML & CSS certificate</a></4>
<h4><a href="https://softuni.bg/certificates/details/212341/ecd3f678" target=”_blank”><img class="resume-icons" src="./resume/images/ICO/resume-ico-extra/javascript.svg" alt="">Front-End certificate</a></4>
<h4><a href="https://softuni.bg/certificates/details/221090/02b8cfb5" target=”_blank”><img class="resume-icons-efc" src="./resume/images/ICO/resume-ico-extra/EFC-icon.svg" alt="">Entity Framework Core</a></4>
<h4><a href="https://softuni.bg/certificates/details/216705/0315fe7b" target=”_blank”><img class="resume-icons" src="./resume/images/ICO/resume-ico-extra/sql-database.svg" alt="">MS SQL</a></4>
</div>
<div class="links-right-column">
<h2 class="find-me-online">FIND ME ONLINE</h2>
<a href="https://www.linkedin.com/in/ivan-marinov-marinov/" target=”_blank”>
<div class="linkedin-container">
<img src="./resume/images/SVG/linkedin.svg" alt="">
<h4>LinkedIn</4>
</div>
</a>
<a href="https://github.com/I-M-Marinov" target=”_blank”>
<div class="github-container">
<img src="./resume/images/SVG/github.svg" alt="">
<h4>GitHub</4>
</div>
</a>
<a href="https://www.facebook.com/lcfrrr" target=”_blank”>
<div class="facebook-container">
<img src="./resume/images/SVG/facebook.svg" alt="">
<h4>Facebook</4>
</div>
</a>
<a href="https://imarinov.dev" target=”_blank”>
<div class="portfolio-container">
<img src="./resume/images/SVG/portfolio-svg.svg" alt="">
<h4>Portfolio</4>
</div>
</a>
</div>
<div class="resume-buttons">
<div><button class="print" onClick="window.scrollTo(0, 0); setTimeout(function() { window.print(); }, 750);" title="Click to print my resume or save it as PDF ( suggested format -> A4, no margins, with background graphics )">Save as PDF</button></div>
<!-- <div>
<a href="./my-resume-hidden.html" target=”_blank” title="Open this Resume in a new window"><button class="print">Open in a Tab</button></a>
</div> -->
<div class="schedule-interview">
<a href="https://calendar.app.google/cRrnDn8xL2Kk8ugu7" target=”_blank” title="Click here to schedule an Interview with Ivan Marinov"><button class="schedule-interview-button">Schedule an Interview</button></a>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>2024 Ivan Marinov ® All Rights Reserved.</p>
</footer>
</body>
</html>