created page

This commit is contained in:
array-in-a-matrix 2022-11-04 23:36:21 -04:00
parent ba5b964392
commit b82ff2cabb
2 changed files with 1290 additions and 0 deletions

1215
cyberpunk-2077.css Normal file

File diff suppressed because one or more lines are too long

75
index.html Normal file
View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<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>Chat in a Matrix</title>
<link href="./cyberpunk-2077.css" rel="stylesheet">
</head>
<body>
<header style="background-color: #000; height: 50px;">
</header>
<section class="cyberpunk">
<h1 class="cyberpunk glitched">Chat in a Matrix</h1>
<p class="cyberpunk inverse dotted scannedv">Chat and social stuff I host can be accessed below and yeah ( ̄▽ ̄)/. All are open sourced projects (except for Cbox), please feel free to use them!</p>
</section>
<section class="cyberpunk black container">
<div>
<a class="cyberpunk2077" href="https://element.chatinamatrix.xyz/">Element Web</a>
<p class="cyberpunk">
A easy to use feature-rich <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
<div>
<a class="cyberpunk2077 green" href="https://cinny.chatinamatrix.xyz/">Cinny</a>
<p class="cyberpunk">
An elegant <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
<div>
<a class="cyberpunk2077 blue" href="https://jitsi.chatinamatrix.xyz/">Jitsi</a>
<p class="cyberpunk">Video Conferencing Software, a FOSS alternative to Zoom.</p>
</div>
<div>
<a class="cyberpunk2077 purple" href="https://dimension.chatinamatrix.xyz/etherpad/">Etherpad</a>
<p class="cyberpunk">
Open source real time web text editor similar to Google Docs.
</p>
</div>
<div>
<a class="cyberpunk2077 green" href="https://arrayinamatrix.xyz/index/apps/cbox/">Cbox</a>
<p class="cyberpunk">
Anonymous real-time live chat app. Come leave a quick message!
</p>
</div>
<div>
<a class="cyberpunk2077 purple" href="https://share.arrayinamatrix.xyz/">Share</a>
<p class="cyberpunk">
Lightweight and minimal temporary file sharing. You can share files using the browser or directly from the
terminal!
</p>
</div>
<div>
<a class="cyberpunk2077" href="https://hydrogen.chatinamatrix.xyz">Hydrogen</a>
<p class="cyberpunk">
A minimal and fast <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
</section>
<section class="cyberpunk">
Theme created by <a href="https://github.com/gwannon/Cyberpunk-2077-theme-css">Gwannon</a>, Thank you!
</section>
<aside class="cyberpunk">
<ul>
<li><a href="https://arrayinamatrix.xyz/">&#9760; Array in a Matrix</a></li>
</ul>
</aside>
<footer style="background-color: #000; height: 50px;"></footer>
</body>
</html>