www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit c810222d0380526e9d07d561a9aa286f117ba0eb
parent c4ef4e4ca98c65c376e2d603130a08519949dc4f
Author: rra <rscmbbn@riseup.net>
Date:   Wed Sep  4 17:44:58 +0200

added tos
Diffstat:
index.html | 22++++++++++++++++++++++
style.css | 7+++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -58,6 +58,28 @@
   <div class="break">𓉔</div>
   <h1 id="our-communities">We</h1>
   <p>LURK is used by several communities coming from a variety of cultural, ethnic and professional backgrounds. We strive for LURK to be welcoming to people of these various backgrounds and provide a non-toxic and harassment-free environment. To that extent we’re in the process of writing a Code of Conduct, Terms of Services and Privacy Statement, and have moderators on different platforms.</p>
+
+  <p>For now, by using LURK services you agree to the following:</p>
+
+  <blockquote><ul>
+  <li>Be respectful towards others as much as possible.</li>
+  <li>Absolutely no harassment, stalking or disclosure of others’ personal details (doxing). Users which violate this rule will be unconditionally banned.</li>
+  <li>Hate speech, such as, but not limited to: white supremacy, ethnostate advocacy, discussion of national socialism / nazism will not be tolerated. Users which violate this rule will be unconditionally banned.</li>
+  <li>Mass-advertising content is prohibited. Sending announcements for calls, new projects of yours and upcoming events or tastefully reminding your followers of things like Patreon or websites where they can purchase your content is acceptable, however.</li>
+  <li>Media containing sexualized depictions of children (including lolicon) are not allowed. Users with violate this rule will be banned.</li>
+  <li>If you have trouble with a local or remote user, on any of LURK services, violating these rules, contact the relevant admin and moderators (see below).</li>
+  <li>THESE HOSTED SERVICES ARE PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ADMINS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE HOSTED SERVICES OR THE USE OR OTHER DEALINGS IN THE HOSTED SERVICES.</li>
+  </ul>
+  </blockquote>
+
+  <p>If you run into an issue contact our admins:</p>
+  <ul>
+  <li>post.lurk.org / fediverse: <a href="https://post.lurk.org/@320x200">https://post.lurk.org/@320x200</a>, <a href= "https://post.lurk.org/@rra">https://post.lurk.org/@rra</a></li>
+  <li>chat: send an email to the LURK contact address below</li>
+  <li>mailinglist: contact the list owner. See the Summary page of the concerned list at <a href="https://we.lurk.org">https://we.lurk.org</a></li>
+  </ul>
+
+
   </div>
 
   <div id="halp">
diff --git a/style.css b/style.css
@@ -118,6 +118,13 @@ h2:before {
   content: "➢";
 }
 
+blockquote {
+    font-size: 0.8em;
+    background-color: mistyrose;
+    padding: 1em;
+    margin-left: 0;
+  }
+
 em {
   font-weight: bold;
   font-style: normal;