arrayinamatrix.xyz/index/about/index.html

107 lines
3.1 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="icon"
type="image/x-icon"
href="../../res/site/icons/favicon.ico"
/>
<link
href="//cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css"
rel="stylesheet"
/>
</head>
<body style="cursor: url(../../res/site/icons/archlinux.png), auto">
<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. My hobbies include skateboarding, biking, surfing the
web, play video games (including emulation) and programming. I tinker a
lot with electronics and tend to jailbreak and homebrew them whenever
possible. I use
<a href="https://archlinux.org/"
>Arch Linux btw <i class="fl-archlinux"></i></a
>. I created
<a
href="https://git.arrayinamatrix.xyz/array-in-a-matrix/arrayinamatrix.xyz"
>this website</a
>
and constantly update it with new content (come back later!). I set up,
configured, host, and operate this website, and all of its related
services.
<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><a href="https://blog.inamatrix.xyz">Blog</a></td>
<td>
My personal blog where I info dump and take forever to post.
</td>
</tr>
<tr>
<td>Games</td>
<td>Games that I programmed or implemented.</td>
</tr>
<tr>
<td>Repository</td>
<td>Packaged applications I coded.</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>Things I created or contribute to.</td>
</tr>
<tr>
<td>Webrings</td>
<td>
Links to other people's websites which may or may not be similar.
</td>
</tr>
</tbody>
</table>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>