forked from slides/empowering-django-with-background-workers
Improve XKCD reference
This commit is contained in:
parent
966d6b5aaf
commit
83cae00520
4 changed files with 5 additions and 15 deletions
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 265 KiB |
BIN
public/situation.png
Normal file
BIN
public/situation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
BIN
public/soon.png
BIN
public/soon.png
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 134 KiB |
20
slides.md
20
slides.md
|
@ -292,34 +292,24 @@ for user in page.subscribers.iterator():
|
||||||
````
|
````
|
||||||
|
|
||||||
---
|
---
|
||||||
layout: fact
|
layout: image
|
||||||
|
image: /situation.png
|
||||||
|
backgroundSize: 50%
|
||||||
---
|
---
|
||||||
|
|
||||||
# Situation:
|
|
||||||
## There are _14_ competing standards.
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.slidev-layout {
|
|
||||||
background: white;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
layout: image
|
layout: image
|
||||||
image: /ridiculous.png
|
image: /ridiculous.png
|
||||||
class: bg-top!
|
backgroundSize: 49%
|
||||||
---
|
---
|
||||||
|
|
||||||
# Ridiculous!
|
|
||||||
|
|
||||||
---
|
---
|
||||||
layout: fact
|
layout: fact
|
||||||
---
|
---
|
||||||
|
|
||||||
## Introducing*:{.mb-5}
|
## Introducing*:{.mb-5}
|
||||||
|
|
||||||
# `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-6">
|
||||||
<QRCode
|
<QRCode
|
||||||
|
|
Loading…
Reference in a new issue