From a5a4780b9ca5a9601a59eb921d9b2d19d5fa2571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 23 Sep 2024 10:25:20 +0200 Subject: [PATCH] Add EdHouse logo EdHouse is sponsoring the 2024 PyLadies beginner's course in Olomouc. --- static/img/logo/edhouse.svg | 1 + templates/index.html | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 static/img/logo/edhouse.svg diff --git a/static/img/logo/edhouse.svg b/static/img/logo/edhouse.svg new file mode 100644 index 00000000..141a1dba --- /dev/null +++ b/static/img/logo/edhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8521d910..0300175b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -209,5 +209,10 @@

Naši partneři

+
+ + + +
{% endblock content %}