From 58b5f8d6e52cfc674633b515d6c582214f177458 Mon Sep 17 00:00:00 2001
From: benjamin <bwand@c-base.org>
Date: Sun, 10 Jan 2021 15:43:28 +0100
Subject: [PATCH] neuer Text mit sprechenderem Link

---
 public/index.html | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/public/index.html b/public/index.html
index 5d8b052..d9d4e3e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -160,12 +160,18 @@
               gemacht
             </li>
             <li>
-              Wir haben diese (statische) Webseite mit zusätzlichen
-              Accessibility-Features versehen und CC0-lizensiert, als Einladung,
-              das für euren Erfa-Kreis und andere Webseiten zu übernehmen. So
-              könnt ihr dafür sorgen, dass das Internet für Chaos-Wesen und
-              andere Menschen augenfreundlicher wird.
-              <a href="about.html">Hier könnt ihr Details erfahren.</a>
+              Wir haben für unsere statische Webseite
+              <a href="about.html"
+                >ein freies, barrierearmes HTML5-Template entwickelt, hier auch
+                nochmal detaillierter erklärt</a
+              >
+              und unter
+              <a
+                href="https://creativecommons.org/publicdomain/zero/1.0/deed.de"
+                >CC0-Lizenz</a
+              >
+              veröffentlicht. Wir hoffen, damit könnt ihr eure Projekte und das
+              Internet im allgemeinen für Viele freundlicher gestalten.
             </li>
           </ul>
 
@@ -253,12 +259,16 @@
             </li>
 
             <li>
-              We equipped this website with additional accessibility-features.
-              The source code is licensed under CC0/Public Domain. We invite you
-              to copy these features to the website of your operation center,
-              hackspace or other organization. This will make the internet more
-              accessible for all of us.
-              <a href="about.html#english">Here is more information.</a>
+              We’ve made
+              <a href="about.html"
+                >a free and accessible HTML5-Template for our site and explaned
+                it on this page</a
+              >. We’ve used a
+              <a
+                href="https://creativecommons.org/publicdomain/zero/1.0/deed.de"
+                >cc0-license</a
+              >, so you can use it make your projects and the internet a better
+              place!
             </li>
           </ul>
 
-- 
GitLab