From 49b9f0503d11f04cd840688c8093703e958eba27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 16 Dec 2024 15:21:39 +0100 Subject: [PATCH] Add an illustration from pyvec.org --- index.html | 7 ++++++- style.css | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5e5fee1..1da3c12 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,8 @@

The Python unconference you’ve been waiting for

Save the date. More info will follow in 2025.

+A cartoon snake playing on ukulele +

You are the arbiter of the content

@@ -127,8 +129,11 @@

Code of Conduct


+ This website can be improved at GitHub. -The code and content of this website is licensed under CC0. +The code and content of this website (except for images) is licensed under CC0. +Cartoon illustrations by Honza Javorek. +

diff --git a/style.css b/style.css index 8e25673..3f5066b 100644 --- a/style.css +++ b/style.css @@ -61,4 +61,10 @@ a.icon:hover, a.icon:focus { padding: 0.3rem; border: 2px solid #DDD; border-radius: 50%; -} \ No newline at end of file +} +.illustration { + display: block; + width: 50%; + margin-left: auto; + margin-right: auto; +}