Skip to content

Commit

Permalink
more buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed May 27, 2024
1 parent 9294b6c commit 53aaece
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"extends": [
"config:recommended"
],
"rangeStrategy": "bump",
"assignees": ["mudkipdev"]
}
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/rss": "^4.0.6",
"astro": "^4.8.7",
"astro": "^4.9.2",
"remark": "^15.0.1",
"strip-markdown": "^6.0.0",
"typescript": "^5.4.5"
Expand Down
Binary file added public/buttons/dam.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/buttons/niko.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/buttons/paddy.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/buttons/ssi.gif
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/buttons/ublock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
---
<footer>
<a href="https://mudkip.dev"><img alt="mudkip" src="/buttons/mudkip.png"></a>
<a href="https://matdoes.dev"><img src="/buttons/mat.png" /></a>
<a href="https://matdoes.dev/retro"><img src="/buttons/mat.png" /></a>
<a href="https://zeffo.me"><img src="/buttons/aman.webp" /></a>
<a href="https://goldenstack.net"><img src="/buttons/golden.png" /></a>
<a href="https://mozilla.org/firefox/"><img src="/buttons/firefox.png" /></a>
<a href="https://damcraft.de"><img src="/buttons/dam.png"></a>
<a href="https://nikolan.xyz"><img src="/buttons/niko.png"></a>
<a href="https://paddyk45.de"><img src="/buttons/paddy.png"></a>
<a href="https://mozilla.org/firefox"><img src="/buttons/firefox.png" /></a>
<a href="https://code.visualstudio.com"><img src="/buttons/vsc.gif" /></a>
<a href="https://ublockorigin.com"><img src="/buttons/ublock.png" /></a>

<!-- giant ass fucking gif -->
<!-- <a href="https://ssi.fyi"><img src="/buttons/ssi.gif"></a> -->
</footer>

<style>
Expand Down

0 comments on commit 53aaece

Please sign in to comment.