-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
468 lines (386 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<style>
body {
font-family: 'Open Sans', sans-serif;
background-color: white;
margin: 0;
font-size: 14px;
}
.container {
/*max-width: 960px;*/
background-color: white;
padding: 25px 50px;
margin: 20px auto;
}
.row {
border-bottom: 1px solid #dddddd;
}
img {
border: 1px solid #dddddd;
margin: 15px;
margin-left: 0;
float: left;
}
h1, h2, h3, h4, h5 {
font-weight: 400;
color: #000;
line-height: 100%;
}
h1 {
font-size: 40px;
line-height: 50px;
padding-top: 30px;
font-weight: 700;
/*text-align: center;*/
letter-spacing: 1px;
}
h2 {
font-size: 21px;
/*text-align: center;*/
}
h3 {
font-size: 20px;
/*text-align: center;*/
}
h4 {
font-size: 17px;
font-weight: 700;
/*text-align: center;*/
}
h4 > i {
font-weight: normal;
}
h5 {
font-size: 15px;
margin-top: 15px;
}
h6 {
font-size: 12px;
color: gray;
}
article {
padding: 20px 0;
}
#contact-data {
font-size: 14px;
padding-top: 35px;
}
@media (max-width: 480px) {
.container {
padding: 15px;
}
}
@media (max-width: 800px) {
.container {
margin: 0px;
}
}
.quote {
font-size: 22px;
font-weight: 300;
}
.auth {
text-align: right;
}
.social-icon-link {
font-size: 26px;
color: #373a3c;
}
</style>
</head>
<body>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-318235-6', 'auto');
ga('send', 'pageview');
</script>
<div class="container">
<header class="row">
<div class="col-md-8">
<img src="image/profile.jpg" width="100" title="That`s me!" alt="My Profile" class="rounded" data-pin-nopin="true">
<h1>Zoran Lazić</h1>
<h2>Software Engineer
<small class="text-muted">based in Ljubljana, Slovenia (EU)</small>
</h2>
</div>
<div id="contact-data" class="col-md-4">
<!--<p>-->
<!--<i class="fa fa-home" aria-hidden="true"></i>-->
<!--xxxxxxx-->
<!--Ljubljana, Slovenia-->
<!--</p>-->
<p>
<i class="fa fa-envelope" aria-hidden="true"></i> zoran.lazic (a) qode9.com<br>
<!--<i class="fa fa-phone" aria-hidden="true"></i> +386 xx xxx xxx-->
<a class="social-icon-link" target="_blank" href="https://www.linkedin.com/in/zoranlazic/"><i
class="fa fa-linkedin-square"></i></a>
<a class="social-icon-link" target="_blank" href="https://github.com/dotZoki"><i class="fa fa-github-square"></i></a>
</p>
</div>
</header>
<article class="row">
<!--<header class="col-md-3">-->
<!--<h3>Hello!</h3>-->
<!--</header>-->
<div class="offset-md-2 col-md-8">
<p class="quote">
"An investment in knowledge pays the best interest."
</p>
<p class="auth"><i> Benjamin Franklin</i></p>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Work Experience</h3>
</header>
<div class="col-md-9">
<h4>D.Labs d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Senior Web Developer</i>
</h4>
<h6>October 2018 – ongoing</h6>
<h5>Notable projects</h5>
<ul>
<li><b>www.businessoffashion.com</b></li>
</ul>
<!-- <h5>Main activities and responsibilities</h5>
<p>
software architecture design, programming
</p> -->
<hr>
<h4>Beenius d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Software Engineer</i>
</h4>
<h6>October 2017 – October 2018</h6>
<h5>Main activities and responsibilities</h5>
<p>
software architecture design, programming
</p>
<h5>Notable projects</h5>
<ul>
<li><b>Theme/skin creator application for IPTV clients</b></li>
<li><b>IPTV client web services</b></li>
</ul>
<hr>
<h4>Self-employed (Qode9)
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Software Engineer</i>
</h4>
<h6>October 2016 – ongoing</h6>
<h5>Main activities and responsibilities</h5>
<p>
software architecture design, programming, consulting
</p>
<h5>Notable projects</h5>
<ul>
<li><b>SSO and ACL implementation for banking application (C#, .NET)</b></li>
</ul>
<hr>
<h4>Dhimahi d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Software Engineer</i>
<small>( <a href="/files/DHI-Letter-of-recommendation-Lazic-2016.pdf"><i class="fa fa-file-text"></i> Letter of
recommendation</a> )
</small>
</h4>
<h6>January 2008 – October 2016</h6>
<h5>Main activities and responsibilities</h5>
<p>
software architecture design, programming, deployment process design, delivery process design,
internal project infrastructure design
</p>
<h5>Notable projects</h5>
<ul>
<li><b>Eventim WebSales (CTS Eventim AG, Germany)</b></li>
<li><b>Software Monitoring Solutions (CTS Eventim AG, Germany)</b></li>
<li><b>ÖTicket Webshop for Central and Eastern Europe (Ticket Express GmbH, Austria)</b></li>
</ul>
<hr>
<h4>Studio Pešec d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Web Developer</i>
</h4>
<h6>October 2007 – January 2008</h6>
<h5>Main activities and responsibilities</h5>
<p>
programming
</p>
<h5>Notable projects</h5>
<ul>
<li><b>Internal issue ticketing system</b></li>
</ul>
<hr>
<h4>Innovatif d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Web Developer</i>
</h4>
<h6>November 2004 – June 2007</h6>
<h5>Main activities and responsibilities</h5>
<p>
technical specifications, programming, team lead of small group of developers (3)
</p>
<h5>Notable projects</h5>
<ul>
<li><b>Internal CMS development</b></li>
<li><b>MOL event managment web application</b></li>
<li><b>National Geographic Slovenia Auction website</b></li>
<li><b>Golden Drum website</b></li>
</ul>
<hr>
<h4>Moje delo d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Web Developer</i>
</h4>
<h6>September 2003 – November 2004</h6>
<h5>Main activities and responsibilities</h5>
<p>
technical specifications, programming
</p>
<h5>Notable projects</h5>
<ul>
<li><b>Application for newsletter creation, management and distribution</b></li>
<li><b>Mojedelo.com website</b></li>
</ul>
<hr>
<h4>Oxylus d.o.o.
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Web Developer</i>
</h4>
<h6>October 2002 – September 2003</h6>
<h5>Main activities and responsibilities</h5>
<p>
programming
</p>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Other Work</h3>
</header>
<div class="col-md-9">
<h4>Poligon creative centre
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>In-House programmer</i>
</h4>
<h6>2014 - 2017</h6>
<h5>Main activities and responsibilities</h5>
<p>
helping with technical solutions and issues concerning website
</p>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Skills</h3>
</header>
<div class="col-md-9">
<h5>Programming Languages, Technologies & Concepts</h5>
<p>
PHP, CSS, HTML, JavaScript, SQL, Java, TypeScript, C# (2.0), Go(go1.4), Swift, VB.NET, Pascal/Delphi,
RESTful, JSON, XML, SOAP, Web Development, Web Services, Application Development, Software Development,
Version Control, Web Applications, Microservices, Domain-Driven Design, Object-Oriented design, Scalability,
Distributed Systems
</p>
<h5>Libraries, Tools & Applications</h5>
<p>
Apache, Nginx, Node.js, Mean Stack, Symfony Framework, Laravel Framework, Zend Framework, jQuery, SVN,
Git, MySQL, MongoDB, Lucene, ElasticSearch, Memcached, WordPress, Windows, Linux, Adobe Photoshop, MS Office, Restlet
</p>
<h4>Languages</h4>
<h5>Slovenian</h5>
<ul>
<li>Understanding - Listening: C2, Reading: C2</li>
<li>Speaking - Spoken Interaction: C2, Spoken Production: C2</li>
<li>Writing - C2</li>
</ul>
<h5>English</h5>
<ul>
<li>Understanding - Listening: C2, Reading: C2</li>
<li>Speaking - Spoken Interaction: C2, Spoken Production: C2</li>
<li>Writing - C2</li>
</ul>
<h5>Serbian/Croatian/Bosnian</h5>
<ul>
<li>Understanding - Listening: C1, Reading: B2</li>
<li>Speaking - Spoken Interaction: C1, Spoken Production: C1</li>
<li>Writing - B1</li>
</ul>
<h5>German</h5>
<ul>
<li>Understanding - Listening: A1, Reading: A1</li>
<li>Speaking - Spoken Interaction: A1, Spoken Production: A1</li>
<li>Writing - A1</li>
</ul>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Education</h3>
</header>
<div class="col-md-9">
<h4>Srednja šola za elektrotehniko in računalništvo
<small class="text-muted">Ljubljana, Slovenia</small>
- <i>Elektro gimnazija</i>
</h4>
<h6>1997 - 2001</h6>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Certifications</h3>
</header>
<div class="col-md-9">
<h4>Zend Certified Engineer
<small class="text-muted">License ZEND012778</small>
</h4>
<h6>December 2009</h6>
</div>
</article>
<article class="row">
<header class="col-md-3">
<h3>Interests & Hobbies</h3>
</header>
<div class="col-md-9">
<ul>
<li>Tabletop games</li>
<li>DIY & Crafts</li>
<li>Photography</li>
<li>Film</li>
<li>Travel</li>
<li>Zen</li>
<li>Painting</li>
<li>Music</li>
<li>...</li>
</ul>
</div>
</article>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"
integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js"
integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>