aboutsummaryrefslogtreecommitdiff
path: root/curriculum-vitae.md
diff options
context:
space:
mode:
Diffstat (limited to 'curriculum-vitae.md')
-rw-r--r--curriculum-vitae.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/curriculum-vitae.md b/curriculum-vitae.md
index 2235bcf..90382ce 100644
--- a/curriculum-vitae.md
+++ b/curriculum-vitae.md
@@ -6,17 +6,6 @@ layout: page
6type: page 6type: page
7--- 7---
8 8
9<script>
10 window.addEventListener('load', async () => {
11 const cvImage = document.querySelector('.cv-picture img');
12 if (cvImage) {
13 setInterval(() => {
14 cvImage.style.transform = cvImage.style.transform === 'scaleX(1)' ? 'scaleX(-1)' : 'scaleX(1)';
15 }, 1000);
16 }
17 });
18</script>
19
20**Mitja Felicijan** 9**Mitja Felicijan**
21 10
22Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+CV+Contact)* 11Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+CV+Contact)*
@@ -81,4 +70,3 @@ Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+
81- Development and maintenance of the project. 70- Development and maintenance of the project.
82- Code revision, testing and output. 71- Code revision, testing and output.
83- Work on the enhancement suggested by the customers and fixes the bugs reported. 72- Work on the enhancement suggested by the customers and fixes the bugs reported.
84