diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-19 20:26:26 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-19 20:26:26 +0000 |
commit | 98cc18191a278a816c92f5880a2a837ed10a4092 (patch) | |
tree | 6fbcea78b1ca48c0b458f83a99d96f145a4c18ef | |
parent | 11c3a2a85f62739278a1f5b9e49df3cdfde9e38b (diff) |
the silly button
-rw-r--r-- | public/images/buttons/wah.png | bin | 0 -> 764 bytes | |||
-rw-r--r-- | resources/views/components/layout.blade.php | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/images/buttons/wah.png b/public/images/buttons/wah.png Binary files differnew file mode 100644 index 0000000..65e3f74 --- /dev/null +++ b/public/images/buttons/wah.png diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 8dad0c2..41e565e 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -42,16 +42,16 @@ </span> </div> <div> + <img src="{{ URL::asset('images/buttons/wah.png') }}" alt="wah! (dot moe)"> <a href="https://aliceisvery.gay/"><img src="{{ URL::asset('images/buttons/cnfunknown.gif') }}" alt="ConfusionUnknown"></a> <a href="https://julimiro.eu/"><img src="{{ URL::asset('images/buttons/juli.gif') }}" alt="Julimiro.eu"></a> <a href="https://x86.isafox.gay/"><img src="{{ URL::asset('images/buttons/x86.gif') }}" alt="x86Overflow"></a> <a href="https://thinliquid.dev/"><img src="{{ URL::asset('images/buttons/thnlqd.png') }}" alt="thinliquid"></a> - <a href="https://dimden.dev/"><img src="https://dimden.dev/services/images/88x31.gif" alt="dimden.dev"></a> - <a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="{{ URL::asset('images/buttons/csshard.gif') }}" alt="CSS is hard"></a><br> + <a href="https://dimden.dev/"><img src="https://dimden.dev/services/images/88x31.gif" alt="dimden.dev"></a><br> + <a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="{{ URL::asset('images/buttons/csshard.gif') }}" alt="CSS is hard"></a> <a href="https://linux.org/"><img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" alt="Linux NOW!"></a> <img src="{{ URL::asset('images/buttons/paws.gif') }}" alt="Made with my own two paws"> <img src="{{ URL::asset('images/buttons/transrights.gif') }}" alt="Trans Rights NOW!"> - <a href="https://www.debian.org/"><img src="{{ URL::asset('images/buttons/debian.gif') }}" alt="Powered by Debian"></a> <a href="https://www.vim.org/"><img src="{{ URL::asset('images/buttons/vim.gif') }}" alt="Vim"></a> <img src="{{ URL::asset('images/buttons/aliasing.png') }}" alt="I Heart Aliasing"> </div> |