diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index e654df1..e54aff8 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -4,6 +4,764 @@ {% block body_class %}{% endblock %} {% block content %} +
+
+
+ Drawing of my computer desk where we see an iMac with an open Terminal + with Swift code snippets. On the shelf behind we can see programming + books for Rust, Swift and JavaScript. The books are arranges vertically + next to a small flower pot. The flower has big green leafes. A cup of + steaming coffee sits on the desk, to the left of the iMac. +
+ +
+
+

+ Hi! I'm Konstantin +

+ +
+
+

{{ page.title }}

@@ -17,7 +775,7 @@
-
+
{{ page.body }}
diff --git a/theme/static/images/waving-hand-sign_1f44b.png b/theme/static/images/waving-hand-sign_1f44b.png new file mode 100644 index 0000000..43ae007 Binary files /dev/null and b/theme/static/images/waving-hand-sign_1f44b.png differ diff --git a/theme/static_src/src/styles.css b/theme/static_src/src/styles.css index 188b7a0..74f86ff 100644 --- a/theme/static_src/src/styles.css +++ b/theme/static_src/src/styles.css @@ -44,11 +44,11 @@ @apply my-2 mb-3 text-lg leading-relaxed; } - .blog-content ul { + .blog-content ul, .home-content ul { @apply list-none list-inside; } - .blog-content ul li::before { + .blog-content ul li::before, .home-content ul li::before { content: "👉"; font-family: NotoEmoji; @apply inline-block mr-2 py-1;