diff --git a/.gitignore b/.gitignore index 5fedf35e..dc31c1cd 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ Temporary Items # End of https://www.toptal.com/developers/gitignore/api/macos +*.psd diff --git a/en/index.html b/en/index.html index 46ce5bdd..ec6505f6 100644 --- a/en/index.html +++ b/en/index.html @@ -4,7 +4,7 @@ - + 4. Tübingen Days of Digital Freedom @@ -20,7 +20,8 @@
-

June 28/29, 2025

+

June 28/29, 2025

+

The date may still change.

The Tübingen Day of Digital Freedom is an open Chaos community event. The event is not only aimed at nerds, but also at everyone interested in a life of freedom and self-determination. To this end, we want to give you the tools for self-empowerment in the form of @@ -60,7 +61,7 @@

-
+

Location

The Day of Digital Freedom will take place at the Westspitze Tübingen.

Eisenbahnstraße 1, 72072 Tübingen

diff --git a/en/participate.html b/en/participate.html index eeb13f87..179fe91b 100644 --- a/en/participate.html +++ b/en/participate.html @@ -4,7 +4,7 @@ - + 4. Tübinger Days of Digital Freedom diff --git a/image/Banner_Westspitze.png b/image/Banner_Westspitze.png index cc1a17fe..4a34b2cf 100644 Binary files a/image/Banner_Westspitze.png and b/image/Banner_Westspitze.png differ diff --git a/image/banner-3.png b/image/banner-3.png index cc1a17fe..bf16d37d 100644 Binary files a/image/banner-3.png and b/image/banner-3.png differ diff --git a/image/westspitze.png b/image/westspitze.png new file mode 100644 index 00000000..12ba8536 Binary files /dev/null and b/image/westspitze.png differ diff --git a/index.html b/index.html index 6fa1bde3..ba9c7223 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + 4. Tübinger Tage der digitalen Freiheit @@ -21,7 +21,8 @@
-

28./29. Juni 2025

+

28./29. Juni 2025

+

Der Termin ändert sich evtl. noch.

Der Tübinger Tag der digitalen Freiheit ist ein offenes Chaos-Community Event. Das Event richtet sich bei weitem nicht nur an Nerds, sondern an alle, die an einem Leben in Freiheit und Selbstbestimmung interessiert sind. Dazu möchten wir mit Werkzeugen zur @@ -65,7 +66,7 @@

-
+

Ort

Der Tag der digitalen Freiheit findet in der Westspitze Tübingen statt.

Eisenbahnstraße 1, 72072 Tübingen

diff --git a/participate.html b/participate.html index 8df61938..b3022070 100644 --- a/participate.html +++ b/participate.html @@ -4,7 +4,7 @@ - + 4. Tübinger Tage der digitalen Freiheit diff --git a/styles-4.1.css b/styles-4.2.css similarity index 98% rename from styles-4.1.css rename to styles-4.2.css index 4efbba47..3a90417f 100644 --- a/styles-4.1.css +++ b/styles-4.2.css @@ -77,6 +77,10 @@ body { background-image: url("image/participate.png"); } +#location { + background-image: url("image/westspitze.png"); +} + #content { max-width: 1000px; margin: 0 auto;