···7788i made a couple changes to the website:
991010-- using [system colors](https://developer.mozilla.org/en-US/docs/Web/CSS/system-color) again, since i didn't like the color scheme i came up with.
1111-- ~~removed [giscus](https://giscus.app) comments since they were never really used and just adds bloat to the page. maybe in the future i'll make a simpler comments system.~~ i've added it back, but you have to click the "load giscus" button at the bottom of the page.
1010+- ~~using [system colors](https://developer.mozilla.org/en-US/docs/Web/CSS/system-color) again, since i didn't like the color scheme i came up with.~~ i made a new beige color scheme that i quite like, so this will probably stick for a while
1111+- ~~removed [giscus](https://giscus.app) comments since they were never really used and just adds bloat to the page. maybe in the future i'll make a simpler comments system.~~ i've added it back, and mentioned it in the privacy page
1212- redesigned the header to be a lot more simple, moved external links to the footer.
1313-- use serif fonts for headings, cursive font for site title, just because i think it looks more stylish.
1414-- removed [clientrouter](https://docs.astro.build/en/guides/view-transitions) which gets rid of site transitions, i felt like it didn't really fit well and some browsers couldn't handle it properly.
1313+- use serif fonts for headings, handwritten font for site title, just because i think it looks more pleasing.
1414+- removed [clientrouter](https://docs.astro.build/en/guides/view-transitions) which gets rid of site transitions, i felt like it didn't really fit well with this site and some browsers couldn't handle it properly.
1515- added back link underlines for accessibility
16161717besides that, im planning on maybe working on a few new projects in the coming months.
+6-2
src/pages/index.astro
···6868 >@devin_real:matrix.org</a
6969 >. i don't really use social media anymore.
7070 </p>
7171- <p><em>keep in mind that i am a pretty reserved person. i have limited
7171+ <p>
7272+ <em
7373+ >keep in mind that i am a pretty reserved person. i have limited
7274 availability and may not respond to everything immediately, or at all. it
7373- is nothing personal!</em></p>
7575+ is nothing personal!</em
7676+ >
7777+ </p>
7478</Layout>
+7-1
src/pages/privacy.astro
···1616 </p>
17171818 <p>
1919+ this website also loads <strong>giscus</strong>, a commenting system based
2020+ on GitHub Discussions. giscus claims that they do not track user data, and
2121+ is <a href="https://github.com/giscus/giscus">open-source</a>.
2222+ </p>
2323+2424+ <p>
1925 <em
2026 >i do not personally collect, store, or share any visitor data other than
2121- what Cloudflare provides.</em
2727+ what Cloudflare and giscus provide.</em
2228 >
2329 </p>
2430