···1212 <h1>home</h1>
13131414 <p>
1515- hey, my name is devin (i'm also known as "intergrav" in some spaces). i enjoy music, UI/UX design, programming, sysadmin
1616- stuff, and a bunch of other things!!!! :) i don't have very much else to say
1717- about myself, but here are a couple projects that i've created or work on:
1515+ hey, my name is devin (i'm also known as "intergrav" in some spaces). i
1616+ enjoy music, UI/UX design, programming, sysadmin stuff, and a bunch of other
1717+ things!!!! :) i don't have very much else to say about myself, but here are
1818+ a couple projects that i've created or work on:
1819 </p>
19202021 <ul>
+13-3
src/pages/privacy.astro
···55<Layout title="privacy" description="privacy information for devins.page">
66 <h1>privacy</h1>
7788- <p>this website is deployed on Cloudflare Pages, and uses Cloudflare Web Analytics to help me understand basic traffic information. as of 2025, Cloudflare <a href="https://www.cloudflare.com/web-analytics">claims</a> that they do not use any client-side state, such as cookies or localStorage, to collect usage metrics, and don't fingerprint individuals via IP address, User Agent string, or any other data.</p>
88+ <p>
99+ this website is deployed on Cloudflare Pages, and uses Cloudflare Web
1010+ Analytics to help me understand basic traffic information. as of 2025,
1111+ Cloudflare <a href="https://www.cloudflare.com/web-analytics">claims</a> that
1212+ they do not use any client-side state, such as cookies or localStorage, to collect
1313+ usage metrics, and don't fingerprint individuals via IP address, User Agent string,
1414+ or any other data.
1515+ </p>
9161010- <p>i do not personally collect, store, or share any visitor data other than what cloudflare provides.</p>
1717+ <p>
1818+ i do not personally collect, store, or share any visitor data other than
1919+ what cloudflare provides.
2020+ </p>
11211212- <a href="/">← home</a>
2222+ <a href="/">← home</a>
1323</Layout>