Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

Add donations to about page

Aria a25e8c2d ecc6cbd3

+124
+3
package.json
··· 25 25 "typescript": "^5.8.3" 26 26 }, 27 27 "devDependencies": { 28 + "@iconify-json/cib": "^1.2.2", 29 + "@iconify-json/hugeicons": "^1.2.5", 28 30 "@iconify-json/mdi": "^1.2.3", 29 31 "@iconify-json/meteor-icons": "^1.2.1", 30 32 "@iconify-json/tabler": "^1.2.17", 31 33 "@tailwindcss/typography": "^0.5.16", 34 + "@iconify-json/token": "^1.2.16", 32 35 "vite": "^6.3.3" 33 36 } 34 37 }
+30
pnpm-lock.yaml
··· 48 48 specifier: ^5.8.3 49 49 version: 5.8.3 50 50 devDependencies: 51 + '@iconify-json/cib': 52 + specifier: ^1.2.2 53 + version: 1.2.2 54 + '@iconify-json/hugeicons': 55 + specifier: ^1.2.5 56 + version: 1.2.5 51 57 '@iconify-json/mdi': 52 58 specifier: ^1.2.3 53 59 version: 1.2.3 ··· 57 63 '@iconify-json/tabler': 58 64 specifier: ^1.2.17 59 65 version: 1.2.17 66 + '@iconify-json/token': 67 + specifier: ^1.2.16 68 + version: 1.2.16 60 69 '@tailwindcss/typography': 61 70 specifier: ^0.5.16 62 71 version: 0.5.16(tailwindcss@3.4.17) ··· 410 419 cpu: [x64] 411 420 os: [win32] 412 421 422 + '@iconify-json/cib@1.2.2': 423 + resolution: {integrity: sha512-WevYDdIm0x3I3YZyoIgdSu4uurbzs2b2gsMLUj8/EMKMoPIx6GF+t0VcaCgFY4a0rIdUY18MYP6m9XgcOhOtFg==} 424 + 425 + '@iconify-json/hugeicons@1.2.5': 426 + resolution: {integrity: sha512-luPAFcmQU7eQFHzjtYdYbF5j2h8/6SCv+FGQP7FNJNVBjVGQOyuyum5wXDFEx13F8lGk/AGPVWGqMHp7+HdmJg==} 427 + 413 428 '@iconify-json/mdi@1.2.3': 414 429 resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==} 415 430 ··· 418 433 419 434 '@iconify-json/tabler@1.2.17': 420 435 resolution: {integrity: sha512-Jfk20IC/n7UOQQSXM600BUhAwEfg8KU1dNUF+kg4eRhbET5w1Ktyax7CDx8Z8y0H6+J/8//AXpJOEgG8YoP8rw==} 436 + 437 + '@iconify-json/token@1.2.16': 438 + resolution: {integrity: sha512-SSAcsY2Gz6WSbInwHSGj6hbk5kgWluOOQunG4L7Gfri1hEb3vCQjl5VMKgTojKd8jqLZw5NykNeRokw5FssATw==} 421 439 422 440 '@iconify/tools@4.1.2': 423 441 resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==} ··· 3290 3308 '@esbuild/win32-x64@0.25.3': 3291 3309 optional: true 3292 3310 3311 + '@iconify-json/cib@1.2.2': 3312 + dependencies: 3313 + '@iconify/types': 2.0.0 3314 + 3315 + '@iconify-json/hugeicons@1.2.5': 3316 + dependencies: 3317 + '@iconify/types': 2.0.0 3318 + 3293 3319 '@iconify-json/mdi@1.2.3': 3294 3320 dependencies: 3295 3321 '@iconify/types': 2.0.0 ··· 3299 3325 '@iconify/types': 2.0.0 3300 3326 3301 3327 '@iconify-json/tabler@1.2.17': 3328 + dependencies: 3329 + '@iconify/types': 2.0.0 3330 + 3331 + '@iconify-json/token@1.2.16': 3302 3332 dependencies: 3303 3333 '@iconify/types': 2.0.0 3304 3334
+89
src/components/Donations.astro
··· 1 + --- 2 + const kofi = "https://ko-fi.com/buymyaria"; 3 + const buymeacoffee = "https://buymeacoffee.com/buymymojo"; 4 + 5 + 6 + import Partition from "../components/Partition.astro"; 7 + 8 + import { Icon } from "astro-icon/components"; 9 + --- 10 + 11 + <Partition> 12 + <h1>Feel free to fund me at these places:</h1> 13 + <ul class="list-disc p-4 whitespace-nowrap"> 14 + <li> 15 + <a href={kofi} class="p-1" target="_blank" 16 + ><Icon name="hugeicons:ko-fi" class={"svg-inline"} /> Ko-Fi</a> 17 + </li> 18 + <li> 19 + <a href={buymeacoffee} class="p-1" target="_blank" 20 + ><Icon name="cib:buy-me-a-coffee" class={"svg-inline"} /> Buy Me a Coffee</a> 21 + </li> 22 + <li> 23 + <Icon name="token:xmr" class={"svg-inline"} /> XMR: <textarea 24 + onclick="this.select()" 25 + readonly 26 + cols="95" 27 + rows="1" 28 + class="rounded backdrop-brightness-0" 29 + style="background-color: var(--third-colour); resize: none;" 30 + >48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm</textarea 31 + > 32 + </li> 33 + <li> 34 + <Icon name="token:btc" class={"svg-inline"} /> BTC: <textarea 35 + onclick="this.select()" 36 + readonly 37 + cols="42" 38 + rows="1" 39 + class="rounded backdrop-brightness-0" 40 + style="background-color: var(--third-colour); resize: none;" 41 + >bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau</textarea 42 + > 43 + </li> 44 + <li> 45 + <Icon name="token:ltc" class={"svg-inline"} /> LTC: <textarea 46 + onclick="this.select()" 47 + readonly 48 + cols="34" 49 + rows="1" 50 + class="rounded backdrop-brightness-0" 51 + style="background-color: var(--third-colour); resize: none;" 52 + >LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY</textarea 53 + > 54 + </li> 55 + <li> 56 + <Icon name="token:eth" class={"svg-inline"} /> ETH: <textarea 57 + onclick="this.select()" 58 + readonly 59 + cols="42" 60 + rows="1" 61 + class="rounded backdrop-brightness-0" 62 + style="background-color: var(--third-colour); resize: none;" 63 + >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea 64 + > 65 + </li> 66 + <li> 67 + <Icon name="token:usdc" class={"svg-inline"} /> USDC(ETH): <textarea 68 + onclick="this.select()" 69 + readonly 70 + cols="42" 71 + rows="1" 72 + class="rounded backdrop-brightness-0" 73 + style="background-color: var(--third-colour); resize: none;" 74 + >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea 75 + > 76 + </li> 77 + <li> 78 + <Icon name="token:usdt" class={"svg-inline"} /> USDT(ETH): <textarea 79 + onclick="this.select()" 80 + readonly 81 + cols="42" 82 + rows="1" 83 + class="rounded backdrop-brightness-0" 84 + style="background-color: var(--third-colour); resize: none;" 85 + >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea 86 + > 87 + </li> 88 + </ul> 89 + </Partition>
+2
src/pages/about.astro
··· 1 1 --- 2 2 import FriendLink from "../components/FriendLink.astro"; 3 3 import Partition from "../components/Partition.astro"; 4 + import Donations from "../components/Donations.astro"; 4 5 import BaseLayout from "../layouts/BaseLayout.astro"; 5 6 import "../styles/aria.css"; 6 7 ··· 183 184 </li> 184 185 </ul> 185 186 </Partition> 187 + <Donations /> 186 188 </BaseLayout> 187 189 188 190 <style define:vars={{ skillColor }}>