forked from slides/empowering-django-with-background-workers
Improve QR code sizing
This commit is contained in:
parent
a3d48c2be9
commit
67ebe2dc71
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 |
22
slides.md
22
slides.md
|
@ -9,24 +9,24 @@ themeConfig:
|
|||
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>Core, Security & Performance teams @ Wagtail <logos-wagtail class="fill-white"/></li>
|
||||
</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-github /> @RealOrangeOne</li>
|
||||
<li><mdi-twitter /> @RealOrangeOne</li>
|
||||
<li><mdi-mastodon /> @jake@theorangeone.net</li>
|
||||
</ul>
|
||||
|
||||
<div class="absolute right-0 bottom-4">
|
||||
<img src="/dceu24-qrcode.png" width="110px" />
|
||||
<div class="absolute right-3 bottom-3">
|
||||
<img src="/dceu24-qrcode.png" width="140px" />
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
@ -567,8 +567,8 @@ layout: fact
|
|||
|
||||
# `django.tasks`
|
||||
|
||||
<div class="absolute right-1/2 translate-x-1/2 mt-6">
|
||||
<img src="/django-tasks-qrcode.png" width="110px" />
|
||||
<div class="absolute right-1/2 translate-x-1/2 mt-4">
|
||||
<img src="/django-tasks-qrcode.png" width="140px" />
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
@ -864,7 +864,7 @@ layout: section
|
|||
# `pip install django-tasks`
|
||||
|
||||
<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>
|
||||
|
||||
<!--
|
||||
|
@ -981,7 +981,7 @@ layout: section
|
|||
# What's next?
|
||||
|
||||
<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>
|
||||
|
||||
<!--
|
||||
|
@ -1013,7 +1013,7 @@ class: text-center text-xl
|
|||
</ul>
|
||||
|
||||
<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>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue