diff options
| -rwxr-xr-x | content/pages/curriculum-vitae.md | 2 | ||||
| -rwxr-xr-x | themes/simple/layouts/partials/navigation.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md index 27e4aff..76b88fc 100755 --- a/content/pages/curriculum-vitae.md +++ b/content/pages/curriculum-vitae.md | |||
| @@ -40,7 +40,7 @@ Email me at *[m@mitjafelicijan.com](mailto:m@mitjafelicijan.com?subject=Website+ | |||
| 40 | 40 | ||
| 41 | - **Key languages:** Nim, Golang, Python, C, Bash. | 41 | - **Key languages:** Nim, Golang, Python, C, Bash. |
| 42 | - **Platforms:** GNU/Linux, macOS. | 42 | - **Platforms:** GNU/Linux, macOS. |
| 43 | - **Interests:** Zigbee, KNX, Modbus, Machine to Machine, Embedded systems, Operating systems, Distributed systems, IOT, RDBMS, Algorithms, Database engine design, SQL, NoSQL, NewSQL, Big data analytics, Machine learning, Prediction algorithms, Realtime analytics, Systems automation, Natural language processing, Bioinformatics. | 43 | - **Interests:** Zigbee, KNX, Modbus, Machine to Machine, Embedded systems, Operating systems, Distributed systems, IOT, RDBMS, Algorithms, Database engine design, SQL, NoSQL, NewSQL, Big data analytics, Machine learning, Prediction algorithms, Realtime analytics, Systems automation, Natural language processing, Bioinformatics, Game development. |
| 44 | 44 | ||
| 45 | ## Major projects | 45 | ## Major projects |
| 46 | 46 | ||
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index eada2d5..c85f417 100755 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> | 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> |
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> | 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> |
| 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> | 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> |
| 13 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> | 13 | <!-- <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> --> |
| 14 | 14 | ||
| 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> | 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> |
| 16 | </nav> | 16 | </nav> |
