diff --git a/en/index.html b/en/index.html index 7e8b8487..41479b33 100644 --- a/en/index.html +++ b/en/index.html @@ -75,7 +75,7 @@

Eisenbahnstraße 1, 72072 Tübingen

The building is accessible by foot from the city center in about 15 minutes, from the main train station in about 10 minutes, or from the bus stops "Blaue Brücke" and "Landestheater".

We will meet in the rooms and areas of the ground floor and the 6th and 7th floors. All locations are barrier-free accessible.

-
View Larger Map +
View Larger Map diff --git a/image/map.png b/image/map.png new file mode 100644 index 00000000..56873bf8 Binary files /dev/null and b/image/map.png differ diff --git a/index.html b/index.html index 550c092f..cb058fda 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ Bushaltestellen „Blaue Brücke“ und „Landestheater“ zu erreichen.

Wir treffen uns in den Räumen und auf den Flächen des Erdgeschoss und der Etagen 6 und 7. Alle Orte sind barrierefrei zu erreichen.

-
Größere Karte diff --git a/styles.css b/styles.css index 5516183b..b16d4085 100644 --- a/styles.css +++ b/styles.css @@ -23,6 +23,10 @@ body { margin: 0; } +#map { + background-image: url("image/map.png"); +} + .banner { vertical-align: middle; position: absolute;