@@ 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>