···1313<footer style="text-align: center;">
1414 <nav>
1515 <p>
1616+ social •
1617 <a href="mailto:devin@devins.page">email</a> •
1718 <a href="https://matrix.to/#/@devin_real:matrix.org">matrix</a> •
1819 <a href="https://github.com/intergrav">github</a> •
···2425 ><a href={`https://github.com/intergrav/devins.page/commit/${commitHash}`}
2526 >{commitHash}</a
2627 ></code
2727- > made with <a href="https://astro.build">astro</a> and <a
2828- href="https://github.com/intergrav/slight.css">slight.css</a
2929- >. subscribe to <a href="/rss.xml">rss</a>
2828+ > • <a href="/privacy">privacy</a> • <a href="/rss.xml">subscribe to rss</a>
3029 </p>
3130</footer>
+13
src/pages/privacy.astro
···11+---
22+import Layout from "../layouts/Layout.astro";
33+---
44+55+<Layout title="privacy" description="privacy information for devins.page">
66+ <h1>privacy</h1>
77+88+ <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>
99+1010+ <p>i do not personally collect, store, or share any visitor data other than what cloudflare provides.</p>
1111+1212+ <a href="/">← home</a>
1313+</Layout>