-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
750 lines (535 loc) · 23.5 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
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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Poppins:ital,wght@0,400;0,600;1,300;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="img/cemalovic-milos-protfolio-logo.png" type="image/png">
<title>Cemalovic Milos</title>
</head>
<body>
<section id="top" class="top">
<h1 class="heading-1">
<a href="https://www.linkedin.com/in/milos-cemalovic" class="heading-1__link" target="_blank">Miloš Ćemalović
portfolio</a>
</h1>
<div class="social">
<a class="social__link" href="https://www.linkedin.com/in/milos-cemalovic" target="_blank">
<svg class="social__icon social__icon--1">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg>
</a>
<a class="social__link" href="https://github.com/MilosCemalovic" target="_blank">
<svg class="social__icon social__icon--2">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg>
</a>
</div>
</section>
<nav class="navigation-box">
<a href="index.html" class="navigation-box__link">
<div class="navigation-box__img"></div>
</a>
<ul id="nav" class="nav mt-lg">
<li class="nav__item nav__item--home">
<a href="#top" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#experience" class="nav__link">Experience</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">Skills</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
<div class="details">
<div class="social">
<a class="social__link social__cv" href="img/CV_MilosCemalovic.pdf" download target="_blank">
CV
</a>
<a class="social__link" href="https://www.linkedin.com/in/milos-cemalovic" target="_blank">
<svg class="social__icon social__icon--1">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg>
</a>
<a class="social__link" href="https://github.com/MilosCemalovic" target="_blank">
<svg class="social__icon social__icon--2">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg>
</a>
</div>
<div class="details__text">
© Cemalovic 2024. <span>All rights reserved.</span>
</div>
</div>
</nav>
<header class="header">
<h2 class="heading-2">
<span class="heading-2 heading-2-span--1">Hello!</span>
<span class="heading-2 heading-2-span--2">I am a Software Developer</span>
</h2>
<div class="btn-box">
<a href="img/CV_MilosCemalovic.pdf" download class="btn mr-md btn--cv">
<svg class="btn__icon">
<use xlink:href="img/sprite.svg#icon-download"></use>
</svg>
Download CV
</a>
<a href="#skills" class="btn btn--read">Tech Experience</a>
</div>
</header>
<section id="experience" class="experience p-lg">
<h3 class="heading-3 heading-3--experience">Professional Experience</h3>
<div class="experience__box">
<span class="experience__year">2022</span>
<span class="heading-5 heading-5--experience">EY<br> 2022 - Current</span>
<span class="par">Applications Consultant
<br>
React / TypeScript / JavaScript / Redux toolkit / Material UI / Jest / Testing library / React Hook Form / JSX
/ CSS3 / SDLC / Jira / Git / pnpm
</span>
</div>
<div class="experience__box">
<span class="experience__year">2020</span>
<span class="heading-5 heading-5--experience">Intelligent Betting Software<br> 2020 - 2021</span>
<span class="par">Junior Front-End developer
<br>
Angular / TypeScript / REST API / PrimeNG / Angular Material / SASS / CSS3 / HTML5 / Redmine / SDLC / Transloco
i18n / Git / npm
</span>
</div>
<div class="experience__box">
<span class="experience__year">2019</span>
<span class="heading-5 heading-5--experience">Web Design Agency Studio 77<br> 2019</span>
<span class="par">Web Design intership
<br>
SEO / HTML5 / CSS3 / CSS Grid / CSS Flexbox / SASS
</span>
</div>
<div class="experience__box">
<span class="experience__year">2013</span>
<span class="heading-5 heading-5--experience"><a href="https://naturally-dance-org.netlify.app/"
target="_blank">Naturally Dance</a><br> 2013 - Current</span>
<span class="par">Founder - Owner
<br>
Dance teacher / International and local event organization / Public relations /
Marketing activities</span>
</div>
</section>
<section id="skills" class="skills">
<h3 class="heading-3 heading-3--skills m-lg">Technical Experience & Principles</h3>
<div class="skills__wrapper ptb-lg">
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-react"></use>
</svg>
<span class="skills__name">React</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-typescript"></use>
</svg>
<span class="skills__name">TypeScript</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-javascript"></use>
</svg>
<span class="skills__name">JavaScript</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-scrum"></use>
</svg>
<span class="skills__name">Agile & Scrum</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-mui"></use>
</svg>
<span class="skills__name">Material UI</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-testing-library"></use>
</svg>
<span class="skills__name">Testing library</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-jest"></use>
</svg>
<span class="skills__name">Jest</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-hook-form"></use>
</svg>
<span class="skills__name">React Hook Form</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-redux"></use>
</svg>
<span class="skills__name">Redux</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-angular"></use>
</svg>
<span class="skills__name">Angular</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-material"></use>
</svg>
<span class="skills__name">Angular Material</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-primeng"></use>
</svg>
<span class="skills__name">PrimeNG</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-sass"></use>
</svg>
<span class="skills__name">SASS</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-svg"></use>
</svg>
<span class="skills__name">SVG</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-css3"></use>
</svg>
<span class="skills__name">CSS3 (+ Fexbox & Grid)</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-html5"></use>
</svg>
<span class="skills__name">HTML5</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-dry-1"></use>
</svg>
<span class="skills__name">DRY</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-sdlc-1"></use>
</svg>
<span class="skills__name">SDLC</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-bem"></use>
</svg>
<span class="skills__name">BEM methodology</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-seo-1"></use>
</svg>
<span class="skills__name">SEO</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-transloco"></use>
</svg>
<span class="skills__name">Transloco i18n</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-git"></use>
</svg>
<span class="skills__name">Git</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-npm-2"></use>
</svg>
<span class="skills__name">npm</span>
</div>
<div class="skills__box">
<svg class="skills__icon">
<use xlink:href="img/sprite.svg#icon-pnpm"></use>
</svg>
<span class="skills__name">pnpm</span>
</div>
</div>
</section>
<section id="projects" class="projects">
<h3 class="heading-3 heading-3--projects mtlr-lg">Web Design & PHP</h3>
<a href="https://miloscemalovic.github.io/pijaca/" target="_blank" class="projects__link-img">
<img src="img/cemalovic-milos-protfolio-pijaca.jpg" alt="cemalovic-milos-primeng-project-photo-3"
class="projects__img">
</a>
<a href="https://cemalovic-wedding-website.netlify.app/" target="_blank" class="projects__link-img">
<img src="img/cemalovic-milos-protfolio-wedding-website.png" alt="cemalovic-milos-wedding-website-project-photo-2"
class="projects__img">
</a>
<a href="https://kafeterijakraljevo.netlify.app/" target="_blank" class="projects__link-img">
<img src="img/cemalovic-milos-protfolio-kafeterija.png" alt="cemalovic-milos-kafeterija-project-photo-1"
class="projects__img">
</a>
<a href="https://github.com/MilosCemalovic/spaceweb-phpmvcoop-and-more" target="_blank" class="projects__link-img">
<img src="img/cemalovic-milos-protfolio-spaceweb.png" alt="cemalovic-milos-phpmvcoop-project-photo-4"
class="projects__img">
</a>
</section>
<section id="about" class="about ptb-lg">
<h3 class="heading-3 heading-3--about">Way of progress</h3>
<div class="about__box">
<svg class="about__icon">
<use xlink:href="img/sprite.svg#icon-rocket"></use>
</svg>
<span class="heading-5 heading-5--about">2022-current</span>
<p class="par par--about">Working as a React developer, I've been a member of multiple teams involved in building
complex IFA
(Independent Financial Adviser) web application for buying insurance for a UK based banking client.
<br><br>
I have expirience with:
<br>- developing and maintaining UI standalone and reusable components
<br>- styling components with CSS module
<br>- implementing Storybook based on Material UI
<br>- writing unit tests with Jest and React Testing Library
<br>- reading Kibana and Jenkins logs
<br>- S.O.L.I.D. & DRY principles
<br>- custom validation libraries
<br>- updating snapshots
<br>- ensuring ES linting compliance
<br>- all stages of SDLC
<br>- pnpm
<br>- Redux and React plugins for debugging as well as Network and Source browser tabs
<br><br>
Engaged with Product Management, Scrum Masters, Business Analysts, UI/UX
Designers, Developers, and Quality Engineers for optimal outcomes.
<br><br>
Committed to delivering high-quality, well-designed,
testable, and scalable code by adhering to clean code principles.
</p>
</div>
<div class="about__box">
<svg class="about__icon">
<use xlink:href="img/sprite.svg#icon-presentation"></use>
</svg>
<span class="heading-5 heading-5--about">2020-2021</span>
<p class="par par--about">As an Angular developer, I’ve successfully deployed an in-house platform,
I created dynamic, responsive, pixel-perfect and localized web applications. Here's a
breakdown of my Angular development work from November 2020 to January 2022.
<br><br>
Providing clean and reusable code,
I’ve used:
Angular / TypeScript / REST API / PrimeNG / Angular Material / SASS / CSS3 / HTML5 / Redmine / SDLC / Transloco
i18n / ES Lint / Git / npm
<br><br>
In Angular I had expirience with:
<br>
- Directives [*ngIf, *ngFor, ngClass]
<br>
- Lifecycle hooks [ngOnInit, ngOnDestroy, ngOnChanges]
<br>
- Decorators [@NgModule (declarations, imports, exports, providers), @Injectable, @Pipe, @Input, @Output
(EventEmmiter)]
<br>
- Reactive form with Validators (required, email, minLength(), maxLength())
<br>
- Routing [Router, Child routes]
<br>
- Feature Module [Lazy loading, Preloading strategy]
<br>
- HttpClient [fetching API data from server]
<br>
- Services
<br>
- Pipes [built-in, ng2Search and custom made]
<br>
- Interfaces
<br>
- RxJS [Observable, map]
<br>
- Angular Material & PrimeNG UI libraries
<br>
- Transloco i18n
</p>
</div>
<div class="about__box">
<svg class="about__icon">
<use xlink:href="img/sprite.svg#icon-biker"></use>
</svg>
<span class="heading-5 heading-5--about">2017-2020</span>
<p class="par par--about">As a versatile developer, I’ve delved into the exciting realms of responsive web design
and PHP with this Technology Stack:
<br><br>
Responsive Web Design: I’ve honed my skills in creating interfaces that adapt seamlessly across devices,
ensuring optimal user experiences.
<br>-
SDLC (Software Development Life Cycle): I’ve navigated the entire development process, from requirements
gathering to deployment, ensuring efficient and well-organized projects.
<br>-
Object-Oriented Programming (OOP): My codebase reflects the principles of OOP, emphasizing modularity,
encapsulation, and reusability.
<br>-
DRY Principle (Don’t Repeat Yourself): I’m committed to minimizing redundancy by creating reusable components
and functions. Every piece of knowledge has a single authoritative representation within my codebase.
<br>-
BEM Methodology (Block Element Modifier): When styling, I adhere to BEM—a structured approach that promotes
consistency and scalability.
<br>-
SEO Mastery: Guided by experts, I learned the intricacies of SEO—how to optimize content, improve rankings, and
drive organic traffic.
<br>-
SASS: My stylesheets are organized and maintainable, thanks to SASS’s powerful features.
<br>-
SVG (Sprite): I’ve harnessed SVG sprites for efficient icon management.
<br>-
CSS Grid and Flexbox: I wield these layout techniques to create flexible, responsive designs.
<br>-
Intersection Observer: I’ve used this API to trigger actions based on element visibility.
<br>-
HTML5: My markup adheres to modern standards, ensuring semantic and accessible content.
<br>-
PHP: I’ve built dynamic server-side applications, leveraging PHP’s versatility.
<br>-
MVC Architecture: I organize code into models, views, and controllers for maintainable projects.
<br>-
phpMyAdmin and MySQL Database: I’ve managed databases, ensuring data integrity and efficient queries.
</p>
</div>
<div class="about__box">
<svg class="about__icon">
<use xlink:href="img/sprite.svg#icon-lightbulb"></use>
</svg>
<span class="heading-5 heading-5--about">2013-current</span>
<p class="par par--about">Meet the Maestro of Rhythm: Founder of <a
href="https://naturally-dance-org.netlify.app/" target="_blank">Naturally Dance</a> and Dance Enthusiast
<br><br>
🎶 Dance Teacher Extraordinaire: With a passion that ignites dance floors, I’ve taught countless students the
art of movement. From Cha-cha to Kizomba, my classes pulse with energy.
<br><br>
🌎 Global Grooves: My love for dance transcends borders. I’ve orchestrated international and local events,
uniting dancers from diverse cultures. Whether it’s a Ballroom or a Salsa, I’m there, orchestrating the magic.
<br><br>
📢 PR Dynamo: Public relations is my secret weapon. I’ve spun dance stories into headlines, filling venues with
eager souls.
<br><br>
🎉 Marketing Maven: From captivating social media posts to flash mobs, I’ve spread the rhythm far and wide.
<br><br>
🎧 DJ by Night: Dance parties come alive under my curated mixes. The crowd is moving to my sonic brushstrokes.
<br><br>
🌟 Belgrade Disco Fever: Ah, the crown jewel! <a href="https://www.facebook.com/bgdiskozurka"
target="_blank">Beogradska Disko Žurka - Belgrade Disco Fever</a> where disco dreams
ignite. Naturally Dance made thousand souls to groove as one, transcending generations, nationalities, and
beliefs. It’s more than a
party; it’s a cosmic dance communion.🤩💃🕺🆒❤️
</p>
</div>
</section>
<section class="hobbies">
<h3 class="heading-3 heading-3--hobbies mtb-md">Hobbies</h3>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-biker"></use>
</svg>
<span class="hobbies__text">Cycling</span>
</div>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-basketball"></use>
</svg>
<span class="hobbies__text">Basketball</span>
</div>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-dance"></use>
</svg>
<span class="hobbies__text">Dancing</span>
</div>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-table-tennis"></use>
</svg>
<span class="hobbies__text">Table tennis</span>
</div>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-volleyball"></use>
</svg>
<span class="hobbies__text">Volleyball</span>
</div>
<div class="hobbies-box">
<svg class="hobbies__icon">
<use xlink:href="img/sprite.svg#icon-swimming"></use>
</svg>
<span class="hobbies__text">Swimming</span>
</div>
</section>
<section class="objective mt-lg p-lg">
<h3 class="heading-3 heading-3--hobbies">Objective</h3>
<p class="par par-objective">I am a software developer always ready to apply my
knowledge and
skills for continuous improvement. Having run my own business and working in a big corporation, I have been
associated with clients of various backgrounds, nationalities and needs. Generating my creative tools, I have
developed and strengthened abilities of proactive and assertive approach to projects from the idea, through goals
development, target groups to the implementation and end-users. Love to work in big teams!
<br><br>
✔Spoken and written English knowledge<br>
✔Well designed, testable, and scalable code<br>
✔Developing responsive and mobile-friendly websites<br>
✔Excellent communication, collaboration and soft skills<br>
✔Positive, responsible, detail and service-oriented personality<br>
✔Experience with React, TypeScript, JavaScript, Redux, React Hook Form, Jest, React Testing Library, Angular,
RESTful API, Material UI, Angular Material, Prime NG, Transloco i18n, JSX, HTML5, CSS3 (+ Flexbox & Grid), SASS,
SVG (single & sprite), SEO, PHP, MySQL, Git, npm and pnpm<br>
✔Experience with Clean Code Principles: S.O.L.I.D, DRY & BEM<br>
✔Experience in code reviewing<br>
✔Experience in all phases of SDLC<br>
✔Experience in mentoring teammates<br>
✔Experience with Trunk based development<br>
✔Experience with the Scrum Agile framework<br>
✔Experience with Jira, Confluence & Redmine<br>
✔Experience with Virtual Desktop Infrastructure<br>
✔Experience with reading Kibana and Jenkins logs<br>
✔Passion for learning new skills and technologies<br>
✔Experience with digital and social network marketing<br>
✔Experience managing event planning with teams of similar business profiles in the realization of joint projects
</p>
</section>
<footer id="contact" class="footer p-lg">
<a class="footer__link" href="https://www.linkedin.com/in/milos-cemalovic" target="_blank">
<span class="span">Feel free to <span class="span__contact">contact</span> me</span>
</a>
<span class="footer__text">
© Cemalovic 2024. All rights reserved.
</span>
<div class="social social__footer">
<a class="social__link" href="https://www.linkedin.com/in/milos-cemalovic" target="_blank">
<svg class="social__icon social__icon--1">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg>
</a>
<a class="social__link" href="https://github.com/MilosCemalovic" target="_blank">
<svg class="social__icon social__icon--2">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg>
</a>
</div>
</footer>
</body>
</html>