diff options
Diffstat (limited to 'src/pages/index.php')
| -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 |
