my website, hosted on wisp.place

chore: prettier

+18 -7
+1 -1
src/components/Footer.astro
··· 25 25 ><a href={`https://github.com/intergrav/devins.page/commit/${commitHash}`} 26 26 >{commitHash}</a 27 27 ></code 28 - > • <a href="/privacy">privacy</a> • <a href="/rss.xml">subscribe to rss</a> 28 + > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml">rss</a> 29 29 </p> 30 30 </footer>
+4 -3
src/pages/index.astro
··· 12 12 <h1>home</h1> 13 13 14 14 <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: 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: 18 19 </p> 19 20 20 21 <ul>
+13 -3
src/pages/privacy.astro
··· 5 5 <Layout title="privacy" description="privacy information for devins.page"> 6 6 <h1>privacy</h1> 7 7 8 - <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> 8 + <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> 9 16 10 - <p>i do not personally collect, store, or share any visitor data other than what cloudflare provides.</p> 17 + <p> 18 + i do not personally collect, store, or share any visitor data other than 19 + what cloudflare provides. 20 + </p> 11 21 12 - <a href="/">← home</a> 22 + <a href="/">← home</a> 13 23 </Layout>