2020-08-16 05:25:54 -05:00
<! DOCTYPE html >
< html >
< head >
< ? php include $_SERVER [ 'DOCUMENT_ROOT' ] . '/src/common-meta.php' ; ?>
< title > 9 iron - About </ title >
</ head >
< body >
< ? php include $_SERVER [ 'DOCUMENT_ROOT' ] . '/src/common-header.php' ; ?>
< div class = " content " >
< div class = " section " >
2020-08-16 05:42:54 -05:00
< h1 > About 9 iron </ h1 >
2021-01-19 21:40:08 -06:00
< p > 9 iron is a website spun up by yours truly to unify the services I host and inevitably rope my friends into . It also aggregates documentation about the various games we play .</ p >
2020-08-16 05:42:54 -05:00
< h1 > About Me </ h1 >
2021-04-29 00:11:24 -05:00
< p > I am Salt . I 'm a sysadmin and I play video games. I' m regrettably most active on Discord because there are no good alternatives ( that my friends will join ) . You can also reach me very effectively through the Fediverse and email .</ p >
2020-08-16 05:25:54 -05:00
< p > Hit me up if you wanna play something or if shit breaks .</ p >
< dl >
< dt > Fedi :</ dt >
< dd > salt @ cowfee . moe </ 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 >