From c0f65f76be3f33fb464d3f75c9b9e0100ea60436 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Feb 2019 00:07:04 +0100 Subject: Move to Firebase and added additional content --- content/cv.md | 2 +- content/files/avatar-512x512.png | Bin 0 -> 533383 bytes content/files/avatar-64x64.png | Bin 0 -> 11266 bytes content/files/style.css | 6 ++++++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 content/files/avatar-512x512.png create mode 100644 content/files/avatar-64x64.png create mode 100644 content/files/style.css (limited to 'content') diff --git a/content/cv.md b/content/cv.md index 619be1a..0d4aeb4 100644 --- a/content/cv.md +++ b/content/cv.md @@ -14,7 +14,7 @@ slug: curriculum-vitae - **Key languages:** Golang, Python, C/C++, Bash, C#, Java, Perl. - **Platforms:** GNU/Linux, Arch, Debian, Gentoo, Red Hat, Custom distros. -- **Fields of study:** 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. +- **Fields of study:** 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. ## Major projects diff --git a/content/files/avatar-512x512.png b/content/files/avatar-512x512.png new file mode 100644 index 0000000..1ebe6f2 Binary files /dev/null and b/content/files/avatar-512x512.png differ diff --git a/content/files/avatar-64x64.png b/content/files/avatar-64x64.png new file mode 100644 index 0000000..86e840e Binary files /dev/null and b/content/files/avatar-64x64.png differ diff --git a/content/files/style.css b/content/files/style.css new file mode 100644 index 0000000..df892e5 --- /dev/null +++ b/content/files/style.css @@ -0,0 +1,6 @@ + +@media print { + nav, footer { + display: none; + } +} -- cgit v1.2.3