my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: some edits

intergrav 4a8d3f17 b1180d0d

+21 -14
+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> • subscribe to <a href="/rss.xml">rss</a> 28 + > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml">rss</a> 29 29 </p> 30 30 </footer>
+9 -5
src/pages/index.astro
··· 13 13 14 14 <p> 15 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: 16 + enjoy <strong>music</strong>, <strong>UI/UX design</strong>, <strong 17 + >programming</strong 18 + >, <strong>sysadmin stuff</strong>, and a bunch of other things!!!! :) i 19 + don't have very much else to say about myself, but here are a couple 20 + projects that i've created or work on: 19 21 </p> 20 22 21 23 <ul> ··· 64 66 >devin@devins.page</a 65 67 > or message me at <a href="https://matrix.to/#/@devin_real:matrix.org" 66 68 >@devin_real:matrix.org</a 67 - >. however, keep in mind that i am a pretty reserved person. i have limited 68 - availability and may not respond to everything immediately, or at all. 69 + >. <em 70 + >however, keep in mind that i am a pretty reserved person. i have limited 71 + availability and may not respond to everything immediately, or at all</em 72 + >. 69 73 </p> 70 74 </Layout>
+11 -8
src/pages/privacy.astro
··· 6 6 <h1>privacy</h1> 7 7 8 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. 9 + this website is deployed on <strong>Cloudflare Pages</strong>, and uses <strong 10 + >Cloudflare Web Analytics</strong 11 + > to help me understand basic traffic information. as of 2025, Cloudflare <a 12 + href="https://www.cloudflare.com/web-analytics">claims</a 13 + > that they do not use any client-side state, such as cookies or localStorage, 14 + to collect usage metrics, and don't fingerprint individuals via IP address, User 15 + Agent string, or any other data. 15 16 </p> 16 17 17 18 <p> 18 - i do not personally collect, store, or share any visitor data other than 19 - what cloudflare provides. 19 + <em 20 + >i do not personally collect, store, or share any visitor data other than 21 + what Cloudflare provides.</em 22 + > 20 23 </p> 21 24 22 25 <a href="/">← home</a>