aboutsummaryrefslogtreecommitdiff
path: root/index.php
blob: 24e0ffece9a2ce5418a2dd21018fa98d950c9690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">

<!-- HTTPS -->

<head>
    <!-- Global -->
    <?php require('./inc/header.inc.php'); ?>

    <!-- Page-specific -->
    <?php require_once('./inc/title.inc.php') ?>
    <meta property="og:title" content="~floppydisk">
    <meta property="og:description" content="This is the personal homepage of floppydisk.">
    <meta property="og:image" content="/favicon.png">
    <style>td{padding:0px;}</style>
</head>

<body>
<div class="page">
<?php require('./inc/nav.inc.php') ?>

<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>
        <p>This is the personal homepage of floppydisk.
        </p>

        <?php
        require('./inc/lastfm.inc.php');
        require('./inc/weatherdata.inc.php');
        ?>

        <h1>Contact</h1>
        <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>
        </p>
        
        <h1>Elsewhere</h1>
        <p><strong>Mastodon:</strong> <a rel="me" href="https://mastodon.sdf.org/@floppydisk_">@floppydisk_@mastodon.sdf.org</a><br>
            <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>
        </p>
    </div> <!-- content -->
    <div id="footer" class="pagefooter">
        <?php $file = __FILE__;require('./inc/footer.inc.php'); ?>
    </div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
</html>