diff --git a/meta.php b/meta.php index 17cecfa..ed64fa9 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@ " . $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" + ], +