~alexjs/alex.sirota.org

8db516f26a294d55d1f806f499b2046c64d9caa4 — Alex Sirota 9 months ago 49991e7
add details about why this site is what it is
1 files changed, 8 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +8 -1
@@ 18,6 18,13 @@
      >.
    </p>
    <p>Feel free to ping me on the fediverse if you want to reach out.</p>
    <h2>About this site's architecture</h2>
    <p>I want to go back to the simple days of the web. That's why I made a few specific considerations about this site:</p>
    <ul>
      <li>No scripts (I use Parcel to minify, but it's not necessary - you can just serve the repo directly)</li>
      <li>No fonts - basically every computer has Verdana</li>
      <li>Everything is served from this domain - look ma, no CDN!</li>
    </ul>
    <p><a href="/stack.html">View my stack</a></p>
    <div style="text-align: center">
      <a href="https://notbyai.fyi/">


@@ 26,7 33,7 @@
            srcset="img/notbyai_dark.svg"
            media="(prefers-color-scheme: dark)"
          />
          <img src="img/notbyai_light.svg" />
          <img src="img/notbyai_light.svg" alt="built by human, not by AI" />
        </picture>
        <br />
        <a href="https://git.sr.ht/~alexjs/alex.sirota.org">View this site's source</a>