Add cosmix link, reorganize outgoing links

This commit is contained in:
Joshua Goins 2023-04-21 16:31:49 -04:00
parent cecf25cb77
commit 64db6a2311
3 changed files with 12 additions and 6 deletions

BIN
assets/links/cosmix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -14,18 +14,24 @@ host the image on your own server if you can!
# Outgoing # Outgoing
If you wish to be added and I missed you, or I made a horrific mistake, please [contact me](/contact). Websites without banners to be added later. I'm slowing adding to this list, if you wish to be added and I missed you... or if made a horrific mistake, please [contact me](/contact).
## Artists
{{< out-link banner="goldgust_net.png" link="https://goldgust.net" label="Gold" >}} {{< out-link banner="goldgust_net.png" link="https://goldgust.net" label="Gold" >}}
{{< out-link banner="aks.png" link="https://www.akselmo.dev" label="Aks" >}}
{{< out-link banner="nina.jpg" link="https://misnina.com" label="Nina" >}} {{< out-link banner="nina.jpg" link="https://misnina.com" label="Nina" >}}
{{< out-link banner="neuroknives.png" link="https://euroknives.com" label="Neuroknives" >}} {{< out-link banner="neuroknives.png" link="https://euroknives.com" label="Neuroknives" >}}
{{< out-link banner="bigraccoon-logo-white.png" link="https://bigraccoon.ca/" label="Johann Sebastian Staedtler" >}} {{< out-link banner="bigraccoon-logo-white.png" link="https://bigraccoon.ca/" label="Johann Sebastian Staedtler" >}}
{{< out-link banner="tof.png" link="https://toffeee.com" label="toffee" >}}
{{< out-link banner="melps.jpg" link="https://melps.neocities.org" label="melps" >}} {{< out-link banner="melps.jpg" link="https://melps.neocities.org" label="melps" >}}
{{< out-link banner="cosmix.png" link="https://cosmix.pics/" label="Cosmix" >}}
## Developers
{{< out-link banner="aks.png" link="https://www.akselmo.dev" label="Aks" >}}
{{< out-link banner="tof.png" link="https://toffeee.com" label="toffee" >}}

View file

@ -8,7 +8,7 @@
{{ $img := resources.Get $path }} {{ $img := resources.Get $path }}
{{ with $img }} {{ with $img }}
<!-- Some browsers (safari) sucks and blocks 88x31, so force them to be 89x31 instead. --> <!-- Some browsers (safari) sucks and blocks 88x31, so force them to be 89x31 instead. -->
<img src="{{ .RelPermalink }}" style="width: auto; height: 31px; image-rendering: pixelated;" alt="{{ $label }}" width="{{ add .Width 1 }}" height="{{ .Height }}"> <img src="{{ .RelPermalink }}" style="width: auto; height: 31px" alt="{{ $label }}" width="{{ add .Width 1 }}" height="{{ .Height }}">
{{ end }} {{ end }}
</a> </a>