···12 <h1>home</h1>
1314 <p>
15- hey, my name is devin (i'm also known as "intergrav" in some spaces). i enjoy music, UI/UX design, programming, sysadmin
16- stuff, and a bunch of other things!!!! :) i don't have very much else to say
17- about myself, but here are a couple projects that i've created or work on:
018 </p>
1920 <ul>
···12 <h1>home</h1>
1314 <p>
15+ hey, my name is devin (i'm also known as "intergrav" in some spaces). i
16+ enjoy music, UI/UX design, programming, sysadmin stuff, and a bunch of other
17+ things!!!! :) i don't have very much else to say about myself, but here are
18+ a couple projects that i've created or work on:
19 </p>
2021 <ul>
+13-3
src/pages/privacy.astro
···5<Layout title="privacy" description="privacy information for devins.page">
6 <h1>privacy</h1>
78- <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>
0000000910- <p>i do not personally collect, store, or share any visitor data other than what cloudflare provides.</p>
0001112- <a href="/">← home</a>
13</Layout>
···5<Layout title="privacy" description="privacy information for devins.page">
6 <h1>privacy</h1>
78+ <p>
9+ this website is deployed on Cloudflare Pages, and uses Cloudflare Web
10+ Analytics to help me understand basic traffic information. as of 2025,
11+ Cloudflare <a href="https://www.cloudflare.com/web-analytics">claims</a> that
12+ they do not use any client-side state, such as cookies or localStorage, to collect
13+ usage metrics, and don't fingerprint individuals via IP address, User Agent string,
14+ or any other data.
15+ </p>
1617+ <p>
18+ i do not personally collect, store, or share any visitor data other than
19+ what cloudflare provides.
20+ </p>
2122+ <a href="/">← home</a>
23</Layout>