arrayinamatrix.xyz/index/about/index.html
2021-12-29 23:45:05 -05:00

53 lines
No EOL
2 KiB
HTML

<!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>About Me</title>
<link rel="stylesheet" href="/style/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<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">About Me</h1>
<a href="/" class="btn">Home</a>
</header>
<main id="content" class="main-content" role="main">
<h3>About Me</h3>
<code>
I like to skateboard, and a cybersecurity/privacy enthusiast. All of my phones that run <a
href="https://www.apple.com/ios/">IOS</a> are <a
href="https://en.wikipedia.org/wiki/IOS_jailbreaking">Jailbroken</a> (I can't live with the stock software). 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. The <a href="https://github.com/array-in-a-matrix/arrayinamatrix.xyz">source code</a>
for this website is open. I configured, host, and operate the website, and all of its related services (I have
physical access to the server). I support <a href="https://itsfoss.com/what-is-foss/">FOSS</a> (Free [as in
freedom not price], and Open Sourced Software), and the decentralization of the internet.
<br>
<br>
You can view my desktop rice <a href="./rice/">here</a>.
<br>
<br>
I created <a href="http://matrix.org">Matrix</a> homeserver which you can use <a
href="https://matrix.arrayinamatrix.xyz">here</a>!
</code>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>