mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-08-13 20:29:56 +00:00
Compare commits
7 commits
850849ca60
...
c10a865d1f
Author | SHA1 | Date | |
---|---|---|---|
c10a865d1f | |||
cc96aaadf9 | |||
d186e10931 | |||
43d33dd2a0 | |||
3998cc144f | |||
afaf2d61b7 | |||
716bf0663d |
4 changed files with 18 additions and 4 deletions
|
@ -8,7 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: WebDeployment
|
||||
runs-on: 3900x
|
||||
# runs-on: WebDeployment
|
||||
container:
|
||||
image: docker.io/node:24-bookworm
|
||||
steps:
|
||||
|
|
|
@ -19,8 +19,6 @@ A couple months ago I made the post <a href="https://aria.coffee/posts/post-2/"
|
|||
|
||||
<h2 class="text-2xl"><strong>## Where are we now?</strong></h2>
|
||||
|
||||
{/* TODO: update days */}
|
||||
|
||||
<br />
|
||||
|
||||
I am now 118 days into HRT at the time of writing, it has been honestly insane. from the softening of skin, to noticable change in body shape!
|
||||
|
|
|
@ -40,7 +40,7 @@ const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pr
|
|||
<br />
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="flex place-self-center">
|
||||
<img
|
||||
class="badge size-fit"
|
||||
src={`/static/img/buttons/aria.${buttonFormat}`}
|
||||
|
|
|
@ -178,6 +178,21 @@ const age = seconds / 31556952;
|
|||
image="https://hotsocket.fyi/files/media/img/button.png"
|
||||
target="https://hotsocket.fyi/"
|
||||
/>
|
||||
<FriendLink
|
||||
name="Addie"
|
||||
image="https://addie.sh/live.button.gif"
|
||||
target="https://addie.sh/"
|
||||
/>
|
||||
<FriendLink
|
||||
name="ari melody"
|
||||
image="https://arimelody.space/img/buttons/ari%20melody.gif"
|
||||
target="https://arimelody.space/"
|
||||
/>
|
||||
<FriendLink
|
||||
name="koldinium"
|
||||
image="https://koldinium.com/links/kold.png"
|
||||
target="https://koldinium.com/"
|
||||
/>
|
||||
</div>
|
||||
<br />
|
||||
<a href="/other buttons">Extra 88x31 buttons!</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue