Skip to content

Commit

Permalink
pants removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkomata committed Sep 22, 2024
1 parent c3fcc39 commit 0e28ea6
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1725649016840
"lastUpdateCheck": 1727030968273
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/mdx": "^3.1.6",
"@astrojs/mdx": "^3.1.7",
"@astrojs/prism": "^3.1.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "^1.9.1",
"@astrojs/tailwind": "^5.1.1",
"@biomejs/biome": "^1.9.2",
"@fontsource/forum": "^5.1.0",
"astro": "^4.15.6",
"astro": "^4.15.8",
"astro-auto-import": "^0.4.2",
"biome": "^0.3.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.5",
"shiki": "^1.17.7",
"tailwindcss": "^3.4.11",
"shiki": "^1.18.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"unist-util-visit": "^5.0.0"
}
Expand Down
449 changes: 224 additions & 225 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file added public/button/ext/amemoia88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/button/ext/i1vy88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/button/ext/maggie8831.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 15 additions & 12 deletions src/components/Buttons.astro
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
---
import { Image } from "astro:assets";
// when this stupid ass web works <https://cyber.dabamos.de> download the 88x31 buttons from there
// DO NOT HOTLINK
const buttons = [
'<a href="https://i1vy.moe/" target="_blank"><img src="https://stuff.i1vy.moe/88x31.png" /></a>',
'<a href="https://maggiepi.site/" target="_blank"><img src="https://maggiepi.site/88x31s/maggie8831.gif" /></a>',
'<a href="https://amemoia.github.io/" target="_blank"><img src="https://amemoia.github.io/resources/buttons/88x31.png"></a>',
'<Image src="https://cyber.dabamos.de/88x31/88x31.gif" alt="88x31" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/blink-0.gif" alt="blink" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/bu12.gif" alt="bu12" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/konata.gif" alt="konata" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/pbm.gif" alt="pbm" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/web3no.gif" alt="no web3" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/tummy.gif" alt="tummy" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/transnow2.gif" alt="trans rights" width="88" height="31" />',
'<Image src="https://cyber.dabamos.de/88x31/hello_kitty.gif" alt="hello kitty" width="88" height="31" />',
'<a href="https://i1vy.moe/" target="_blank"><img src="/button/ext/i1vy88x31.png" /></a>',
'<a href="https://maggiepi.site/" target="_blank"><img src="/button/ext/maggie8831.gif" /></a>',
'<a href="https://amemoia.github.io/" target="_blank"><img src="/button/ext/amemoia88x31.png"></a>',
'<Image src="/button/ext/88x31.gif" alt="88x31" width="88" height="31" />',
'<Image src="/button/ext/blink-0.gif" alt="blink" width="88" height="31" />',
'<Image src="/button/ext/bu12.gif" alt="bu12" width="88" height="31" />',
'<Image src="/button/ext/konata.gif" alt="konata" width="88" height="31" />',
'<Image src="/button/ext/pbm.gif" alt="pbm" width="88" height="31" />',
'<Image src="/button/ext/web3no.gif" alt="no web3" width="88" height="31" />',
'<Image src="/button/ext/tummy.gif" alt="tummy" width="88" height="31" />',
'<Image src="/button/ext/transnow2.gif" alt="trans rights" width="88" height="31" />',
'<Image src="/button/ext/hello_kitty.gif" alt="hello kitty" width="88" height="31" />',
];
---

Expand Down

0 comments on commit 0e28ea6

Please sign in to comment.