From fcd91ca44d2fd9c55164fb72810286f5d38d2c92 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 21 Jan 2018 21:56:53 +0100 Subject: Working on the complete re-design --- crumbs/templates/home.html | 155 ++++++++++++-------------------------------- crumbs/templates/style.html | 7 ++ 2 files changed, 50 insertions(+), 112 deletions(-) create mode 100644 crumbs/templates/style.html (limited to 'crumbs/templates') diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html index 1dc43e8..503602b 100755 --- a/crumbs/templates/home.html +++ b/crumbs/templates/home.html @@ -1,128 +1,59 @@ - {% block head %} - - - - - + {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} - - {% if NEST_CSS_MINIFY %} - - {% else %} - - - - - - - - {% endif %} - + + - - {% if FEED_ALL_ATOM %} - - {% endif %} - {% if FEED_ALL_RSS %} - - {% endif %} - {% if FEED_ATOM %} - - {% endif %} - {% if FEED_RSS %} - - {% endif %} - {% if CATEGORY_FEED_ATOM and category %} - - {% endif %} - {% if CATEGORY_FEED_RSS and category %} - - {% endif %} - {% if TAG_FEED_ATOM and tag %} - - {% endif %} - {% if TAG_FEED_RSS and tag %} - - {% endif %} - + + - - - - {% if GOOGLE_ANALYTICS %} - - - - {% endif %} + + + + - {% endblock head %} + {% endblock head %} - - - - -
- - -
-
- - - -
- -

Fun memory violations

- -

Hi – Welcome to my dusty internet hangout place.

- -

My name is Katharina Fey and I'm a software developer from Berlin. I like taking photos, writing stories and starting way too many personal projects.

- - - - -

To get in touch with me, you can also send an e-mail to kookie@spacekookie.de

-
+ + + +
+ +

Fun Memory Violations

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +

Hi – Welcome to my dusty internet hangout place.

+ +

I'm a software developer from Berlin. I like taking photos, writing stories and starting way too many personal projects.

+
- diff --git a/crumbs/templates/style.html b/crumbs/templates/style.html new file mode 100644 index 0000000..756560c --- /dev/null +++ b/crumbs/templates/style.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3