summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratyush Desai2023-06-27 20:46:57 +0200
committerPratyush Desai2023-06-27 20:46:57 +0200
commit217052452edbbae06ba9adb4e083412c3cc6999b (patch)
treeda1417e01ed30503d11f74a2ae26e41c5f5d3be6
parentb8ac00c78c32c5cf07bceed2adb50dec2383089f (diff)
parent3c2eca9ab4ff6845327b9f9fbaf239f85343fe23 (diff)
downloadwebsite-217052452edbbae06ba9adb4e083412c3cc6999b.tar.gz
website-217052452edbbae06ba9adb4e083412c3cc6999b.tar.bz2
website-217052452edbbae06ba9adb4e083412c3cc6999b.zip
Merge pull request 'rm/edit redundant links' (#25) from upkeep-general into master
Reviewed-on: https://git.com.de/LibertaCasa/website/pulls/25
-rw-r--r--index.html19
-rw-r--r--rules.html53
2 files changed, 56 insertions, 16 deletions
diff --git a/index.html b/index.html
index 7fac299..935656f 100644
--- a/index.html
+++ b/index.html
@@ -28,20 +28,7 @@ There is a focus on supporting <a href="https://en.wikipedia.org/wiki/Free_and_o
You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">our onion address.</a>
-Donts:
-======
-
- -Repeated harassment of any network user.
- -Distribution of child pornography.
- -Dealing of goods and using the network as a space for commericial operations.
- -Any denial of service against the network or its users.
- -Use of our network resources or services for malicious intent.
- -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots.
- -Unwanted advertisement of websites, IRC network, or channels (also known as spamming).
- -Evading bans, either those placed by network staff or by individual channels.
- -Impersonation of network staff or services.
- -Connecting through open proxies.
- -Any other behavior deemed inappropriate by network staff.
+<a href="/rules.html">Rules</a>
Services (Clearnet):
@@ -50,7 +37,7 @@ Services (Clearnet):
Communications:
--------------
-<a href="/irc.html">IRC</a> | <a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="https://meet.lysergic.dev">Jitsi Video Conferencing </a>
+<a href="/irc.html">IRC</a> | <a href="/xmpp.html">XMPP</a>
Search Engines:
--------------
@@ -88,7 +75,7 @@ Communications:
Contribute:
==========
-Check our <a href="git.html">/git</a> info page or head directly to the <a href="https://git.casa/">main repository.</a>
+Check out the <a href="git.html">/git</a> info page or head directly to the <a href="https://git.casa/">main repository.</a>
diff --git a/rules.html b/rules.html
new file mode 100644
index 0000000..f8ed64d
--- /dev/null
+++ b/rules.html
@@ -0,0 +1,53 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa - Rules</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+</pre>
+<h3>Rules</h3>
+<pre>
+
+Donts:
+========
+
+ -Repeated harassment of any network user.
+ -Distribution of child pornography.
+ -Dealing of goods and using the network as a space for commericial operations.
+ -Any denial of service against the network or its users.
+ -Use of our network resources or services for malicious intent.
+ -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots.
+ -Unwanted advertisement of websites, IRC network, or channels (also known as spamming).
+ -Evading bans, either those placed by network staff or by individual channels.
+ -Impersonation of network staff or services.
+ -Connecting through open proxies.
+ -Any other behavior deemed inappropriate by network staff.
+
+
+
+
+
+
+
+
+
+
+
+<footer>
+ <a href="mailto:hello@liberta.casa"> Contact </a>
+</footer>
+</pre>
+</body>
+</html>