matrix related changes
This commit is contained in:
parent
9656495a36
commit
4dd8a499ec
3 changed files with 31 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<h3>About Me</h3>
|
||||
<code>
|
||||
I like to Skateboard and a cybersecurity/privacy enthusiast. I use <a href="https://archlinux.org/">Arch Linux<i class="fa fa-archlinux" aria-hidden="true"></i></a> btw and I do programming as a hobby. I coded this website, host it (I have physical access to the server) and did the SSL certificate personally. Expect a <a href="http://matrix.org">Matrix</a> server soon! I recommend using the <a href="https://element.io/get-started">Element</a> Client.
|
||||
I like to Skateboard and a cybersecurity/privacy enthusiast. I use <a href="https://archlinux.org/">Arch Linux<i class="fa fa-archlinux" aria-hidden="true"></i></a> btw and I do programming as a hobby. I coded this website, host it (I have physical access to the server) and did the SSL certificate personally. <a href="http://matrix.org">Matrix</a> homeserver is live <a href="https://matrix.arrayinamatrix.xyz">here</a> ! I recommend using the <a href="https://element.io/get-started">Element</a> Client.
|
||||
</code>
|
||||
<footer class="site-footer">
|
||||
</footer>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</nav>
|
||||
<nav>
|
||||
<a href="https://github.com/array-in-a-matrix" class="btn"><i class="fa fa-github"></i> GitHub</a>
|
||||
<a href="https://matrix.arrayinamatrix.xyz" class="btn"><i class="fa fa-matrix-org"></i> Matrix</a>
|
||||
<a href="./matrix/index.html" 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
|
||||
|
|
29
index/socials/matrix/index.html
Normal file
29
index/socials/matrix/index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!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>Dark Matrix</title>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
</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">
|
||||
<p>Matirx homeserver: <a href="https://matrix.arrayinamatrix.xyz">https://matrix.arrayinamatrix.xyz</a></p>
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue