diff --git a/en/index.html b/en/index.html index f85c409..0068993 100644 --- a/en/index.html +++ b/en/index.html @@ -49,7 +49,7 @@
The fifth Tübingen Days of Digital Freedom (#TDF5) stand under the motto "Freiräume verschlüssen" (Encrypt Free Spaces). On this +
The fifth Tübingen Days of Digital Freedom (#TDF5) stand under the motto "Freiräume verschlüsseln" (Encrypt Free Spaces). On this and many other topics around digital freedom, data protection, net politics, and technology, there will be talks, workshops, and discussions. Beyond that, TDF offers space for networking, exchange, and creativity.
@@ -123,9 +123,14 @@Would you like to support TDF financially or in other ways, or know someone who might? Write to us at tdf@cttue.de.
diff --git a/index.html b/index.html index 011c686..dc3630b 100644 --- a/index.html +++ b/index.html @@ -127,9 +127,14 @@Möchtest du den TDF finanziell oder auf andere Weise unterstützen oder kennst jemanden, der dafür in Frage kommt? Schreib uns unter tdf@cttue.de.
diff --git a/logo/logo-active-group.png b/logo/logo-active-group.png new file mode 100644 index 0000000..ea5eaad Binary files /dev/null and b/logo/logo-active-group.png differ diff --git a/logo/logo-coworkgroupde.jpg b/logo/logo-coworkgroupde.jpg new file mode 100644 index 0000000..40c68fd Binary files /dev/null and b/logo/logo-coworkgroupde.jpg differ diff --git a/logo/logo-daasi.png b/logo/logo-daasi.png new file mode 100644 index 0000000..18d2229 Binary files /dev/null and b/logo/logo-daasi.png differ diff --git a/logo/logo-eszet.png b/logo/logo-eszet.png new file mode 100644 index 0000000..bbce994 Binary files /dev/null and b/logo/logo-eszet.png differ diff --git a/logo/logo-itdesign.png b/logo/logo-itdesign.png new file mode 100644 index 0000000..2f6a0ec Binary files /dev/null and b/logo/logo-itdesign.png differ diff --git a/logo/logo-puzzle.png b/logo/logo-puzzle.png new file mode 100644 index 0000000..eb3cc7e Binary files /dev/null and b/logo/logo-puzzle.png differ diff --git a/logo/logo-sodge.png b/logo/logo-sodge.png new file mode 100644 index 0000000..994191b Binary files /dev/null and b/logo/logo-sodge.png differ diff --git a/logo/logo-syss.png b/logo/logo-syss.png new file mode 100644 index 0000000..7c0729a Binary files /dev/null and b/logo/logo-syss.png differ diff --git a/styles-5.0.css b/styles-5.0.css index 06d9ebd..2e8157a 100644 --- a/styles-5.0.css +++ b/styles-5.0.css @@ -274,28 +274,26 @@ b { * Sponsor Logos **/ .sponsor-logos { - display: flex; - flex-wrap: wrap; - gap: 4em; - list-style: none; - padding: 2em; + display: grid; + grid-template-columns: repeat(4, minmax(0, 1fr)); + gap: 2em; + padding: 1.5em 0; margin: 0; align-items: center; - justify-content: center; - background-color: #f8f8f8; - border-radius: 8px; + justify-items: center; } -.sponsor-logos li { - list-style: none !important; - flex: 0 0 calc(33.333% - 10em); - display: flex; - justify-content: center; - align-items: center; +.sponsor-logos img { + max-width: 100%; + max-height: 70px; + width: auto; + height: auto; } -.sponsor-logos img { - height: 60px; +@media (max-width: 800px) { + .sponsor-logos { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } }