From ddfde3282cf9488371e7b45edd9875e63563d3d6 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Mon, 5 Apr 2021 20:06:54 +0200 Subject: [PATCH] added separate contact page and added xmpp (closes #48) and threema --- src/_includes/layouts/base.njk | 2 +- src/de/contact.html | 43 ++++++++++++++++++++++++++++++++++ src/de/donate.html | 2 +- src/de/imprint.html | 36 ++++++++++------------------ src/de/privacy.html | 3 ++- src/en/contact.html | 41 ++++++++++++++++++++++++++++++++ src/en/donate.html | 2 +- src/en/imprint.html | 34 ++++++++++----------------- src/img/threema.svg | 1 + src/img/xmpp.svg | 1 + 10 files changed, 117 insertions(+), 48 deletions(-) create mode 100644 src/de/contact.html create mode 100644 src/en/contact.html create mode 100644 src/img/threema.svg create mode 100644 src/img/xmpp.svg diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index fd358e0..31b61d6 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -96,7 +96,7 @@ title: sp-codes diff --git a/src/en/contact.html b/src/en/contact.html new file mode 100644 index 0000000..dd16f0b --- /dev/null +++ b/src/en/contact.html @@ -0,0 +1,41 @@ +--- +layout: base.njk +key: contact +title: Contact +eleventyNavigation: + key: contact + title: Contact + icon: comment-dots + order: 3 +--- +

Contact Information

+

You want to contact me, report a problem, have a question about a service or would like to support me? Please + send me your message in any of the following ways. I am looking forward to receive your message.

+
+ +
diff --git a/src/en/donate.html b/src/en/donate.html index 1d727b3..63041fd 100644 --- a/src/en/donate.html +++ b/src/en/donate.html @@ -6,7 +6,7 @@ eleventyNavigation: key: donate title: Donate icon: hand-holding-heart - order: 3 + order: 4 ---

Donate

diff --git a/src/en/imprint.html b/src/en/imprint.html index 2d722a4..9b4d755 100644 --- a/src/en/imprint.html +++ b/src/en/imprint.html @@ -11,25 +11,17 @@ title: sp-codes Deutschland

-

Contact Information

-

You want to contact me, report a problem, have a question about a service or would like to support me? Please - send me your message in any of the following ways. I am looking forward to receive your message.

- +

Contact

+

+ E-Mail-Address: mail@sp-codes.de
+ More contact options: https://sp-codes.de/{{locale}}/contact
+

+
+
+

Domains

+
diff --git a/src/img/threema.svg b/src/img/threema.svg new file mode 100644 index 0000000..7b89b35 --- /dev/null +++ b/src/img/threema.svg @@ -0,0 +1 @@ +Threema icon diff --git a/src/img/xmpp.svg b/src/img/xmpp.svg new file mode 100644 index 0000000..5a0b67c --- /dev/null +++ b/src/img/xmpp.svg @@ -0,0 +1 @@ +XMPP icon