diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-29 21:24:45 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-29 21:24:45 +0100 |
| commit | 730002fff5f0a919bea1c6adcd23bd131dfe88a0 (patch) | |
| tree | 0923f9dc4380b95d8ca043e73ea6d6d661c959f7 /src/pages | |
| parent | 6b588879282bc2dbdd963b1996c545f1a4096131 (diff) | |
[pages] updated index page
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.php | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/src/pages/index.php b/src/pages/index.php index 152b9ff..54a9db5 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -6,10 +6,23 @@ ?> -<p>welcome to autumn's forest :3</p> -<p>a bit about me: i'm somewhere between a nerdy transbian and a aroace foxgirlthing. i'll pad this out at a later date, i promise</p> -<p>this site is a work-in-progress - my last website was based off of the MacOS 9 theme & window layout. this was too much of a pain to deal with (and i lost my MacOS 9 icon pack and idk where to get them again :[) so i'm doing something different here.</p> -<p>for now, if you need me you can contact me at <a href="mailto:contact@autumnfo.rest">contact@autumnfo.rest</a>, or <a href="/blog/2026-04-27">check out my singular test blog post</a>!</p> +<p>welcome to my forest ^~^</p> + +<p>my name is autumn, and i am some foxgirl-transbian-aroace-creature-girlthing. you can read more about me on my <a href="/about">very basic about page</a> :3</p> +<p>this site is a work-in-progress. for now, it is a mostly-raw-HTML PHP site that is as minimal as possible because idk i feel like it. previous autumn observers might have seen the MacOS 9 inspired one (and older autumn observers might remember the Windows 9x one) - as cool as that was, it was a pain to deal with & i lost access to a good repository of OS9 icons that i simply cannot find again, so i can't be bothered. might reuse that theme template on a different site - i am proud of what i made with my own two paws :3</p> + +<p>here are some other useful things here:</p> +<ul> + <li> + <a href="/thoughts">my Thoughts on certain things</a> + </li> + <li> + <a href="/blog">some blog posts on things i guess</a> + </li> + <li> + to contact me, email me at <a href="mailto:contact@autumnfo.rest">contact@autumnfo.rest</a> + </li> +</ul> <?php |
