-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
781 lines (728 loc) · 29.8 KB
/
Copy pathindex.html
File metadata and controls
781 lines (728 loc) · 29.8 KB
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
<!DOCTYPE html>
<!-- Change the value of lang="en" attribute if your website's language is not English.
You can find the code of your language here - https://www.w3schools.com/tags/ref_language_codes.asp -->
<html lang="en">
<head>
<title>Yashar Zolmajdi</title>
<meta name="description" content="" />
<meta charset="utf-8" />
<!--[if IE
]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"
/><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicons -->
<link rel="shortcut icon" href="images/Yashar-logo.ico" />
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-responsive.css" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel="stylesheet" href="css/vertical-rhythm.min.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
</head>
<body class="appear-animate">
<!-- Page Loader -->
<div class="page-loader">
<div class="loader">Loading...</div>
</div>
<!-- End Page Loader -->
<!-- Skip to Content -->
<a href="#main" class="btn skip-to-content">Skip to Content</a>
<!-- End Skip to Content -->
<!-- Page Wrap -->
<div class="page" id="top">
<!-- Navigation panel -->
<nav class="main-nav dark transparent stick-fixed">
<div class="full-wrapper relative clearfix">
<!-- Logo ( * your text or image into link tag *) -->
<div class="nav-logo-wrap local-scroll">
<a href="#top" class="logo">
<img src="images/yashar.png" alt="Company logo" />
</a>
</div>
<div class="mobile-nav" role="button" tabindex="0">
<i class="fa fa-bars"></i>
<span class="sr-only">Menu</span>
</div>
<!-- Main Menu -->
<div class="inner-nav desktop-nav">
<ul class="clearlist scroll-nav local-scroll">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
<!-- Button -->
<li>
<a
href="https://drive.google.com/file/d/1t6IgRi8NM-RGxVW2O5CcQyHDAKHH1bXi/view?usp=sharing"
target="_blank"
><span class="btn btn-mod btn-circle btn-w"
><i class="fa fa-cloud-download"></i> Download CV</span
></a
>
</li>
<!-- End Button -->
</ul>
</div>
</div>
</nav>
<!-- End Navigation panel -->
<main id="main">
<!-- Home Section -->
<section
class="page-section bg-dark bg-dark-alfa-25 bg-purple"
id="home"
>
<div class="relative container">
<!-- Hero Content -->
<div class="home-content">
<div class="home-text">
<div class="row mt-60 mt-xs-20">
<div
class="col-sm-6 col-lg-5 align-center pt-20 pt-lg-0 mb-xs-30"
>
<div class="hs-line-4 font-alt mb-20">Yashar Zolmajdi</div>
<h1 class="hs-line-15 font-alt mb-40 mb-xs-20">
Web Developer
</h1>
<div class="section-text white mb-70 mb-xs-40 text-justify">
<p>
<span class="dropcap font-alt">M</span>y name is Yashar
Zolmajdi. I’m a Full-Stack Developer, I have been
developing web and OS applications for over 7 years. I
have worked on APIs, Microservers, Services, Machine/AI
Learning and Windows Applications. I have commercial
experience developing secure API and system integrations
from scratch.
</p>
<hr class="white mb-30" />
<div>
<h4 class="font-alt mt-0 mb-20">Profile</h4>
<div>
<strong>Age:</strong>
25
</div>
<div>
<strong>Address:</strong>
Sydney, NSW, Australia
</div>
<div>
<strong>Phone:</strong>
+61 40****281
</div>
<div>
<strong>Email:</strong>
<a href="#">yashar.zolmajdi@gmail.com</a>
</div>
<div>
<strong>Status:</strong>
Available
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-offset-1">
<img
src="images/25398194_10212592061774766_841429694849146736_o.jpg"
alt=""
/>
</div>
</div>
</div>
</div>
<!-- End Hero Content -->
</div>
</section>
<!-- End Home Section -->
<!-- Skills Section -->
<section class="page-section" id="skills">
<div class="container relative">
<div class="row">
<div class="col-sm-3">
<h2
class="section-title font-alt align-left mt-0 mb-70 mb-sm-40"
>
Skills
</h2>
</div>
<div class="col-sm-9">
<div class="section-text mb-50 mb-xs-30">
I have a very borad knowlage of all aspect of the web,
everything from desinings to development and devops.
</div>
<div class="row">
<div class="col-sm-6 mb-sm-50 mb-xs-30">
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="99"
aria-valuemin="0"
aria-valuemax="100"
>
HTML, % <span>99</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
Web Design, % <span>80</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="99"
aria-valuemin="0"
aria-valuemax="100"
>
CSS/SASS, % <span>99</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
>
MySql, % <span>90</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
>
PHP, % <span>90</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="99"
aria-valuemin="0"
aria-valuemax="100"
>
JS/jQuery, % <span>99</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
>
Angular, % <span>70</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="90"
aria-valuemin="0"
aria-valuemax="100"
>
NodeJS, % <span>90</span>
</div>
</div>
<!-- End Bar Item -->
</div>
<div class="col-sm-6 mb-sm-50 mb-xs-30">
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="99"
aria-valuemin="0"
aria-valuemax="100"
>
React, % <span>99</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="99"
aria-valuemin="0"
aria-valuemax="100"
>
NPM/Yarn, % <span>99</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
C#, % <span>80</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
>
C++, % <span>70</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
>
C, % <span>70</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
Python, % <span>80</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="60"
aria-valuemin="0"
aria-valuemax="100"
>
Java, % <span>60</span>
</div>
</div>
<!-- End Bar Item -->
<!-- Bar Item -->
<div class="progress tpl-progress">
<div
class="progress-bar"
role="progressbar"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
>
MongoDB, % <span>80</span>
</div>
</div>
<!-- End Bar Item -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!-- Divider -->
<hr class="mt-0 mb-0" />
<!-- End Divider -->
<!-- Expirience Section -->
<section class="page-section" id="experience">
<div class="container relative">
<div class="row">
<!-- Section Title -->
<div class="col-sm-3">
<h2
class="section-title font-alt align-left mt-0 mb-70 mb-sm-40"
>
Experience
</h2>
</div>
<!-- End Section Title -->
<!-- Section Content -->
<div class="col-sm-9">
<div class="section-text">
<div class="row">
<div class="col-md-2 black">2019–present</div>
<div class="col-md-10">
<h4 class="mt-0 mb-0">Front-End Developer @ Q-CTRL</h4>
Front End Developer on Black Opal web applications. Duties
include:
<ul>
<li>
Develop, test and maintain all front-end applications
</li>
<li>
Consult with the broader team on decisions for new
products and features
</li>
<li>
Contribute in technical conversations and
decision-making
</li>
<li>
Work with the front-end engineering team to define
front-end engineering best-practices
</li>
<li>
Advocate a culture and practice of quality and
continuous improvement
</li>
<li>Creating and Maintaining ReactJS applications</li>
<li>Creating and Maintaining Google Cloud Functions</li>
<li>Creating Automated Tests</li>
</ul>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-2 black">2015–2019</div>
<div class="col-md-10">
<h4 class="mt-0 mb-0">Full-Stack Developer @ Plutora</h4>
Full Stack Developer on Plutora and Plutora web
applications. Duties include:
<ul>
<li>
Develop/Move applications front-end framework from
ExtjJS to ReactJS/Redux.
</li>
<li>
Development updates to Plutora and Plutora Test
backend using C# and ASP.NET
</li>
<li>
Development updates to Plutora and Plutora Test
frontend using AngularJS and ExtJS
</li>
<li>Support releases</li>
<li>
Assist in the refinement of software development
methodology used throughout the company
</li>
<li>Develop and Maintain REST APIs</li>
<li>Develop and Maintain system integrations</li>
<li>Develop and Maintain monitoring tools</li>
<li>Develop and Maintain Microservices</li>
</ul>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-2 black">2015–2015</div>
<div class="col-md-10">
<h4 class="mt-0 mb-0">Web Developer @ Good Painting</h4>
Web Developer on Good Painting website, Duties include:
<ul>
<li>Development and updates to website</li>
<li>Environment setup and management Deployments</li>
</ul>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-2 black">2014–2015</div>
<div class="col-md-10">
<h4 class="mt-0 mb-0">I.T. Specialist @ Goals A+N</h4>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-2 black">2014–2014</div>
<div class="col-md-10">
<h4 class="mt-0 mb-0">
System Administrator @ Agate I.T
</h4>
</div>
</div>
</div>
</div>
<!-- End Section Content -->
</div>
</div>
</section>
<!-- End Expirience Section -->
<!-- Education Section -->
<section class="page-section" id="education">
<div class="container relative">
<div class="row">
<!-- Section Title -->
<div class="col-sm-3">
<h2
class="section-title font-alt align-left mt-0 mb-70 mb-sm-40"
>
Education
</h2>
</div>
<!-- End Section Title -->
<!-- Section Content -->
<div class="col-sm-9">
<div class="section-text">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-3 black">2017–present</div>
<div class="col-md-9">
<h4 class="mt-0 mb-0">
Master Degree in Information and Communication
Technology
</h4>
<span
><i>Major in Mobile and Web Applications</i></span
>
<span>Western Sydney university</span>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-3 black">2013–2016</div>
<div class="col-md-9">
<h4 class="mt-0 mb-0">
Bachelor in Information and Communication Technology
</h4>
<span><i>Major in Computer entertainment</i></span>
<span>Western Sydney university</span>
</div>
</div>
<hr />
</div>
</div>
</div>
</div>
<!-- End Section Content -->
</div>
</div>
</section>
<!-- End Education Section -->
<!-- Divider -->
<hr class="mt-0 mb-0" />
<!-- End Divider -->
<!-- <section class="page-section" id="portfolio">
<div class="container relative">
<div class="row">
<div class="col-sm-3">
<h2
class="section-title font-alt align-left mt-0 mb-70 mb-sm-40"
>
Portfolio
</h2>
</div>
<div class="col-sm-9">
<ul
class="works-grid work-grid-3 work-grid-gut clearfix font-alt hover-white hide-titles"
id="work-grid"
>
<li class="work-item mix design photography">
<a href="portfolio-single-1.html" class="work-ext-link">
<div class="work-img">
<img
class="work-img"
src="images/portfolio/projects-4.jpg"
alt="Work"
/>
</div>
<div class="work-intro">
<h3 class="work-title">Space</h3>
<div class="work-descr">External Page</div>
</div>
</a>
</li>
<li class="work-item mix branding">
<a href="portfolio-single-1.html" class="work-ext-link">
<div class="work-img">
<img
class="work-img"
src="images/portfolio/projects-6.jpg"
alt="Work"
/>
</div>
<div class="work-intro">
<h3 class="work-title">Boy in T-shirt</h3>
<div class="work-descr">External Page</div>
</div>
</a>
</li>
<li class="work-item mix design">
<a href="portfolio-single-1.html" class="work-ext-link">
<div class="work-img">
<img
class="work-img"
src="images/portfolio/projects-10.jpg"
alt="Work"
/>
</div>
<div class="work-intro">
<h3 class="work-title">Model</h3>
<div class="work-descr">External Page</div>
</div>
</a>
</li>
</ul>
<div class="align-right mt-20">
<a
href="portfolio-boxed-gutter-3col.html"
class="btn btn-mod btn-gray btn-small btn-circle"
>More Works <i class="fa fa-angle-right"></i
></a>
</div>
</div>
</div>
</div>
</section> -->
<!-- Divider -->
<hr class="mt-0 mb-0" />
<!-- End Divider -->
<!-- Contact Section -->
<section class="page-section" id="contact">
<div class="container relative">
<div class="row">
<div class="col-sm-3">
<h2
class="section-title font-alt align-left mt-0 mb-70 mb-sm-40"
>
Contact
</h2>
</div>
<div class="col-sm-9">
<div class="section-text mb-70 mb-xs-40">
Please Feel free to contact me any time by sending an email to
<strong>yashar.zolmajdi@gmail.com</strong>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- Foter -->
<footer class="page-section bg-gray-lighter footer pb-60">
<div class="container">
<!-- Footer Logo -->
<div class="local-scroll mb-30 wow fadeInUp" data-wow-duration="1.5s">
<a href="#top"
><img
src="images/Yashar-logo.png"
width="78"
height="36"
alt="Company logo"
/><span class="sr-only">Scroll to the top of the page</span></a
>
</div>
<!-- End Footer Logo -->
<!-- Social Links -->
<div class="footer-social-links mb-110 mb-xs-60">
<a
href="https://github.com/yasharzolmajdi"
title="Github"
target="_blank"
><i class="fa fa-github"></i>
<span class="sr-only">Github profile</span></a
>
<a
href="https://www.linkedin.com/in/yasharzolmajdi/"
title="LinkedIn+"
target="_blank"
><i class="fa fa-linkedin"></i>
<span class="sr-only">LinkedIn profile</span></a
>
</div>
<!-- End Social Links -->
<!-- Footer Text -->
<div class="footer-text">
<!-- Copyright -->
<div class="footer-copy font-alt">© Yashar 2021.</div>
<!-- End Copyright -->
</div>
<!-- End Footer Text -->
</div>
<!-- Top Link -->
<div class="local-scroll">
<a href="#top" class="link-to-top"><i class="fa fa-caret-up"></i></a>
</div>
<!-- End Top Link -->
</footer>
<!-- End Foter -->
</div>
<!-- End Page Wrap -->
<!-- JS -->
<script type="text/javascript" src="js/jquery-3.5.1.min.js"></script>
<script
type="text/javascript"
src="js/jquery-migrate-1.4.1.min.js"
></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/jquery.viewport.mini.js"></script>
<script type="text/javascript" src="js/jquery.countTo.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<script
type="text/javascript"
src="js/jquery.magnific-popup.min.js"
></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/masonry.pkgd.min.js"></script>
<script type="text/javascript" src="js/jquery.lazyload.min.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script type="text/javascript" src="js/contact-form.js"></script>
<script type="text/javascript" src="js/jquery.ajaxchimp.min.js"></script>
<!--[if lt IE 10
]><script type="text/javascript" src="js/placeholder.js"></script
><![endif]-->
</body>
</html>