mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Compare commits
2 commits
f630c8b670
...
8fb4fa17a4
Author | SHA1 | Date | |
---|---|---|---|
|
8fb4fa17a4 | ||
|
112b9bdcdd |
5 changed files with 17 additions and 1 deletions
BIN
assets/p/internetnl-web.png
Normal file
BIN
assets/p/internetnl-web.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
1
assets/p/internetnl-web.svg
Normal file
1
assets/p/internetnl-web.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
|
@ -65,6 +65,17 @@ This site is featured in some cool directories.
|
|||
Awards
|
||||
------
|
||||
|
||||
{{<image-figure id="internetnl-web">}}
|
||||
|
||||
{{<picture name="internetnl-web" alt="Badge with text: 100% score in website test, internet.nl">}}
|
||||
<figcaption itemprop="caption">
|
||||
|
||||
[Internet.nl](https://internet.nl/) offers an automated website security check. Relevant buzzwords include IPv6, DNSSEC, TLS, HTTP security headers, and RPKI. [See a report for seirdy.one](https://internet.nl/site/seirdy.one/1716116/).
|
||||
|
||||
</figcaption>
|
||||
|
||||
{{</image-figure>}}
|
||||
|
||||
{{<image-figure id="iso-8601">}}
|
||||
|
||||
{{< picture name="8601" alt="Bitmap font reading: “Viatrix's ISO 8601 Award! Seirdy's Home, awarded 23/17/22”" class="pix" sf=2 >}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532" "https://brid.gy/comment/mastodon/@Seirdy@pleroma.envs.net/AK7FeQ4h2tUCKNwlXc/AK7GtGkE7JOVgm1Cgi") -}}
|
||||
{{- $wbmLinks := (slice "https://si3t.ch/log/2021-04-18-entetes-floc.html" "https://xmpp.org/2021/02/newsletter-02-feburary/" "https://gurlic.com/technology/post/393626430212145157" "https://gurlic.com/technology/post/343249858599059461" "https://www.librepunk.club/@penryn/108411423190214816" "https://benign.town/@josias/108457015755310198" "http://www.tuxmachines.org/node/148146" "https://i.reddit.com/r/web_design/comments/k0dmpj/an_opinionated_list_of_best_practices_for_textual/gdmxy4u/" "https://bbbhltz.space/posts/thoughts-on-tech-feb2021/" "https://jorts.horse/@alice/108477866954580532" "https://brid.gy/comment/mastodon/@Seirdy@pleroma.envs.net/AK7FeQ4h2tUCKNwlXc/AK7GtGkE7JOVgm1Cgi" "https://fosstodon.org/@werwolf/108529382741681838") -}}
|
||||
{{- $archivetodayLinks := (slice "https://example.com") -}}
|
||||
<hr />
|
||||
<section aria-labelledby="webmentions">
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
{{- $img_height = (mul $img_height . | math.Round ) -}}
|
||||
{{- end -}}
|
||||
<picture>
|
||||
{{- if not (in site.BaseURL ".onion") -}}
|
||||
{{ with $dark_svg -}}
|
||||
{{ $dark_svg_src := . | resources.Fingerprint "md5" -}}
|
||||
<source
|
||||
|
@ -23,6 +24,7 @@
|
|||
type="image/svg+xml"
|
||||
media="screen and (prefers-color-scheme: dark)" />
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ with $dark_jxl -}}
|
||||
{{ $dark_jxl_src := . | resources.Fingerprint "md5" -}}
|
||||
<source
|
||||
|
@ -51,12 +53,14 @@
|
|||
type="image/png"
|
||||
media="screen and (prefers-color-scheme: dark)" />
|
||||
{{ end -}}
|
||||
{{- if not (in site.BaseURL ".onion") -}}
|
||||
{{ with $light_svg -}}
|
||||
{{ $light_svg_src := . | resources.Fingerprint "md5" -}}
|
||||
<source
|
||||
srcset="{{ $light_svg_src.RelPermalink }}"
|
||||
type="image/svg+xml" />
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ with $light_jxl -}}
|
||||
{{ $light_jxl_src := . | resources.Fingerprint "md5" -}}
|
||||
<source
|
||||
|
|
Loading…
Reference in a new issue