aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/cv.md2
-rw-r--r--content/files/avatar-512x512.pngbin0 -> 533383 bytes
-rw-r--r--content/files/avatar-64x64.pngbin0 -> 11266 bytes
-rw-r--r--content/files/style.css6
4 files changed, 7 insertions, 1 deletions
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
14 14
15- **Key languages:** Golang, Python, C/C++, Bash, C#, Java, Perl. 15- **Key languages:** Golang, Python, C/C++, Bash, C#, Java, Perl.
16- **Platforms:** GNU/Linux, Arch, Debian, Gentoo, Red Hat, Custom distros. 16- **Platforms:** GNU/Linux, Arch, Debian, Gentoo, Red Hat, Custom distros.
17- **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. 17- **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.
18 18
19## Major projects 19## Major projects
20 20
diff --git a/content/files/avatar-512x512.png b/content/files/avatar-512x512.png
new file mode 100644
index 0000000..1ebe6f2
--- /dev/null
+++ b/content/files/avatar-512x512.png
Binary files differ
diff --git a/content/files/avatar-64x64.png b/content/files/avatar-64x64.png
new file mode 100644
index 0000000..86e840e
--- /dev/null
+++ b/content/files/avatar-64x64.png
Binary files 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 @@
1
2@media print {
3 nav, footer {
4 display: none;
5 }
6}