1
Fork 0

Add qrcodes as images
All checks were successful
/ build (push) Successful in 2m10s

This commit is contained in:
Jake Howard 2024-06-11 09:56:14 +01:00
parent 69c0fae0c0
commit 4cb6fb7533
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
public/wsnl24-qrcode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -41,6 +41,9 @@ layout: full
<li><mdi-mastodon /> @jake@theorangeone.net</li>
</ul>
<div class="absolute right-3 top-3">
<img src="/wsnl24-qrcode.png" width="190px" />
</div>
<style>
.slidev-layout {
@ -149,6 +152,10 @@ layout: section
## 1:
# Template Fragment Caching
<div class="absolute right-1/2 translate-x-1/2 top-3">
<img src="/template-fragment-caching-qrcode.png" width="150px" />
</div>
<!--
- Template fragment caching
- New ish in 5.2
@ -789,6 +796,10 @@ layout: section
# Frontend Cache Invalidation
### Wagtail secret sauce <logos-wagtail class="fill-white"/>
<div class="absolute right-1/2 translate-x-1/2 top-3">
<img src="/frontend-caching-qrcode.png" width="150px" />
</div>
<!--
- Frontend cache invalidation!
- Wagtail to the rescue