moved matrix to front page / added rules
This commit is contained in:
parent
0f050642fe
commit
a7f1ab4fdd
4 changed files with 84 additions and 80 deletions
|
@ -20,6 +20,7 @@
|
|||
<div class="main-content">
|
||||
<nav>
|
||||
<a href="/index/about/" class="btn">About Me</a>
|
||||
<a href="/index/matrix/" class="btn">Matrix</a>
|
||||
<a href="/index/socials/" class="btn">My Socials</a>
|
||||
<a href="/index/projects/" class="btn">Projects List</a>
|
||||
<a href="/index/games/" class="btn">Games</a>
|
||||
|
|
82
index/matrix/index.html
Normal file
82
index/matrix/index.html
Normal file
|
@ -0,0 +1,82 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Matrix Homeserver</title>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Matrix</h1>
|
||||
<h2 class="project-tagline">An open network for secure, decentralized communication</h2>
|
||||
|
||||
<a href="/" class="btn">Home</a>
|
||||
<a href="../socials/" class="btn">Socials</a>
|
||||
<a href="../privacy/#matrix" class="btn">Privacy Policy</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<h3> <a href="https://matrix.org/docs/guides/introduction">What is Matrix?</a>
|
||||
</h3>
|
||||
<code>
|
||||
<a href="https://matrix.org/">Matrix</a> is a decentralized communication method (exited beta testing in 2019).
|
||||
Due to its decentralized
|
||||
nature its best to create accounts on
|
||||
homeserver that aren't the <a href="https://matrix.org">official one</a>. I created my own instance of the <a
|
||||
href="https://matrix.org/docs/projects/server/synapse">Matrix Synapse</a> server software using <a
|
||||
href="https://github.com/spantaleev/matrix-docker-ansible-deploy">docker and ansible</a>. If you would like
|
||||
to create an account on a different server, you can check out some <a href="#homeservers">here</a>. I
|
||||
recommend using the <a href="https://element.io/get-started">Element</a> client, although <a
|
||||
href="https://matrix.org/clients/">others</a> can still be used too.
|
||||
<br>
|
||||
<br>
|
||||
You can create an account on my homeserver using this link: <a
|
||||
href="https://matrix.arrayinamatrix.xyz">https://matrix.arrayinamatrix.xyz</a>
|
||||
</code>
|
||||
<p>My username: <code>@array_in_a_matrix:arrayinamatrix.xyz</code></p>
|
||||
<p>For server updates please, join the room: <code>#homeserver-updates:arrayinamatrix.xyz</code></p>
|
||||
|
||||
<section id="rules">
|
||||
<h3>Rules</h3>
|
||||
<p>
|
||||
We prohibit any malicious activities on our services, which include but not limited to:
|
||||
<ul>
|
||||
<li>Spamming</li>
|
||||
<li>DoS attacks</li>
|
||||
<li>Attacks on server infrastructure</li>
|
||||
<li>Unauthorized penetration testing</li>
|
||||
<li>Distribution and discussion of CSAM</li>
|
||||
<li>Harassment</li>
|
||||
<li>Ban evasion</li>
|
||||
<li>Excessive account creation</li>
|
||||
<li>Coordinating attacks towards other homeservers, websites, services and/or people</li>
|
||||
</ul>
|
||||
By registering on our servers, you agree to abide to the above rules.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="homeservers">
|
||||
<h3>List of (lists of) Public homeservers:</h3>
|
||||
<ul>
|
||||
<li><a href="https://joinmatrix.org/servers/">joinmatrix.org</a></li>
|
||||
<li><a href="https://www.hello-matrix.net/public_servers.php">hello-matrix.net</a></li>
|
||||
<li><a href="https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html">tatsumoto-ren.github.io</a></li>
|
||||
<li><a href="https://matrix.grin.hu/stat/s_av2_1_day.html">matrix.grin.hu</a></li>
|
||||
<li><a href="https://github.com/ara4n/matrixservers">ara4n</a></li>
|
||||
<li><a href="https://the-federation.info/protocol/matrix">the-federation.info</a></li>
|
||||
</ul>
|
||||
<p>We are not affiliated or endorse any of the sites, site-owners, or homeservers in the list above.</p>
|
||||
</section>
|
||||
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -24,7 +24,7 @@
|
|||
</nav>
|
||||
<nav>
|
||||
<a href="https://github.com/array-in-a-matrix" class="btn"><i class="fa fa-github"></i> GitHub</a>
|
||||
<a href="./matrix/" class="btn"><i class="fa fa-matrix-org"></i> Matrix</a>
|
||||
<a href="../matrix/" class="btn"><i class="fa fa-matrix-org"></i> Matrix</a>
|
||||
<a href="https://www.instagram.com/array.in.a.matrix/" class="btn"><i class="fa fa-instagram"></i>
|
||||
Instagram</a>
|
||||
<a href="https://cadence.moe/blog/2020-06-06-why-you-shouldnt-trust-discord" class="btn"><i
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Matrix Homeserver</title>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
||||
<style>
|
||||
:target {
|
||||
animation: highlight 1s ease;
|
||||
transform: translateX(20px);
|
||||
}
|
||||
|
||||
@keyframes highlight {
|
||||
0% {
|
||||
border-left-color: yellow;
|
||||
}
|
||||
|
||||
100% {
|
||||
border-left-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
border-left: 40px solid white;
|
||||
padding: 10px;
|
||||
transition: all 0.5s ease;
|
||||
padding-right: 50px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Matrix</h1>
|
||||
<h2 class="project-tagline">An open network for secure, decentralized communication</h2>
|
||||
|
||||
<a href="/" class="btn">Home</a>
|
||||
<a href="../" class="btn">Socials</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<h2> <a href="https://matrix.org/docs/guides/introduction">What is Matrix?</a>
|
||||
</h2>
|
||||
<a href="https://matrix.org/">Matrix</a> is a decentralized communication method. Due to its decentralized
|
||||
nature its best to create accounts on
|
||||
homeserver that aren't the <a href="https://matrix.org">official one</a>. I created my own instance of the <a
|
||||
href="https://matrix.org/docs/projects/server/synapse">Matrix Synapse</a> server software using <a
|
||||
href="https://github.com/spantaleev/matrix-docker-ansible-deploy">docker and ansible</a>. If you would like
|
||||
to create an account on a different server, you can check out some <a href="#homeservers">here</a>. I
|
||||
recommend using the <a href="https://element.io/get-started">Element</a> client, although <a
|
||||
href="https://matrix.org/clients/">others</a> can still be used too.
|
||||
<br>
|
||||
<p>You can create an account on my homeserver using this link: <a
|
||||
href="https://matrix.arrayinamatrix.xyz">https://matrix.arrayinamatrix.xyz</a></p>
|
||||
<p>My username: <code>@array_in_a_matrix:arrayinamatrix.xyz</code></p>
|
||||
<p>For server updates please, join the room: <code>#homeserver-updates:arrayinamatrix.xyz</code></p>
|
||||
<section id="homeservers">
|
||||
<h4>List of Public homeservers:</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.hello-matrix.net/public_servers.php">hello-matrix.net</a></li>
|
||||
<li><a href="https://joinmatrix.org/servers/">joinmatrix.org</a></li>
|
||||
<li><a href="https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html">tatsumoto-ren.github.io</a></li>
|
||||
<li><a href="https://matrix.grin.hu/stat/s_av2_1_day.html">matrix.grin.hu</a></li>
|
||||
<li><a href="https://github.com/ara4n/matrixservers">ara4n</a></li>
|
||||
<li><a href="https://the-federation.info/protocol/matrix">the-federation.info</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue