diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:45:36 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:45:36 +0100 |
| commit | 1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (patch) | |
| tree | c18c63e0b230c5a012d01d12b8f9869d7d51bd6c /curriculum-vitae.md | |
| parent | 4bf5834c060277b93ee293aa3826763180346803 (diff) | |
| download | mitjafelicijan.com-1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2.tar.gz | |
Added SEO plugin
Diffstat (limited to 'curriculum-vitae.md')
| -rw-r--r-- | curriculum-vitae.md | 12 |
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 | |||
| 6 | type: page | 6 | type: 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 | ||
| 22 | Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+CV+Contact)* | 11 | Email 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 | |||
