From eb70bb8eec77f499ccc9d1f39d1803afbcc2cf31 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 2 Mar 2021 22:09:53 +0100 Subject: [PATCH 01/25] Added vector icons. --- assets/images/circle_icon_briefcase.svg | 88 +++++++++++++++++++++++ assets/images/circle_icon_building.svg | 88 +++++++++++++++++++++++ assets/images/circle_icon_clippy.svg | 88 +++++++++++++++++++++++ assets/images/circle_icon_dragon.svg | 88 +++++++++++++++++++++++ assets/images/circle_icon_fist.svg | 88 +++++++++++++++++++++++ assets/images/circle_icon_group.svg | 27 +++++++ assets/images/circle_icon_institution.svg | 88 +++++++++++++++++++++++ assets/images/mastodon_logo.svg | 5 ++ 8 files changed, 560 insertions(+) create mode 100644 assets/images/circle_icon_briefcase.svg create mode 100644 assets/images/circle_icon_building.svg create mode 100644 assets/images/circle_icon_clippy.svg create mode 100644 assets/images/circle_icon_dragon.svg create mode 100644 assets/images/circle_icon_fist.svg create mode 100644 assets/images/circle_icon_group.svg create mode 100644 assets/images/circle_icon_institution.svg create mode 100644 assets/images/mastodon_logo.svg diff --git a/assets/images/circle_icon_briefcase.svg b/assets/images/circle_icon_briefcase.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_briefcase.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_building.svg b/assets/images/circle_icon_building.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_building.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_clippy.svg b/assets/images/circle_icon_clippy.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_clippy.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_dragon.svg b/assets/images/circle_icon_dragon.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_dragon.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_fist.svg b/assets/images/circle_icon_fist.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_fist.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_group.svg b/assets/images/circle_icon_group.svg new file mode 100644 index 00000000..c99288b0 --- /dev/null +++ b/assets/images/circle_icon_group.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/circle_icon_institution.svg b/assets/images/circle_icon_institution.svg new file mode 100644 index 00000000..30cf2f81 --- /dev/null +++ b/assets/images/circle_icon_institution.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/mastodon_logo.svg b/assets/images/mastodon_logo.svg new file mode 100644 index 00000000..4b83a484 --- /dev/null +++ b/assets/images/mastodon_logo.svg @@ -0,0 +1,5 @@ + + + + + From ef6179a326148b0a8931568092f10a75f57c2755 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 2 Mar 2021 22:11:57 +0100 Subject: [PATCH 02/25] Removed hard line from header background. --- assets/images/wtf-header-bg.jpg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/images/wtf-header-bg.jpg b/assets/images/wtf-header-bg.jpg index e3d5bc17..3fa347a8 100644 --- a/assets/images/wtf-header-bg.jpg +++ b/assets/images/wtf-header-bg.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92b82c014b16f69c3bae3a30b2c15d35a7d78da573571a4da257e6a038ff83de -size 138802 +oid sha256:563f2b723ed0b49f27ac0e3708bca0174a08e36e3a7cab276969288c4b3b699b +size 109328 From 7a9c287e4600b0d9960d90dab0fc3bd27b49401e Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 2 Mar 2021 22:40:11 +0100 Subject: [PATCH 03/25] WIP: Slim header according to topio Broken below 789px responsive magic missing. --- assets/css/style.css | 21 ++++++++++++++++----- templates/header_slim.html | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6774e85c..317c1db8 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -248,6 +248,10 @@ header { .header__slim_box { margin-top: -0.75rem; + padding-bottom: 6em; + background-image: url("../images/wtf-header-bg.jpg"); + background-repeat: no-repeat; + background-size: cover; display: grid; grid-template-rows: 46px 18px; @@ -271,7 +275,7 @@ header { } .slim_box__top_bar_middle { - background-image: url("../images/header_top_triangles_dark_blue.svg"); + background-image: url("../images/header_top_triangles.svg"); } .bg_box__top_bar_right, .slim_box__top_bar_right { @@ -281,10 +285,6 @@ header { z-index: 5; } -.slim_box__top_bar_right { - background-color: var(--wtf-dark-blue); -} - .bg_box__unicorns { grid-row: 2 / span 6; grid-column: 1 / span 5; @@ -295,6 +295,17 @@ header { z-index: 10; } +.slim_box__unicorns { + grid-row: 1 / span 2; + grid-column: 1 / span 5; + background-image: url("../images/translucent_unicorns.svg"); + background-position: top 1rem left 95% ; + background-size: auto 115%; + background-repeat: no-repeat; + z-index: 10; + margin-bottom: -6em; +} + .bg_box__big_bg { grid-row: 3 / span 2; grid-column: 1 / span 5; diff --git a/templates/header_slim.html b/templates/header_slim.html index 6f25de3c..28418d10 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -68,5 +68,6 @@
+
{% endblock %} From 76dc8038cc95a253b95bd5b2ddfb09c077a24983 Mon Sep 17 00:00:00 2001 From: rev0lverheld Date: Wed, 3 Mar 2021 21:19:46 +0100 Subject: [PATCH 04/25] Typo im Footer gefixt --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 6461b373..708128c8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -77,7 +77,7 @@ __ ____________________