diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-07 20:50:08 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-07 20:50:08 +0100 |
| commit | 4cd786aa7a8f12fba84f6492668d4da8e39a2dac (patch) | |
| tree | 3e2db35bd37a60c52786e2cfa8a597a0b68dae75 /src | |
| parent | 3a5c0d8e2709d7cb19599e43b7f7de3c8889f894 (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.php | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/pages/index.php b/src/pages/index.php index 749062b..44e565f 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -8,11 +8,8 @@ <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>i also have a site on the gemini network! it is accessible at <a href="gemini://inthe.autumnfo.rest">gemini://inthe.autumnfo.rest</a> - currently it is basically empty but i will make it closely mirror this site once i flesh {this,that} site out :3.</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. some other useful pages on this site can be found here:</p> -<p>here are some other useful things here:</p> <ul> <li> <a href="/thoughts">my Thoughts on certain things</a> @@ -25,6 +22,14 @@ </li> </ul> +<h2>this webbed site</h2> + +<p>this site is written in php with my own two paws in neovim :3. it uses php mostly as a templating engine, and has practically no logic lol (idk i've never written php before) - the code can be found <a href="https://code.autumnfo.rest/website">on my cgit</a> :3</p> + +<p>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>i also have a site on the gemini network! it is accessible at <a href="gemini://inthe.autumnfo.rest">gemini://inthe.autumnfo.rest</a> - currently it is basically empty but i will make it closely mirror this site once i flesh {this,that} site out :3.</p> + <h2>cool critters</h2> <p>here is a bunch of 88x31 tiles of cool creatures. i'll make one myself soon(ish) i promise :3</p> |
