arrayinamatrix.xyz/index/about/index.html
array-in-a-matrix b488521684 added chat
2022-11-06 19:59:40 -05:00

105 lines
No EOL
3.5 KiB
HTML
Executable file

<!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>
<h2 class="project-tagline">The webmaster.</h2>
<a href="../../" class="btn">Home</a>
</header>
<main id="content" class="main-content" role="main">
<h3>About Me</h3>
My name is Array, I am a Mechanical Engineering student. I enjoy skateboarding, biking, surfing the web and play
video
games (including emulation). I tinker a lot
with electronics and tend to
jailbreak and homebrew them whenever possible (I can't live wit stock software). I use <a
href="https://archlinux.org/">Arch Linux<i class="fa fa-archlinux" aria-hidden="true"></i></a> (its not hard I
promise), and
do programming as a hobby. I'm not a developer, just a person with a lot of time. I'm pretty skilled at using the
terminal (on a Linux system lol). I created this website and it's <a
href="https://github.com/array-in-a-matrix/arrayinamatrix.xyz">source code</a> is open. My website is my longest
running project and I constantly update it with new content (come back later!). I set up, configured, host, and
operate this 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>
(<strong>F</strong>ree [as in
freedom not price], and <strong>O</strong>pen <strong>S</strong>ourced <Strong>S</Strong>oftware), value privacy
and want a decentralized internet.
<br>
<br>
My website is split into a couple sections:
<table>
<thead>
<th>Section</th>
<th>Section topic</th>
</thead>
<tbody>
<tr>
<td>About Me</td>
<td>Overview of this domain and its owner.</td>
</tr>
<tr>
<td>Banners</td>
<td>A list of banners.</td>
</tr>
<tr>
<td>Blog</td>
<td>My personal blog where I info dump and take forever to post an article.</td>
</tr>
<tr>
<td>Chat</td>
<td>Chat and social services are I host.</td>
</tr>
<tr>
<td>Games</td>
<td>Games that I programmed or implemented.</td>
</tr>
<tr>
<td>Socials</td>
<td>My social media profiles.</td>
</tr>
<tr>
<td>Services</td>
<td>Applications that I host but not necessary coded (Most useful imo).</td>
</tr>
<tr>
<td>Projects</td>
<td>Applications and scripts that I coded.</td>
</tr>
<tr>
<td>Webrings</td>
<td>Links to other people's websites.</td>
</tr>
</tbody>
</table>
<br>
<br>
<code>
You can view my desktop rice <a href="./rice/">here</a>.
</code>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>