Compare commits
8 commits
bb7bcc59a8
...
252a9652b1
Author | SHA1 | Date | |
---|---|---|---|
252a9652b1 | |||
9b70f945ff | |||
22c295c82e | |||
795ccb7f7a | |||
79e8144fe2 | |||
a25e8c2d07 | |||
ecc6cbd35e | |||
16f233de2e |
|
@ -42,6 +42,7 @@ export default defineConfig({
|
||||||
"girlthi.ng",
|
"girlthi.ng",
|
||||||
"lenooby09.tech",
|
"lenooby09.tech",
|
||||||
"ackwell.au",
|
"ackwell.au",
|
||||||
|
"ari.express"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
|
|
|
@ -25,10 +25,13 @@
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@iconify-json/cib": "^1.2.2",
|
||||||
|
"@iconify-json/hugeicons": "^1.2.5",
|
||||||
"@iconify-json/mdi": "^1.2.3",
|
"@iconify-json/mdi": "^1.2.3",
|
||||||
"@iconify-json/meteor-icons": "^1.2.1",
|
"@iconify-json/meteor-icons": "^1.2.1",
|
||||||
"@iconify-json/tabler": "^1.2.17",
|
"@iconify-json/tabler": "^1.2.17",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
|
"@iconify-json/token": "^1.2.16",
|
||||||
"vite": "^6.3.3"
|
"vite": "^6.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
30
pnpm-lock.yaml
generated
|
@ -48,6 +48,12 @@ importers:
|
||||||
specifier: ^5.8.3
|
specifier: ^5.8.3
|
||||||
version: 5.8.3
|
version: 5.8.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@iconify-json/cib':
|
||||||
|
specifier: ^1.2.2
|
||||||
|
version: 1.2.2
|
||||||
|
'@iconify-json/hugeicons':
|
||||||
|
specifier: ^1.2.5
|
||||||
|
version: 1.2.5
|
||||||
'@iconify-json/mdi':
|
'@iconify-json/mdi':
|
||||||
specifier: ^1.2.3
|
specifier: ^1.2.3
|
||||||
version: 1.2.3
|
version: 1.2.3
|
||||||
|
@ -57,6 +63,9 @@ importers:
|
||||||
'@iconify-json/tabler':
|
'@iconify-json/tabler':
|
||||||
specifier: ^1.2.17
|
specifier: ^1.2.17
|
||||||
version: 1.2.17
|
version: 1.2.17
|
||||||
|
'@iconify-json/token':
|
||||||
|
specifier: ^1.2.16
|
||||||
|
version: 1.2.16
|
||||||
'@tailwindcss/typography':
|
'@tailwindcss/typography':
|
||||||
specifier: ^0.5.16
|
specifier: ^0.5.16
|
||||||
version: 0.5.16(tailwindcss@3.4.17)
|
version: 0.5.16(tailwindcss@3.4.17)
|
||||||
|
@ -410,6 +419,12 @@ packages:
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
|
'@iconify-json/cib@1.2.2':
|
||||||
|
resolution: {integrity: sha512-WevYDdIm0x3I3YZyoIgdSu4uurbzs2b2gsMLUj8/EMKMoPIx6GF+t0VcaCgFY4a0rIdUY18MYP6m9XgcOhOtFg==}
|
||||||
|
|
||||||
|
'@iconify-json/hugeicons@1.2.5':
|
||||||
|
resolution: {integrity: sha512-luPAFcmQU7eQFHzjtYdYbF5j2h8/6SCv+FGQP7FNJNVBjVGQOyuyum5wXDFEx13F8lGk/AGPVWGqMHp7+HdmJg==}
|
||||||
|
|
||||||
'@iconify-json/mdi@1.2.3':
|
'@iconify-json/mdi@1.2.3':
|
||||||
resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==}
|
resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==}
|
||||||
|
|
||||||
|
@ -419,6 +434,9 @@ packages:
|
||||||
'@iconify-json/tabler@1.2.17':
|
'@iconify-json/tabler@1.2.17':
|
||||||
resolution: {integrity: sha512-Jfk20IC/n7UOQQSXM600BUhAwEfg8KU1dNUF+kg4eRhbET5w1Ktyax7CDx8Z8y0H6+J/8//AXpJOEgG8YoP8rw==}
|
resolution: {integrity: sha512-Jfk20IC/n7UOQQSXM600BUhAwEfg8KU1dNUF+kg4eRhbET5w1Ktyax7CDx8Z8y0H6+J/8//AXpJOEgG8YoP8rw==}
|
||||||
|
|
||||||
|
'@iconify-json/token@1.2.16':
|
||||||
|
resolution: {integrity: sha512-SSAcsY2Gz6WSbInwHSGj6hbk5kgWluOOQunG4L7Gfri1hEb3vCQjl5VMKgTojKd8jqLZw5NykNeRokw5FssATw==}
|
||||||
|
|
||||||
'@iconify/tools@4.1.2':
|
'@iconify/tools@4.1.2':
|
||||||
resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==}
|
resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==}
|
||||||
|
|
||||||
|
@ -3290,6 +3308,14 @@ snapshots:
|
||||||
'@esbuild/win32-x64@0.25.3':
|
'@esbuild/win32-x64@0.25.3':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@iconify-json/cib@1.2.2':
|
||||||
|
dependencies:
|
||||||
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
|
'@iconify-json/hugeicons@1.2.5':
|
||||||
|
dependencies:
|
||||||
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
'@iconify-json/mdi@1.2.3':
|
'@iconify-json/mdi@1.2.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
|
@ -3302,6 +3328,10 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
|
'@iconify-json/token@1.2.16':
|
||||||
|
dependencies:
|
||||||
|
'@iconify/types': 2.0.0
|
||||||
|
|
||||||
'@iconify/tools@4.1.2':
|
'@iconify/tools@4.1.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 2.0.0
|
'@iconify/types': 2.0.0
|
||||||
|
|
BIN
public/static/img/88x31/Button.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
public/static/img/88x31/PWsbutton.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
89
src/components/Donations.astro
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
---
|
||||||
|
const kofi = "https://ko-fi.com/buymyaria";
|
||||||
|
const buymeacoffee = "https://buymeacoffee.com/buymymojo";
|
||||||
|
|
||||||
|
|
||||||
|
import Partition from "../components/Partition.astro";
|
||||||
|
|
||||||
|
import { Icon } from "astro-icon/components";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Partition>
|
||||||
|
<h1>Feel free to fund me at these places:</h1>
|
||||||
|
<ul class="list-disc p-4 whitespace-nowrap">
|
||||||
|
<li>
|
||||||
|
<a href={kofi} class="p-1" target="_blank"
|
||||||
|
><Icon name="hugeicons:ko-fi" class={"svg-inline"} /> Ko-Fi</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href={buymeacoffee} class="p-1" target="_blank"
|
||||||
|
><Icon name="cib:buy-me-a-coffee" class={"svg-inline"} /> Buy Me a Coffee</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:xmr" class={"svg-inline"} /> XMR: <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="95"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:btc" class={"svg-inline"} /> BTC: <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="42"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:ltc" class={"svg-inline"} /> LTC: <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="34"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:eth" class={"svg-inline"} /> ETH: <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="42"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:usdc" class={"svg-inline"} /> USDC(ETH): <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="42"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Icon name="token:usdt" class={"svg-inline"} /> USDT(ETH): <textarea
|
||||||
|
onclick="this.select()"
|
||||||
|
readonly
|
||||||
|
cols="42"
|
||||||
|
rows="1"
|
||||||
|
class="rounded backdrop-brightness-0"
|
||||||
|
style="background-color: var(--third-colour); resize: none;"
|
||||||
|
>0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</Partition>
|
|
@ -47,5 +47,6 @@ const optimizedBackgroundLQ = await getImage({
|
||||||
<!-- <a href="/friends" class="nav-btn">Friends</a> | -->
|
<!-- <a href="/friends" class="nav-btn">Friends</a> | -->
|
||||||
<a href="/directory" class="nav-btn">Other Pages</a> |
|
<a href="/directory" class="nav-btn">Other Pages</a> |
|
||||||
<a href="/portfolio" class="nav-btn">Portfolio</a> |
|
<a href="/portfolio" class="nav-btn">Portfolio</a> |
|
||||||
|
<a href="/pay-me" class="nav-btn">Donate</a> |
|
||||||
</p>
|
</p>
|
||||||
</Partition>
|
</Partition>
|
||||||
|
|
|
@ -4,6 +4,7 @@ const discord = "https://discord.com/users/383507911160233985";
|
||||||
const github = "https://github.com/BuyMyMojo";
|
const github = "https://github.com/BuyMyMojo";
|
||||||
const steam = "https://steamcommunity.com/profiles/76561198227003516";
|
const steam = "https://steamcommunity.com/profiles/76561198227003516";
|
||||||
const bsky = "https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn";
|
const bsky = "https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn";
|
||||||
|
const bskybackup = "https://bsky.app/profile/did:plc:valun42etpm73we7bgyh64ge";
|
||||||
const bskyArchive = "https://buymymojo.net/bsky/";
|
const bskyArchive = "https://buymymojo.net/bsky/";
|
||||||
|
|
||||||
import { Icon } from "astro-icon/components";
|
import { Icon } from "astro-icon/components";
|
||||||
|
@ -18,6 +19,13 @@ import { Icon } from "astro-icon/components";
|
||||||
>@aria.coffee (Click to copy DID)</button
|
>@aria.coffee (Click to copy DID)</button
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href={bskybackup} class="p-1" target="_blank"
|
||||||
|
><Icon name="meteor-icons:bluesky" class={"svg-inline"} /> Bluesky Backup</a
|
||||||
|
> - <button id="bskypid-backup"
|
||||||
|
>@aria.pds.witchcraft.systems (Click to copy DID)</button
|
||||||
|
>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={discord} target="_blank"
|
<a href={discord} target="_blank"
|
||||||
><Icon name="meteor-icons:discord" class={"svg-inline"}/> Discord</a
|
><Icon name="meteor-icons:discord" class={"svg-inline"}/> Discord</a
|
||||||
|
@ -51,10 +59,17 @@ import { Icon } from "astro-icon/components";
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const bskypid = document.querySelector("#bskypid");
|
const bskypid = document.querySelector("#bskypid");
|
||||||
|
const bskypidbackup = document.querySelector("#bskypid-backup");
|
||||||
|
|
||||||
if (bskypid != null) {
|
if (bskypid != null) {
|
||||||
bskypid.addEventListener("click", () => {
|
bskypid.addEventListener("click", () => {
|
||||||
navigator.clipboard.writeText("did:plc:bzrn33tcfgjxnsanvg6py3xn");
|
navigator.clipboard.writeText("did:plc:bzrn33tcfgjxnsanvg6py3xn");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (bskypidbackup != null) {
|
||||||
|
bskypidbackup.addEventListener("click", () => {
|
||||||
|
navigator.clipboard.writeText("did:plc:valun42etpm73we7bgyh64ge");
|
||||||
|
});
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
BIN
src/content/albums/aria-board/4-Synergia-frame-1.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-10.jpg
Normal file
After Width: | Height: | Size: 555 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-2.jpg
Normal file
After Width: | Height: | Size: 575 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-3.jpg
Normal file
After Width: | Height: | Size: 639 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-4.jpg
Normal file
After Width: | Height: | Size: 833 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-5.jpg
Normal file
After Width: | Height: | Size: 793 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-6.jpg
Normal file
After Width: | Height: | Size: 402 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-7.jpg
Normal file
After Width: | Height: | Size: 421 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-8.jpg
Normal file
After Width: | Height: | Size: 545 KiB |
BIN
src/content/albums/aria-board/4-Synergia-frame-9.png
Normal file
After Width: | Height: | Size: 19 KiB |
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
import FriendLink from "../components/FriendLink.astro";
|
import FriendLink from "../components/FriendLink.astro";
|
||||||
import Partition from "../components/Partition.astro";
|
import Partition from "../components/Partition.astro";
|
||||||
|
import Donations from "../components/Donations.astro";
|
||||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||||
import "../styles/aria.css";
|
import "../styles/aria.css";
|
||||||
|
|
||||||
|
@ -183,6 +184,7 @@ const skillColor = "#F5A8B7";
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</Partition>
|
</Partition>
|
||||||
|
<Donations />
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
||||||
<style define:vars={{ skillColor }}>
|
<style define:vars={{ skillColor }}>
|
||||||
|
|
|
@ -12,6 +12,7 @@ const pageTitle = "A bunch of other pages!";
|
||||||
<p>Here are some other pages I have for various reasons!</p>
|
<p>Here are some other pages I have for various reasons!</p>
|
||||||
|
|
||||||
<ul class=" list-disc px-8">
|
<ul class=" list-disc px-8">
|
||||||
|
<li><a href="/albums">Albums and Gallerys</a></li>
|
||||||
<li><a href="/jxl-testing">JpegXL Decoder Test</a></li>
|
<li><a href="/jxl-testing">JpegXL Decoder Test</a></li>
|
||||||
<li><a href="/other buttons">Extra 88x31 buttons</a></li>
|
<li><a href="/other buttons">Extra 88x31 buttons</a></li>
|
||||||
<li><a href="/extreme-format-test">Goofy video format test</a></li>
|
<li><a href="/extreme-format-test">Goofy video format test</a></li>
|
||||||
|
|
|
@ -43,15 +43,16 @@ const sorted = images.sort((a, b) => a.src.localeCompare(b.src));
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
sorted.map((image) => (
|
sorted.map((image) => (
|
||||||
<Picture
|
<a href={image.src}><Picture
|
||||||
src={image}
|
src={image}
|
||||||
alt={`Image from ${album.data.title} album`}
|
alt={`Image from ${album.data.title} album`}
|
||||||
formats={["avif", "webp", "jpeg"]}
|
formats={["avif", "webp"]}
|
||||||
quality={95}
|
fallbackFormat="jpeg"
|
||||||
|
quality={93}
|
||||||
class="rounded-sm mb-4 border border-transparent hover:border-gray-300 transition-all duration-300 ease-in-out hover:shadow-lg"
|
class="rounded-sm mb-4 border border-transparent hover:border-gray-300 transition-all duration-300 ease-in-out hover:shadow-lg"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
decoding="async"
|
decoding="async"
|
||||||
/>
|
/></a>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -137,6 +137,18 @@ const age = seconds / 31556952;
|
||||||
image="https://ackwell.au/assets/88x31/ackwell-coil.png"
|
image="https://ackwell.au/assets/88x31/ackwell-coil.png"
|
||||||
target="https://ackwell.au"
|
target="https://ackwell.au"
|
||||||
/>
|
/>
|
||||||
|
<div class="outline-dashed flex outline-3 mx-1">
|
||||||
|
<FriendLink
|
||||||
|
name="witchcraft.systems"
|
||||||
|
image="https://ari.express/assets/PWsbutton.png"
|
||||||
|
target="https://pds.witchcraft.systems/"
|
||||||
|
/>
|
||||||
|
<FriendLink
|
||||||
|
name="Ari"
|
||||||
|
image="https://ari.express/assets/Button.png"
|
||||||
|
target="https://ari.express/"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<a href="/other buttons">Extra 88x31 buttons!</a>
|
<a href="/other buttons">Extra 88x31 buttons!</a>
|
||||||
|
|
12
src/pages/pay-me.astro
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
import Donations from "../components/Donations.astro";
|
||||||
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||||
|
import "../styles/aria.css";
|
||||||
|
|
||||||
|
const pageTitle = "Give Aria money";
|
||||||
|
const description = "Hey look sometime you gotta give your wealth to a cute girl";
|
||||||
|
---
|
||||||
|
|
||||||
|
<BaseLayout pageTitle={pageTitle} description={description}>
|
||||||
|
<Donations />
|
||||||
|
</BaseLayout>
|