2022-11-15 22:20:35 +00:00
|
|
|
|
2022-07-05 14:38:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2023-01-26 22:11:20 +00:00
|
|
|
<!-- HTTPS -->
|
|
|
|
|
2022-07-05 14:38:32 +00:00
|
|
|
<head>
|
2022-11-15 22:20:35 +00:00
|
|
|
<!-- Global -->
|
|
|
|
<?php require('./inc/header.inc.php'); ?>
|
|
|
|
|
|
|
|
<!-- Page-specific -->
|
2022-12-20 20:55:38 +00:00
|
|
|
<?php require_once('./inc/title.inc.php') ?>
|
2022-11-15 22:20:35 +00:00
|
|
|
<meta property="og:title" content="~floppydisk">
|
2022-11-15 22:23:13 +00:00
|
|
|
<meta property="og:description" content="This is the personal homepage of floppydisk.">
|
2022-11-15 22:20:35 +00:00
|
|
|
<meta property="og:image" content="/favicon.png">
|
|
|
|
<style>td{padding:0px;}</style>
|
2022-07-05 14:38:32 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="page">
|
2022-11-15 22:20:35 +00:00
|
|
|
<?php require('./inc/nav.inc.php') ?>
|
2022-09-17 21:41:44 +00:00
|
|
|
|
2022-11-15 22:20:35 +00:00
|
|
|
<div id="pagebody">
|
|
|
|
<div id="content">
|
|
|
|
<!--<br><table class="banner"><tr><td class="banner"><b>Service Message:</b> This is more related to <a class="bannerlink" href="//www.nickandfloppy.com/">nickandfloppy.com</a> but our Gitea service is currently in the process of being migrated to a new VPS. Due to the lengthly migration process, <a class="bannerlink" href="//git.nickandfloppy.com/">git.nickandfloppy.com</a> may periodically be unavailable, though this isn't expected until the final transition.<br><br>~ nick and floppy</td></tr></table>-->
|
|
|
|
<p>Hi!</p>
|
2022-11-15 22:23:13 +00:00
|
|
|
<p>This is the personal homepage of floppydisk.
|
2022-11-15 22:20:35 +00:00
|
|
|
</p>
|
|
|
|
|
2022-12-11 13:25:48 +00:00
|
|
|
<?php
|
|
|
|
require('./inc/lastfm.inc.php');
|
|
|
|
require('./inc/weatherdata.inc.php');
|
|
|
|
?>
|
2022-11-15 22:20:35 +00:00
|
|
|
|
|
|
|
<h1>Contact</h1>
|
2022-11-18 12:06:25 +00:00
|
|
|
<p><strong>Mail</strong>: <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br>
|
|
|
|
<strong>IRC</strong>: <a href="https://r-type.ca/page.php?id=1034">floppydisk @ r-type</a><br>
|
2022-11-15 22:20:35 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h1>Elsewhere</h1>
|
2022-11-22 08:53:04 +00:00
|
|
|
<p><strong>Mastodon:</strong> <a rel="me" href="https://mastodon.sdf.org/@floppydisk_">@floppydisk_@mastodon.sdf.org</a><br>
|
2022-11-18 12:06:25 +00:00
|
|
|
<strong>Twitter:</strong> <a href="https://twitter.com/floppydisk__">@floppydisk__</a><br>
|
|
|
|
<strong>GitHub:</strong> <a href="https://github.com/floppydisk05">floppydisk05</a><br>
|
|
|
|
<strong>SDF:</strong> <a href="http://floppydisk.sdf.org/">~floppydisk</a>
|
2022-11-15 22:20:35 +00:00
|
|
|
</p>
|
|
|
|
</div> <!-- content -->
|
|
|
|
<div id="footer" class="pagefooter">
|
|
|
|
<?php $file = __FILE__;require('./inc/footer.inc.php'); ?>
|
|
|
|
</div> <!-- footer -->
|
2022-09-17 21:41:44 +00:00
|
|
|
</div> <!-- pagebody -->
|
|
|
|
</div> <!-- page -->
|
2022-07-05 14:38:32 +00:00
|
|
|
</body>
|
2022-07-05 14:42:07 +00:00
|
|
|
</html>
|