Improve QR code sizing

This commit is contained in:
Jake Howard 2024-06-02 22:31:44 +01:00
parent a3d48c2be9
commit 67ebe2dc71
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 11 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -9,24 +9,24 @@ themeConfig:
primary: '#0c4b33' primary: '#0c4b33'
--- ---
# Empowering Django with Background Workers # Empowering <logos-django class="[&>path]:fill-white! h-15 w-43"/> with Background Workers
### Jake Howard{.mt-10} ## Jake Howard{.mt-8}
<ul class="list-none! text-sm [&>li]:m-0!"> <ul class="list-none! [&>li]:m-0!">
<li>Senior Systems Engineer @ Torchbox <mdi-fire class="fill-white"/></li> <li>Senior Systems Engineer @ Torchbox <mdi-fire class="fill-white"/></li>
<li>Core, Security & Performance teams @ Wagtail <logos-wagtail class="fill-white"/></li> <li>Core, Security & Performance teams @ Wagtail <logos-wagtail class="fill-white"/></li>
</ul> </ul>
<ul class="list-none! text-xs [&>li]:m-0! mt-5"> <ul class="list-none! text-sm [&>li]:m-0! mt-5">
<li><mdi-earth /> theorangeone.net</li> <li><mdi-earth /> theorangeone.net</li>
<li><mdi-github /> @RealOrangeOne</li> <li><mdi-github /> @RealOrangeOne</li>
<li><mdi-twitter /> @RealOrangeOne</li> <li><mdi-twitter /> @RealOrangeOne</li>
<li><mdi-mastodon /> @jake@theorangeone.net</li> <li><mdi-mastodon /> @jake@theorangeone.net</li>
</ul> </ul>
<div class="absolute right-0 bottom-4"> <div class="absolute right-3 bottom-3">
<img src="/dceu24-qrcode.png" width="110px" /> <img src="/dceu24-qrcode.png" width="140px" />
</div> </div>
<!-- <!--
@ -567,8 +567,8 @@ layout: fact
# `django.tasks` # `django.tasks`
<div class="absolute right-1/2 translate-x-1/2 mt-6"> <div class="absolute right-1/2 translate-x-1/2 mt-4">
<img src="/django-tasks-qrcode.png" width="110px" /> <img src="/django-tasks-qrcode.png" width="140px" />
</div> </div>
<!-- <!--
@ -864,7 +864,7 @@ layout: section
# `pip install django-tasks` # `pip install django-tasks`
<div class="absolute right-1/2 translate-x-1/2 mt-6"> <div class="absolute right-1/2 translate-x-1/2 mt-6">
<img src="/django-tasks-qrcode.png" width="150px" /> <img src="/django-tasks-qrcode.png" width="140px" />
</div> </div>
<!-- <!--
@ -981,7 +981,7 @@ layout: section
# What's next? # What's next?
<div class="absolute right-1/2 translate-x-1/2 mt-12"> <div class="absolute right-1/2 translate-x-1/2 mt-12">
<img src="/django-tasks-qrcode.png" width="110px" /> <img src="/django-tasks-qrcode.png" width="140px" />
</div> </div>
<!-- <!--
@ -1013,7 +1013,7 @@ class: text-center text-xl
</ul> </ul>
<div class="absolute right-1/2 translate-x-1/2 mt-3"> <div class="absolute right-1/2 translate-x-1/2 mt-3">
<img src="/dceu24-qrcode.png" width="150px" /> <img src="/dceu24-qrcode.png" width="140px" />
</div> </div>
<style> <style>