1
Fork 1

Add profile slide

This commit is contained in:
Jake Howard 2024-06-05 14:56:35 +01:00
parent 9575717c46
commit 0228bf4f73
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 30 additions and 12 deletions

View file

@ -10,22 +10,38 @@ themeConfig:
# Empowering <logos-django class="[&>path]:fill-white! h-15 w-43"/> with Background Workers
## Jake Howard{.mt-8}
## Jake Howard{.mt-5}
<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>
### Djangocon Europe 2024{.mt-5}
<!--
- Here to talk about Background Workers
- What they are
- How to use them
- Exciting things _hopefully_ coming to Django
-->
---
layout: full
---
# `$ whoami`
<ul class="list-none! [&>li]:m-0! text-2xl mt-10">
<li><mdi-fire class="fill-white"/> Senior Systems Engineer @ Torchbox</li>
<li><logos-wagtail class="fill-white"/> Core, Security & Performance teams @ Wagtail</li>
<li><mdi-server-plus class="fill-white" /> I'm an avid self-hoster</li>
<li><mdi-robot-excited class="fill-white" /> I help students build robots in my "spare" time</li>
</ul>
<ul class="list-none! text-sm [&>li]:m-0! mt-5">
<ul class="list-none! text-sm [&>li]:m-0! mt-10 text-xl">
<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 left-3 bottom-3">
<img src="/dceu24-qrcode.png" width="150px" />
<div class="absolute right-3 top-3">
<img src="/dceu24-qrcode.png" width="190px" />
</div>
<!--
@ -35,12 +51,14 @@ themeConfig:
- I'm also on the security team, and as of last week the core team for Wagtail
- Leading Django-based CMS
- I exist in many places on the internet
- Here to talk about Background Workers
- What they are
- How to use them
- Exciting things _hopefully_ coming to Django
-->
<style>
.slidev-layout {
background-color: #e85537;
}
</style>
---
layout: center
---

View file

@ -7,5 +7,5 @@
}
.slidev-layout {
background: #0c4b33
background-color: #0c4b33
}