diff --git a/pelicanconf.py b/pelicanconf.py new file mode 100644 index 0000000000000000000000000000000000000000..c5368d5b090559947edf109dfe1a8f90f9c61df9 --- /dev/null +++ b/pelicanconf.py @@ -0,0 +1,8 @@ +from datetime import date + +SPONSORS = [ + ("SpeedPartner", "/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)), + ("Informatik aktuell", "/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)), + ("Python Software-Verband e.V.", "/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)), + ("Proxmox Server Solutions GmbH", "/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)), + ] diff --git a/static/images/sponsors/informatik_aktuell.png b/static/images/sponsors/informatik_aktuell.png new file mode 100644 index 0000000000000000000000000000000000000000..b139234038dda4aefb8c988677dd4197c697c7a5 Binary files /dev/null and b/static/images/sponsors/informatik_aktuell.png differ diff --git a/static/images/sponsors/proxmox.png b/static/images/sponsors/proxmox.png new file mode 100644 index 0000000000000000000000000000000000000000..68159083bc342b408a93ba7e58185a5c61a1c078 Binary files /dev/null and b/static/images/sponsors/proxmox.png differ diff --git a/static/images/sponsors/pysv.png b/static/images/sponsors/pysv.png new file mode 100644 index 0000000000000000000000000000000000000000..21faeacea8a21a8b3ec7e164f74c5a961651b6e4 Binary files /dev/null and b/static/images/sponsors/pysv.png differ diff --git a/static/images/sponsors/speedpartner.png b/static/images/sponsors/speedpartner.png new file mode 100644 index 0000000000000000000000000000000000000000..54feb2e1c75a0dba1e72dcbf1a02cfdad92a979f Binary files /dev/null and b/static/images/sponsors/speedpartner.png differ