<!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"> <h2>About 9iron</h2> <p>Not really too much to say. I spun it up as a homepage to direct people to my other servers and am pleased at how well it's served that role.</p> <h2>About Me</h2> <p>I am Salt. I'm a sysadmin and I play video games. I'm most active on Discord, but can be reached 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>