aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-04-27 14:01:15 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-04-27 14:01:15 +0200
commitfa61221dcd89fcd72cba2c97971626f456c86e5d (patch)
tree9aa1faf0cafba2eda00f55049fb3471ac8e4ce58
parent69a204936c1e26830d623c4023edc816400b4ed7 (diff)
downloadetherpad-fa61221dcd89fcd72cba2c97971626f456c86e5d.tar.gz
etherpad-fa61221dcd89fcd72cba2c97971626f456c86e5d.tar.xz
etherpad-fa61221dcd89fcd72cba2c97971626f456c86e5d.zip
added tos to homepage
-rw-r--r--etherpad/src/static/css/home-opensource.css14
-rw-r--r--etherpad/src/templates/main/home.ejs26
2 files changed, 40 insertions, 0 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css
index 0d1929d..0d6da6d 100644
--- a/etherpad/src/static/css/home-opensource.css
+++ b/etherpad/src/static/css/home-opensource.css
@@ -28,3 +28,17 @@
text-decoration: none;
}
+#tos {
+ margin-top: 8em;
+ color: #222;
+}
+
+#tos h1, #tos p {
+ margin: 1.5em 0;
+}
+
+#tos h1 {
+ font-weight: bold;
+ font-size: 1.1em;
+}
+
diff --git a/etherpad/src/templates/main/home.ejs b/etherpad/src/templates/main/home.ejs
index 22ba15c..495cf77 100644
--- a/etherpad/src/templates/main/home.ejs
+++ b/etherpad/src/templates/main/home.ejs
@@ -27,6 +27,32 @@ limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: O
Create team site
</a>
</div>
+
+ <div id="tos">
+ <h1>
+ <b>Terms of service and Privacy notice</b>
+ </h1>
+
+ <p>
+ <b>Privacy:</b> We guarantee that we will not intentionally hand
+ over your data to any third party.
+ </p>
+
+ <p>
+ <b>Terms:</b> By using splinepad, you certify to agree to the
+ following terms of service: We are not responsible, and cannot
+ be held liable for any loss or damages that may be caused by the
+ result of our service.
+ </p>
+
+ <p>
+ <b>In short:</b> We love the "Datenschutzgesetz" and if
+ something is wrong, we didn't do it.
+ </p>
+
+ Have fun with splinepad.
+ </div>
+
</div>