1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
Seirdy
6a58b5a747
Optimize footer layout
Move badge out of nav element, add another horizontal bar to divide
them.
2024-06-17 05:15:33 -04:00
Seirdy
026a0b8552
Update sammy's badge 2024-06-17 05:15:24 -04:00
Seirdy
e09b9042dd
Update badge count 2024-06-08 13:55:11 -04:00
3 changed files with 9 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 408 B

View file

@ -6,7 +6,7 @@ outputs:
description: "My curation of over 70 88x31 badges, representing what I and this site use and stand for."
image: "b/sticker_352x124.png"
---
My collection of over 70 88x31 badges, representing what I and this site use and stand for. If you have a badge you'd like me to add, just ask; it needs to have a format under 3&#160;kb and avoid excessively flashy animations for me to consider it. [See some tools I use for image optimization]({{<relref "/posts/website-best-practices.md#image-optimization">}}).
My collection of over 80 88x31 badges, representing what I and this site use and stand for. If you have a badge you'd like me to add, just ask; it needs to have a format under 3&#160;kb and avoid excessively flashy animations for me to consider it. [See some tools I use for image optimization]({{<relref "/posts/website-best-practices.md#image-optimization">}}).
## My badge

View file

@ -14,19 +14,20 @@
<a rel="source" href="{{ .Site.Params.src }}">Source code</a>
</li>
<li>
<a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor mirror</a>
<a rel="alternate" href="http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion{{ .RelPermalink }}">Tor</a>
</li>
<li>
<a href="{{ site.BaseURL }}meta/privacy/" rel="privacy-policy">Privacy</a>
</li>
<li>
<a href="{{ site.BaseURL }}meta/site-design/">Site design standards</a>
</li>
<li>
<a href="{{ site.BaseURL }}meta/badges/">
{{ printf `<img src="%s" alt="88-by-31 button: my favicon, a white colon and semicolon on a black backround, next to the word Seirdy." width="88" height="31" class="pix" />` $button.RelPermalink | safeHTML }}
</a>
<a href="{{ site.BaseURL }}meta/site-design/">Site design</a>
</li>
</ul>
</nav>
<hr />
<p>
<a href="{{ site.BaseURL }}meta/badges/">
{{ printf `<img src="%s" alt="88-by-31 button: my favicon, a white colon and semicolon on a black backround, next to the word Seirdy." width="88" height="31" class="pix" />` $button.RelPermalink | safeHTML }}
</a>
</p>
</footer>