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; +}