From 9c594b83378592ff075742a3f546800200a2dc30 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 5 Jun 2024 09:22:22 +0100 Subject: [PATCH] Change reporting example to a generic list --- slides.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/slides.md b/slides.md index 79f077e..348dbad 100644 --- a/slides.md +++ b/slides.md @@ -271,21 +271,36 @@ background: https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w= --> --- -layout: cover -background: https://images.unsplash.com/photo-1711606815631-38d32cdaec3e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3 +layout: image-right +image: https://images.unsplash.com/photo-1711606815631-38d32cdaec3e?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3 +class: text-xl --- -## Example: -# Complex reporting +# Examples + +- Compiling code +- Complex reporting +- File uploads +- Model training +- PDF generation +- Resizing images +- Sending email +- Transcoding video +- ... 🤯 ---