aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-07 14:47:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-07 14:47:40 +0100
commitbf49274b4022483ead8cdd7215b1b321db22e14e (patch)
treeb00ca2a65756e7ff5b0df73dd4b45735ffde5d56
parent2d60e71693b12f0bff41a71d504bea1a062d5a67 (diff)
downloadmitjafelicijan.com-bf49274b4022483ead8cdd7215b1b321db22e14e.tar.gz
Navigation cleanup
-rwxr-xr-xcontent/pages/curriculum-vitae.md2
-rwxr-xr-xthemes/simple/layouts/partials/navigation.html2
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>