diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2022-06-22 17:01:22 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2022-06-22 17:01:22 -0400 |
commit | 345fefb339d8c2a357ea596fdda3629eff705fe1 (patch) | |
tree | 2074355aa814db351617ef9afd99f257799b8b65 /index.html | |
parent | 3d16356ccc4b3cb8d2089507aa2a4459fe0dfa4d (diff) | |
download | website-345fefb339d8c2a357ea596fdda3629eff705fe1.tar.gz website-345fefb339d8c2a357ea596fdda3629eff705fe1.tar.bz2 website-345fefb339d8c2a357ea596fdda3629eff705fe1.zip |
More respectful language
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 28 |
1 files changed, 5 insertions, 23 deletions
@@ -11,17 +11,8 @@ <div class="page-body-content"> <table class="page-body-buttons" style="width: 20%; margin: 0px;"> <tr><td><div class="link-button-border"><a class="link-button" href="https://git.jonsantmyer.com">Git Server</a></div></td></tr> - <tr><td><div class="link-button-border"><a class="link-button" href="https://searx.jonsantmyer.com">Searx Instance</a></div></td></tr> </table> <p> - I don't store cookies or overuse javascript. - I do this because I believe in tailored web design and hate over-engineered websites. - If you want to make your own website I emplore you to avoid javascript and cookies as much as possible. - Learn HTML and CSS. - Don't use template creators. - Make something yourself and don't be too lazy to create something unique. - </p> - <p> This site is designed to be simple and a love letter to early UI design. I respect your intelligence and don't put flashy garbage on your screen. </p> @@ -49,21 +40,12 @@ </a></div> </td> <td> - <div class="link-button-border"><a class="link-button" href="https://git.jonsantmyer.com/modit-slim"> - <h3>Modit OS</h3> - <p> - A micro-kernel based operating system written in C/C++. - Designed around user customization and userspace protection mechanisms. - </p> - </a></div> - </td> - <tr> - <td> - <div class="link-button-border"><a class="link-button" href="https://git.jonsantmyer.com/modit-kernel"> - <h3>Modit Kernel</h3> + <div class="link-button-border"><a class="link-button" href="/vex"> + <h3>Vex (Multi-dimension vectors)</h3> <p> - A micro-kernel that provides an abstraction layer for process scheduling and physical memory. - Processes are allocated in a kernel thead, and are given "deeds" for memory/time/hardware access. + An interface to create and manipulate multi-dimensional vectors. + Includes conversions for polar and cartesian coordinates. + Written for C++20 </p> </a></div> </td> |