diff --git a/backend/src/emails/templates/includes/footer.pug b/backend/src/emails/templates/includes/footer.pug new file mode 100644 index 000000000..9f7c55ba6 --- /dev/null +++ b/backend/src/emails/templates/includes/footer.pug @@ -0,0 +1,99 @@ +footer + .w-container(class="footer_01") + .socialmedia + a( + target="_blank" + href="https://www.facebook.com/groups/Gradido/" + ) + svg.bi-facebook( + fill="#bec2cb" + xmlns="http://www.w3.org/2000/svg" + aria-label="facebook" + role="img" + focusable="false" + height="29" + width="29" + viewBox="0 0 16 16" + ) + g + path( + d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" + ) + a( + target="_blank" + href="https://twitter.com/gradido" + ) + svg.bi-twitter( + fill="#bec2cb" + xmlns="http://www.w3.org/2000/svg" + aria-label="twitter" + role="img" + focusable="false" + height="29" + width="29" + viewBox="0 0 16 16" + ) + g + path( + d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" + ) + a( + target="_blank" + href="https://www.youtube.com/c/GradidoNet" + ) + svg.bi-youtube( + fill="#bec2cb" + xmlns="http://www.w3.org/2000/svg" + aria-label="youtube" + role="img" + focusable="false" + height="29" + width="29" + viewBox="0 0 16 16" + ) + g + path( + d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.122C.002 7.343.01 6.6.064 5.78l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" + ) + a( + target="_blank" + href="https://t.me/GradidoGruppe" + ) + svg.bi-telegram( + viewBox="0 0 16 16" + fill="#bec2cb" + height="29" + width="29" + xmlns="http://www.w3.org/2000/svg" + ) + path( + d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z" + ) + .line + .wf-section(class="footer_02") + .container-2.w-container + div(class="footer_p1")= t("general.contactOurSupport") + div(class="footer_p2")= t("general.supportEmail") + img.image-2( + alt="" + loading="lazy" + src="includes/images/logo_gradido.png" + ) + div(class="footer_p1") + | Gradido-Akademie + br + | Institut für Wirtschaftsbionik + br + | Pfarrweg 2, 74653 Künzelsau, DE + .div-block + a( + class="terms_of_use" + href="https://gradido.net/de/impressum/" + target="_blank" + )= t("general.imprint") + .text-block-3 | + a( + class="terms_of_use" + href="https://gradido.net/de/datenschutz/" + target="_blank" + )= t("general.privacyPolicy") diff --git a/backend/src/emails/templates/includes/images/logo_gradido.png b/backend/src/emails/templates/includes/images/logo_gradido.png new file mode 100644 index 000000000..ce09e0eeb Binary files /dev/null and b/backend/src/emails/templates/includes/images/logo_gradido.png differ diff --git a/backend/src/locales/de.json b/backend/src/locales/de.json index 4dc90def2..247c3b574 100644 --- a/backend/src/locales/de.json +++ b/backend/src/locales/de.json @@ -4,7 +4,8 @@ "duration": "Der Link hat eine Gültigkeit von {hours} Stunden und {minutes} Minuten. Sollte die Gültigkeit des Links bereits abgelaufen sein, kannst du dir hier einen neuen Link schicken lassen:", "emailRegistered": "deine E-Mail-Adresse wurde soeben bei Gradido registriert.", "pleaseClickLink": "Klicke bitte auf diesen Link, um die Registrierung abzuschließen und dein Gradido-Konto zu aktivieren:", - "subject": "Gradido: E-Mail Überprüfung" + "subject": "Gradido: E-Mail Überprüfung", + "title": "E-Mail Überprüfung" }, "accountMultiRegistration": { "emailExists": "Es existiert jedoch zu deiner E-Mail-Adresse schon ein Konto.", @@ -61,9 +62,13 @@ } }, "general": { + "contactOurSupport": "Bei weiteren fragen kontaktiere bitte unseren Support.", "decimalSeparator": ",", - "imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland", + "imprint": "Impressum", + "imprintAddress": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland", "imprintImageAlt": "Gradido-Akademie Logo", - "imprintImageURL": "https://gdd.gradido.net/img/brand/green.png" + "imprintImageURL": "https://gdd.gradido.net/img/brand/green.png", + "privacyPolicy": "Datenschutzerklärung", + "supportEmail": "support@gradido.com" } } diff --git a/backend/src/locales/en.json b/backend/src/locales/en.json index 74c5739bc..92eb3d875 100644 --- a/backend/src/locales/en.json +++ b/backend/src/locales/en.json @@ -4,7 +4,8 @@ "duration": "The link has a validity of {hours} hours and {minutes} minutes. If the validity of the link has already expired, you can have a new link sent to you here:", "emailRegistered": "Your email address has just been registered with Gradido.", "pleaseClickLink": "Please click on this link to complete the registration and activate your Gradido account:", - "subject": "Gradido: Email Verification" + "subject": "Gradido: Email Verification", + "title": "Email Verification" }, "accountMultiRegistration": { "emailExists": "However, an account already exists for your email address.", @@ -61,9 +62,13 @@ } }, "general": { + "contactOurSupport": "If you have any further questions, please contact our support.", "decimalSeparator": ".", - "imprint": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland", + "imprint": "Impressum", + "imprintAddress": "Gradido-Akademie\nInstitut für Wirtschaftsbionik\nPfarrweg 2\n74653 Künzelsau\nDeutschland", "imprintImageAlt": "Gradido-Akademie Logo", - "imprintImageURL": "https://gdd.gradido.net/img/brand/green.png" + "imprintImageURL": "https://gdd.gradido.net/img/brand/green.png", + "privacyPolicy": "Privacy Policy", + "supportEmail": "support@gradido.com" } }