diff options
| author | yum <yum.food.vr@gmail.com> | 2026-08-06 23:41:59 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-08-06 23:41:59 -0700 |
| commit | 04c226c0b71feaf79d07d6cb5f0df001d72126e5 (patch) | |
| tree | a4f909835683ab69d9712f27158af04d6ca0b63e | |
| parent | 72d45a9f42e0f5b9d955c099f615ffa26d061446 (diff) | |
add links; fix baked origins image
| -rw-r--r-- | images/2025_06_11/fake_origins_34.jpg | bin | 231872 -> 228553 bytes | |||
| -rwxr-xr-x | template.html | 15 |
2 files changed, 8 insertions, 7 deletions
diff --git a/images/2025_06_11/fake_origins_34.jpg b/images/2025_06_11/fake_origins_34.jpg Binary files differindex d594965..186799f 100644 --- a/images/2025_06_11/fake_origins_34.jpg +++ b/images/2025_06_11/fake_origins_34.jpg diff --git a/template.html b/template.html index 6e05cbc..a0cfc1a 100755 --- a/template.html +++ b/template.html @@ -190,7 +190,7 @@ $else$ </nav> <h1>about</h1> <p> - hello, my name is yum. i am a virtual person interested in realtime + hello, my name is yum. i am a programmer/person interested in realtime graphics and math. this website is a collection of my stray thoughts that i feel ought to be written down. i think of it as something slightly more public than a diary. @@ -202,12 +202,6 @@ $else$ be able to quickly assess quality regardless of how the code is made. </p> <p> - my open source code is hosted at - <a href="https://git.yummers.dev">git.yummers.dev</a>. it may be slow to load - (10-20 seconds). i doubt much of it will be of use to others, besides - HLSL_OKLAB and maybe modular_slang. - </p> - <p> core beliefs: <ol> <li>information should be free;</li> @@ -218,6 +212,13 @@ $else$ <li>your actions matter.</li> </ol> </p> + <p> + links: + <ul> + <li><a href="https://git.yummers.dev">git server</a></li> + <li><a href="https://bsky.app/profile/yum-food.bsky.social">Bluesky</a></li> + </ul> + </p> $endif$ $for(include-after)$ $include-after$ |
