diff --git a/en/imprint.html b/en/imprint.html index 32636dd..f4e1673 100644 --- a/en/imprint.html +++ b/en/imprint.html @@ -4,7 +4,7 @@
- +
Chaostreff Tübingen e.V.
- Wöhrdstr. 25
+ Bei den Pferdeställen 8
72072 Tübingen
diff --git a/en/index.html b/en/index.html index 1084194..d2674db 100644 --- a/en/index.html +++ b/en/index.html @@ -4,7 +4,7 @@
- +You can register for the Tübingen Days of Digital Freedom to help us with planning and to stay up to date. Registration is voluntary and free of charge. However, you can make a donation to support the event.
+You can register for the Tübingen Days of Digital Freedom to help us with planning and to stay up to + date. Registration is voluntary and free of charge. However, you can make a donation to support the + event.
@@ -159,6 +161,24 @@For those coming from further away, we want to offer the opportunity to stay overnight in the Elf - Grove on Friday and Saturday nights on camp beds & sofas. Please be sure to register in advance at +
For those coming from further away, we want to offer the opportunity to stay overnight on Friday and Saturday nights on camp beds & sofas. Please be sure to register in advance at tdf@cttue.de.
diff --git a/image/logo-active-group.png b/image/logo-active-group.png new file mode 100644 index 0000000..ea5eaad Binary files /dev/null and b/image/logo-active-group.png differ diff --git a/image/logo-daasi.png b/image/logo-daasi.png new file mode 100644 index 0000000..a27fe73 Binary files /dev/null and b/image/logo-daasi.png differ diff --git a/image/logo-itdesign.png b/image/logo-itdesign.png new file mode 100644 index 0000000..2f6a0ec Binary files /dev/null and b/image/logo-itdesign.png differ diff --git a/image/logo-syss.png b/image/logo-syss.png new file mode 100644 index 0000000..7c0729a Binary files /dev/null and b/image/logo-syss.png differ diff --git a/imprint.html b/imprint.html index 24b0418..ba77e9e 100644 --- a/imprint.html +++ b/imprint.html @@ -4,7 +4,7 @@ - +
Chaostreff Tübingen e.V.
- Wöhrdstr. 25
+ Bei den Pferdeställen 8
72072 Tübingen
diff --git a/index.html b/index.html index e46355a..942d2af 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@
- +Für extern Angereiste wollen wir im Elfenhain die Möglichkeit anbieten Freitag und Samstag Nacht zu +
Für extern Angereiste wollen wir die Möglichkeit anbieten Freitag und Samstag Nacht zu übernachten auf Feldbetten & Sofas. Hierzu bitte unbedingt vorher bei tdf@cttue.de anmelden.
diff --git a/styles-4.3.css b/styles-4.4.css similarity index 94% rename from styles-4.3.css rename to styles-4.4.css index 3e7dccb..6cda6ed 100644 --- a/styles-4.3.css +++ b/styles-4.4.css @@ -336,4 +336,24 @@ h3, .image-bar img { max-height: 100px; margin: 0 10px; +} + +#sponsors .sponsor-logos { + display: flex; + flex-wrap: wrap; + gap: 2em; + list-style: none; + padding: 2em; + margin: 0; + align-items: center; + background-color: #f8f8f8; + border-radius: 8px; +} + +#sponsors .sponsor-logos li { + list-style: none !important; +} + +#sponsors .sponsor-logos img { + height: 60px; } \ No newline at end of file