From 1541e08066ab4b220d04ee9f4093158381e3afe5 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 2 Apr 2024 17:32:49 +0200 Subject: [PATCH 1/6] :pencil2: fix casing --- page/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/strings.php b/page/strings.php index 868af3b..362aa5a 100644 --- a/page/strings.php +++ b/page/strings.php @@ -359,7 +359,7 @@ "news_title" => [ "de" => "Bleib auf dem Laufenden", - "en" => "Stay up to date" + "en" => "Stay up to Date" ], "news_newsletter_title" => [ From 4f9ec0d42f170bb944bc0bf8f39613612463740e Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 2 Apr 2024 18:45:53 +0200 Subject: [PATCH 2/6] :sparkles: recommendations layout (fix #77) --- page/start/index.php | 45 ++++++++++++++++++++++++++++++++++ page/start/style.css | 58 ++++++++++++++++++++++++++++++++++++++++++++ page/strings.php | 13 ++++++++++ 3 files changed, 116 insertions(+) diff --git a/page/start/index.php b/page/start/index.php index aa089da..68592da 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -485,6 +485,51 @@ + +
diff --git a/page/start/style.css b/page/start/style.css index aab99be..20f5e74 100644 --- a/page/start/style.css +++ b/page/start/style.css @@ -603,6 +603,64 @@ a.box:hover { +/* SECTION: RECOMMENDATIONS */ +.card-list { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + align-items: stretch; + gap: 1rem; +} + +.card-list .card { + flex-basis: calc(50% - 0.5rem); + flex-grow: 1; + + display: flex; + flex-direction: row; + flex-wrap: nowrap; + gap: 1rem; + + max-width: 32rem; + padding: 1rem; + + border-radius: 2rem; + background-color: var(--color-bg-light); +} + +.card-list .card img { + align-self: center; + + width: 4rem; +} + +.card-list .card .text { + align-self: flex-start; + + display: flex; + flex-direction: column; + flex-wrap: nowrap; + align-items: stretch; + gap: 0.5rem; + + text-align: left; +} +.card-list .card .text .title { + color: var(--color-white); + font-weight: bold; +} +.card-list .card:hover .text .title { + text-decoration: underline; +} +.card-list .card .text .description { + color: var(--color-gray); +} + + + + + /* COPYLINKS */ .copylink { position: absolute; diff --git a/page/strings.php b/page/strings.php index 362aa5a..b7ac697 100644 --- a/page/strings.php +++ b/page/strings.php @@ -404,6 +404,19 @@ + "recommendations_title" => [ + "de" => "Das Könnte Dich auch Interessieren", + "en" => "You Might also Like This" + ], + "recommendations_note" => [ + "de" => "Bei obigen Empfehlungen handelt es sich um Projekte mit Bezug auf das Thema Trans*, bei denen ich entweder selbst mitwirke oder mit deren Betreiber*innen ich in engem Austausch stehe.", + "en" => "The recommendations above are projects related to the topic of trans*, in which I either participate myself or whose operators I am in close contact with." + ], + + + + + "about_title" => [ "de" => "Über diese Webseite", "en" => "About this Website" From 2d529f062002ab3a8166c378b87f4cb3b319d89b Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 5 Apr 2024 23:27:27 +0200 Subject: [PATCH 3/6] :speech_balloon: add link to pstg45b.de (fix #78) --- page/start/index.php | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/page/start/index.php b/page/start/index.php index 68592da..a3396b6 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -493,35 +493,11 @@
From 815cfb8b24b5b140f04c905ec14b240493c6f9f9 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 9 Apr 2024 18:43:50 +0200 Subject: [PATCH 4/6] :speech_balloon: date for 2nd/3rd reading is now official --- page/start/index.php | 33 ++++++------------------------- page/strings.php | 47 ++++++++++---------------------------------- 2 files changed, 16 insertions(+), 64 deletions(-) diff --git a/page/start/index.php b/page/start/index.php index a3396b6..8b51074 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -322,45 +322,24 @@
- - -
+
+
+