From 4545165e784b5be3bf46fea7b241a152282ffe80 Mon Sep 17 00:00:00 2001
From: horus
Date: Mon, 1 Mar 2021 17:49:53 +0100
Subject: add quote and flavor text
---
views/index.html | 3 +++
views/projects.html | 6 +++++-
views/snippets/layout.html | 10 ++++++++++
views/tools.html | 9 ++++++++-
4 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/views/index.html b/views/index.html
index ba4dd1e..48e7520 100644
--- a/views/index.html
+++ b/views/index.html
@@ -18,6 +18,9 @@
+
+ I'm just a simple man, trying to find my way in the universe.
+
-
I did some stuff online:
diff --git a/views/projects.html b/views/projects.html
index 089434b..6bf8381 100644
--- a/views/projects.html
+++ b/views/projects.html
@@ -5,7 +5,11 @@
-
My Projects
+
+
My Projects
+ Stuff I spent my free time on
+
+
-
Fuselkönig.de - Blog über Alkohol
diff --git a/views/snippets/layout.html b/views/snippets/layout.html
index b788215..416f119 100644
--- a/views/snippets/layout.html
+++ b/views/snippets/layout.html
@@ -56,6 +56,16 @@
width: 30%;
}
}
+
+ .quote {
+ margin-bottom: 3.5rem;
+ }
+ .flavor-text {
+ margin-bottom: 2rem;
+ }
+ .flavor-text > h1 {
+ margin-bottom: 0;
+ }