From 647b038fa3be7e17dbef9b653275774246e2c42b Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:30:10 +0200 Subject: [PATCH 1/2] :children_crossing: improve links in about section --- page/start/index.php | 14 +++++++++++--- page/strings.php | 20 +++++++++++++------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/page/start/index.php b/page/start/index.php index af93c9d..7ab554a 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -326,12 +326,20 @@ foreach($about_text as $one_about_text_line){ echo("" . $one_about_text_line . ""); } - - $mail_address = "mail@sb"."gg.jetzt"; ?> - get("about_mail_address_prefix") ?>: class="link"> get("about_disclaimer") ?> + +
+ class="button primary"> + + get("about_button_mail") ?> + + + + get("about_button_website") ?> + +
diff --git a/page/strings.php b/page/strings.php index ec6a04e..b1fedae 100644 --- a/page/strings.php +++ b/page/strings.php @@ -318,25 +318,31 @@ "de" => [ "Hi, ich bin Kim (sie/er/they)! Als nicht-binäre Person warte ich schon seit einer Ewigkeit auf das Selbstbestimmungsgesetz.", "Die von der Bundesregierung selbst gesetzten Fristen für das Gesetz werden ständig verschoben und über den Fortschritt des Vorhabens dringt nur wenig nach außen.", - "Auf dieser Seite möchte ich dem Selbstbestimmungsgesetz die nötige Transparenz geben und den derzeitigen Stand der Gesetzgebung dokumentieren." + "Auf dieser Seite möchte ich dem Selbstbestimmungsgesetz die nötige Transparenz geben und den derzeitigen Stand der Gesetzgebung dokumentieren.", + "Für Fragen oder Anregungen stehe ich gerne zur Verfügung." ], "en" => [ "Hi, I'm Kim (they/them)! As a non-binary person, I've been waiting for the Self-Determination Act for ages.", "The deadlines for the law set by the federal government are constantly being pushed back and little is revealed about the progress of the project.", - "On this page I want to give the Self-Determination Law the necessary transparency and document the current status of the legislation." + "On this page I want to give the Self-Determination Law the necessary transparency and document the current status of the legislation.", + "If you have any questions or suggestions, feel free to contact me." ] ], - "about_mail_address_prefix" => [ - "de" => "Für Fragen oder Anregungen bin ich jederzeit gerne per E-Mail erreichbar", - "en" => "If you have any questions or suggestions, feel free to contact me via e-mail" - ], - "about_disclaimer" => [ "de" => "Die Inhalte dieser Seite wurden sorgfältig recherchiert und nach bestem Wissen und Gewissen erstellt. Für die Korrektheit der Angaben wird jedoch keine Haftung übernommen.", "en" => "The contents of this site have been carefully researched and created to the best of my knowledge and belief. However, no liability is assumed for the correctness of the information." ], + "about_button_mail" => [ + "de" => "Kontakt", + "en" => "Contact" + ], + "about_button_website" => [ + "de" => "Mehr Über Mich", + "en" => "More About Me" + ], + From fd9eece94bdde8828e9768fa5e823fa3656ec4a6 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:30:27 +0200 Subject: [PATCH 2/2] :bookmark: bump version to v1.0.19 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index 17cecfa..ed64fa9 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@