-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
914 lines (767 loc) · 35.6 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
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
<html>
<head>
<meta charset="utf-8" />
<title>Graphic portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="./images/favicon32x32-white.png" />
<!-- bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
<link rel="stylesheet" href="./style.css" type="text/css" />
<!-- add-on css -->
<link rel="stylesheet" href="./timeline.css" type="text/css">
</head>
<body>
<div>
<!-- NAV BAR -->
<div id="nav">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03"
aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#"><img src="./images/jl-logo-white.png" height="32" width="32"
class="d-inline-block align-top" alt="Josip Leko" loading="lazy" />Josip Leko</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" href="#about">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#projects">Projects <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#clients">Clients <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#contact">Contact <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<br />
<!-- ABOUT -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 id="largeh1">about me</h1>
<h5 class="lead">
I'm a computer science student based in Posušje, BiH
</h5>
<p>
Starting my career as a <b>designer</b> and a
<b>web developer</b>. I solve complex problems using simple,
beautiful and intuitive designs with modern technology.
<br />Multiple years of freelance experience in creating raster and vector graphics. Striving to make my
graphic
design hobby a full-time job, Join me on my journey!
</p>
</div>
<div class="col-md-6 text-center">
<img src="./images/portrait-sketch.png" alt="Josip Leko" height="300" />
</div>
</div>
<br>
<div id="more-about-me">
<button type="button" class="btn btn-outline-secondary" onclick="showMoreInfo()"> More info </button>
</div>
</div>
<br />
</div>
<div class="hr">
<div class="container-fluid">
<hr />
</div>
</div>
<!-- PROJECTS -->
<div id="projects">
<div class="container">
<h1 id="largeh1" class="text">projects</h1>
<p class="lead">some of my latest work below</p>
<br />
<div class="row">
<div class="col-lg-4">
<h5>logo design</h5>
<!-- 1st logo -->
<p class="small">real estate</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg14" src="./projects/logo5.jpg"
width="100%" alt="Logo Design" />
<div class="modal fade bd-example-modal-lg14" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/logo5-zoom.jpg" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 2nd logo -->
<p class="small">residential corporation</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg13" src="./projects/logo4.png"
width="100%" alt="Logo Design" />
<div class="modal fade bd-example-modal-lg13" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/logo4.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 3rd logo -->
<p class="small">fitness center</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg11" src="./projects/logo2.jpg"
width="100%" alt="Logo Design" />
<div class="modal fade bd-example-modal-lg11" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/logo2-zoom.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 4th logo -->
<p class="small">non profit tech organization</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg"
src="./projects/project1.png" width="100%" alt="Logo Design" />
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/project1-zoom.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 5th logo -->
<p class="small">paintball club</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg12" src="./projects/logo3.png"
width="100%" alt="Logo Design" />
<div class="modal fade bd-example-modal-lg12" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/logo3-zoom.jpg" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-8">
<h5>illustration</h5>
<p class="small">#tech #ideas #teamwork</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg3"
src="./projects/project3.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg3" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/project3-zoom.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 2nd illustration -->
<p class="small">#coding #programming</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg31"
src="./projects/illustration2.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg31" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/illustration2.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 3rd illustration -->
<p class="small">#coding #frontend</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg32"
src="./projects/illustration3.svg" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg32" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/illustration3.svg" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
<br><br>
<!-- 3rd illustration -->
<p class="small">#coding #backend</p>
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg33"
src="./projects/illustration4.svg" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg33" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/illustration4.svg" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- promo stuff -->
<h5>event promo poster</h5>
<p class="small">#party #clubbing</p>
<div class="row">
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg41"
src="./projects/promo1.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg41" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo1.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg42"
src="./projects/promo2.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg42" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo2.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg43"
src="./projects/promo3.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg43" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo3.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg44"
src="./projects/promo4.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg44" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo4.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg45"
src="./projects/promo5.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg45" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo5.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg46"
src="./projects/promo6.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg46" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo6.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg47"
src="./projects/promo7.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg47" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo7.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg48"
src="./projects/promo8.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg48" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo8.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- last row -->
<div class="row">
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg410"
src="./projects/promo10.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg410" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo10.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg49"
src="./projects/promo9.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg49" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo9.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg411"
src="./projects/promo11.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg411" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo11.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="shadow-box">
<img class="modal-img" data-toggle="modal" data-target=".bd-example-modal-lg412"
src="./projects/promo12.png" width="100%" alt="Illustration" />
<div class="modal fade bd-example-modal-lg412" tabindex="-1" role="dialog"
aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<img src="./projects/promo12.png" width="100%" alt="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
<div class="hr">
<div class="container-fluid">
<hr />
</div>
</div>
<!-- CLIENTS -->
<div id="clients">
<div class="container">
<h1 id="largeh1">clients</h1>
<p class="lead">projects finished so far</p>
<div class="row">
<div class="col-md-4 text-center">
<p>projects</p>
<h6 class="largeh6">71</h6>
<br>
</div>
<div class="col-md-4 text-center">
<p>customers</p>
<h6 class="largeh6">29</h6>
<br>
</div>
<div class="col-md-4 text-center">
<p>returning clients</p>
<h6 class="largeh6">21</h6>
<br>
</div>
</div>
<br>
<!-- timeline -->
<div class="container">
<div class="page-header">
<p class="lead">Simplicity of ordering a design suited for your needs</p>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge"><img src="./open-iconic/svg/chat.svg"
style="width: 1.5rem;margin-top: 15px;"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Contact</h4>
</div>
<div class="timeline-body">
<p>Contact me to arrange a call or a video-conference to talk about designing a product or similar
information
</p>
<br>
<a href="#contact"><button class="btn btn-secondary">Contact info</button></a>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><img src="./open-iconic/svg/people.svg"
style="width: 1.5rem;margin-top: 11px;"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Meeting</h4>
</div>
<div class="timeline-body">
<p>Understanding your needs, answering your questions, brushing up on details, setting a due date that
suits both sides</p>
<hr>
<p><img src="./open-iconic/svg/dollar.svg" style="size: 10rem;"> Setting a price</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge info"><img src="./open-iconic/svg/image.svg"
style="width: 1.5rem;margin-top: 11px;"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Receiving a product</h4>
</div>
<div class="timeline-body">
<p>Getting initial designs delivered, discussing the results</p>
<hr>
<p><img src="./open-iconic/svg/loop.svg" style="size:10rem;"> Revision if necessary</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><img src="./open-iconic/svg/check.svg"
style="width: 1.5rem;margin-top: 11px;"></span></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Finalization</h4>
<p><img src="./open-iconic/svg/calendar.svg" style="size: 10rem;"><small class="text-muted"> Due
date</small></p>
</div>
<div class="timeline-body">
<p>Receiving finalized, perfected product with all publishing rights</p>
<hr>
<p>Payment</p>
</div>
</div>
</li>
</ul>
</div>
<br>
</div>
<div class="brands">
<div class="container-fluid">
<div class="container">
<br>
<p class="lead">brands who trusted my capabilities</p>
<div class="row brands fi-align-center">
<div class="col-md-4 text-center">
<img src="./clients/1.png" alt="FPMOZ">
</div>
<div class="col-md-4 text-center">
<img src="./clients/5.png" alt="Termodinamika d.o.o">
</div>
<div class="col-md-4 text-center">
<img src="./clients/3.png" alt="Udruga Switch">
</div>
</div>
<br>
<div class="row">
<div class="col-md-4 text-center">
<img src="./clients/2.png" alt="Caffe Tropicana">
</div>
<div class="col-md-4 text-center">
<img src="./clients/4.png" alt="Samba bar">
</div>
<div class="col-md-4 text-center">
<img src="./clients/6.png" alt="Caffe bar Padre">
</div>
</div>
<p class="lead text-right">...and I expect this list to grow fast</p>
<br>
</div>
</div>
</div>
</div>
<!-- CONTACT -->
<div id="contact">
<div class="container">
<h1 id="largeh1">contact</h1>
<p class="lead">you can find me here</p>
<br />
<div class="row">
<div class="col-4">
<a href="tel:0038763121969"><img src="./images/mobile.svg" alt="Mobile phone" height="50" /></a>
<p>mobile phone<br /><b>+387 63 121-969</b></p>
</div>
<div class="col-4">
<a href="mailto:[email protected]" target="_blank"><img src="./images/email.svg" alt="Email"
height="50" /></a>
<p>email:<br /><b>[email protected]</b></p>
</div>
<div class="col-4">
<img src="./images/location.svg" alt="Location" height="50" />
<p>
address:<br />
<b>Posušje, BiH</b>
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-4">
<a href="https://www.instagram.com/josip.leko" target="_blank"><img src="./images/instagram.svg"
alt="Instagram" height="50" /></a>
<p>instagram<br />@<b>josip.leko</b></p>
</div>
<div class="col-4">
<a href="https://www.facebook.com/josip.leko.39" target="_blank"><img src="./images/facebook.svg"
alt="Facebook" height="50" /></a>
<p>facebook<br />/<b>josip.leko.39</b></br></p>
</div>
<div class="col-4">
<a href="https://www.linkedin.com/in/josip-leko-00284219a" target="_blank"><img src="./images/linkedin.svg"
alt="LinkedIn" height="50" /></a>
<p>linkedin<br />/<b>josip-leko-00284219a</b></p>
</div>
</div>
</div>
<br>
</div>
<!-- FOOTER -->
<div id="footer">
<div class="copyright bg-dark text-center container-fluid">
<p class="text-light">© Josip Leko 2020, All Rights Reserved</p>
</div>
</div>
<!-- SCROLL UP BUTTON -->
<a href="#nav">
<button class="btn btn-primary" id="myBtn" title="Go to top">
<svg class="bi bi-arrow-up-short" width="25px" height="25px" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5z" clip-rule="evenodd" />
<path fill-rule="evenodd"
d="M7.646 4.646a.5.5 0 01.708 0l3 3a.5.5 0 01-.708.708L8 5.707 5.354 8.354a.5.5 0 11-.708-.708l3-3z"
clip-rule="evenodd" />
</svg>
</button>
</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- JAVASCRIPT -->
<script>
let scrollFunction = () => {
mybutton = document.getElementById("myBtn");
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
};
new Vue({
el: "#clients",
data: {
clientsList: [
"FPMOZ",
"Udruga Switch",
"Caffe Bar Padre",
"Caffe Bar Mexx",
"Hostel Balkaneros",
"Samba Bar",
"Caffe Bar Tropicana",
],
},
methods: {},
});
let showMoreInfo = () => {
let content = `
<div class="row">
<div class="col-md-4">
<h1 class="display-4">Knowledge</h1>
<p>As for graphic design, I can tackle any of your ideas; I have experience in creating abstract, mascot,
emblem, pictorial and lettermark logos. I do illustrations, high res promo posters, flyers, business
cards - any
visual content you may need</p>
</div>
<div class="col-md-4">
<h1 class="display-4">Experience</h1>
<p>I've been working in graphic design field since early high school so I've been doing this since around 2015. I've worked with multiple clients - each requesting different products; on multiple projects in teams for university projects. I didn't have a full time job as I wanted to finish baccalaureus degree.
</div>
<div class="col-md-4">
<h1 class="display-4">Tools</h1>
<p>I use widely distributed, standard Adobe suite to bring my designs to life
<br/>I use Photoshop for raster design and photo manipulation, Illustrator for vector designs, inDesign
for page design and lastly Lightroom for photo editing & retouching
<br>I haven't found a solid video editing software as I'm not into video editing yet, I've mostly worked with Filmora & Sony
Vegas
</p>
</div>
</div>
<h1 class="display-4 text-center">Education</h1>
<blockquote class="blockquote text-center">
<p class="mb-0">High school gymnasium</p>
<footer class="blockquote-footer">2013.-2017. - <cite title="High school">Gimnazija fra Grge Martića</cite></footer>
<p class="mb-0">Computer science college</p>
<footer class="blockquote-footer">2018. - <cite title="College">Fakultet prirodoslovno-matematičkih odgojnih znanosti Mostar</cite></footer>
</blockquote>
<br/>
<p>While I spend most of my time designing, coding and researching
newest trends and techonologies, you can also find me binge
watching YouTube, at the gym or out in the nature.</p>
<hr>
<div class="row">
<div class="col-lg-4">
<img src="./images/jl/1.jpg" alt="" width="100%">
</div>
<div class="col-lg-4">
<img src="./images/jl/2.jpg" alt="" width="100%">
</div>
<div class="col-lg-4">
<img src="./images/jl/1.png" alt="" width="100%">
</div>
</div>
<button type="button" class="btn btn-outline-secondary" onclick="hideInfo()">Hide info</button>`;
document.getElementById("more-about-me").innerHTML = content;
};
let hideInfo = () => {
let content = `<button type="button" class="btn btn-outline-secondary" onclick="showMoreInfo()"> More info </button>`;
document.getElementById("more-about-me").innerHTML = content;
};
window.onscroll = () => {
scrollFunction();
};
console.log("%c Created by Josip Leko!", "color: red");
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</body>
</html>