feat(other buttons.astro): Add two additional buttons
spec savers because that's funny and archive.org
This commit is contained in:
parent
62955a7837
commit
30845e5d63
3 changed files with 11 additions and 0 deletions
BIN
public/static/img/88x31/eyes.gif
Normal file
BIN
public/static/img/88x31/eyes.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
public/static/img/88x31/lain.gif
Normal file
BIN
public/static/img/88x31/lain.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -52,7 +52,18 @@ const pageTitle = "Aria's friends";
|
||||||
image="/static/img/88x31/astro.png"
|
image="/static/img/88x31/astro.png"
|
||||||
target="https://astro.build/"
|
target="https://astro.build/"
|
||||||
/>
|
/>
|
||||||
|
<!--suppress HtmlDeprecatedAttribute -->
|
||||||
<iframe src="//incr.easrng.net/badge?key=ariadotcoffee" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe>
|
<iframe src="//incr.easrng.net/badge?key=ariadotcoffee" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe>
|
||||||
|
<FriendLink
|
||||||
|
name="Specsavers"
|
||||||
|
image="/static/img/88x31/eyes.gif"
|
||||||
|
target="https://www.specsavers.com.au/"
|
||||||
|
/>
|
||||||
|
<FriendLink
|
||||||
|
name="Archive.org"
|
||||||
|
image="/static/img/88x31/lain.gif"
|
||||||
|
target="https://web.archive.org/web/*/https://aria.coffee/"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Partition>
|
</Partition>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue