summaryrefslogtreecommitdiff
path: root/source/index.md
diff options
context:
space:
mode:
authorPrefetch2022-10-27 20:40:09 +0200
committerPrefetch2022-10-27 20:40:09 +0200
commit6e70f28ccbd5afc1506f71f013278a9d157ef03a (patch)
treea8ca7113917f3e0040d6e5b446e4e41291fd9d3a /source/index.md
parentbcae81336764eb6c4cdf0f91e2fe632b625dd8b2 (diff)
Optimize last images, add proof template, improve CSS
Diffstat (limited to 'source/index.md')
-rw-r--r--source/index.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/source/index.md b/source/index.md
index 680b577..7847d5f 100644
--- a/source/index.md
+++ b/source/index.md
@@ -4,7 +4,14 @@ date: 2021-02-22
layout: "default"
---
-<img src="/infra/image/logo256.png" class="darkinv" style="border: 2px solid #121212;">
+{% comment %} Not using includes/image.html to avoid link {% endcomment %}
+<p>
+<picture>
+<source srcset="/infra/image/logo-yu4qu3.avif" type="image/avif">
+<img src="/infra/image/logo-yu4qu3.png" class="darkinv" style="border: 2px solid #121212"
+title="預取 (yùqǔ): 'prefetch'; literally 'take in advance'" alt="預取 (yùqǔ): 'prefetch'; literally 'take in advance'">
+</picture>
+</p>
Welcome to my website.
@@ -15,5 +22,5 @@ where I explain STEM concepts I've learned over the years.
This website is made by me using [Hugo](https://gohugo.io),
and served to you by [nginx](https://nginx.org/).
-I intend to keep it free of advertising and trackers,
+I intend to keep it free of advertising,
and to maintain my A+ score for [TLS quality](https://www.ssllabs.com/ssltest/analyze.html?d=prefetch.eu).