.well-known
about
index.php
feed
gmod
images
matrix
minecraft
posts
src
startpage
styles
terraria
.gitignore
.htaccess
README.md
deploy.sh
favicon.ico
index.php
logo.png
test.sh
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
|
<title>9iron - About</title>
|
|
</head>
|
|
<body>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
|
<div class="content">
|
|
<div class="section">
|
|
<h1>About 9iron</h1>
|
|
<p>9iron is a website spun up by yours truly to unify the services I host and inevitably rope my friends into. In addition to being a link aggregator, it's also a blog. But nobody reads my shitty blogposts.</p>
|
|
<h1>About Me</h1>
|
|
<p>I am Salt. I'm a sysadmin and I play video games. I try to be most active on Matrix, but inevitably have to use Discord all the damn time. You can also reach me very effectively through the Fediverse and email.</p>
|
|
<p>Hit me up if you wanna play something or if shit breaks.</p>
|
|
<dl>
|
|
<dt>Fedi:</dt>
|
|
<dd>salt@cowfee.moe</dd>
|
|
<dd>salt@weeaboo.space</dd>
|
|
<dt>Matrix:</dt>
|
|
<dd>@salt:9iron.club</dd>
|
|
<dt>Discord:</dt>
|
|
<dd>Salt#0382</dd>
|
|
<dt>Email:</dt>
|
|
<dd>Check my commits</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
|
</body>
|
|
</html>
|