diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/about.php | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index 11c1eeb..77ee9d5 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -8,7 +8,41 @@ <h1>about me</h1> -<p>hi my name is autumn <i>(she / it)</i> and i am somewhere between a nerdy transbian and an aroace foxgirlcreature, idk i'm not a fan of labels. this area is a wip <i>(and i hate describing myself)</i> so come back soon :3</p> +<p>hi my name is autumn <i>(she / it)</i> and i am somewhere between a nerdy transbian and an aroace foxgirlcreature, idk i'm not a fan of labels.</p> + +<p>this area is a wip <i>(and i hate describing myself)</i> so come back soon :3</p> + +<h2>where to find me</h2> + +<ul> + + <li> + <strong>code & stuff</strong>: + + <ul> + + <li> + <strong>personal git</strong>: <a href="https://code.autumnfo.rest">code.autumnfo.rest</a> + </li> + + <li> + <strong>codeberg</strong>: <a href="https://codeberg.org/0xPortal">0xPortal</a> + </li> + + </ul> + </li> + + <br /> + + <li> + <strong>music scrobbling</strong>: <a href="https://scrobble.autumnfo.rest">scrobble.autumnfo.rest</a> + </li> + + <li> + <strong>wikipedia</strong>: <a href="https://en.wikipedia.org/wiki/Special:Contributions/Fopipedia">fopipedia</a> + </li> + +</ul> <?php |
