diff --git a/en/index.html b/en/index.html index 5dd41a69..e4ac4df6 100644 --- a/en/index.html +++ b/en/index.html @@ -107,6 +107,11 @@
Would you like to support the TDF financially or in other ways, or do you know someone who might be suitable for this? Write to us at tdf@cttue.de
+ diff --git a/image/AVAT_logo.png b/image/AVAT_logo.png new file mode 100644 index 00000000..faed7d69 Binary files /dev/null and b/image/AVAT_logo.png differ diff --git a/image/daasi_logo.png b/image/daasi_logo.png index 178b3851..a27fe73c 100644 Binary files a/image/daasi_logo.png and b/image/daasi_logo.png differ diff --git a/image/pagina_logo.png b/image/pagina_logo.png deleted file mode 100644 index e2cb60b0..00000000 Binary files a/image/pagina_logo.png and /dev/null differ diff --git a/index.html b/index.html index f08ffa6a..737c73d9 100644 --- a/index.html +++ b/index.html @@ -108,8 +108,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/styles.css b/styles.css index b16d4085..bc7f73a2 100644 --- a/styles.css +++ b/styles.css @@ -54,7 +54,7 @@ body { .box { background: #024361; margin-bottom: 2em; - padding: 1em 2em 0.7em; + padding: 1em 2em 0.7em 1em; border-style: solid; border-color: #8FDD75; border-width: 2px; @@ -65,7 +65,6 @@ body { background-repeat: no-repeat; background-position: right; background-blend-mode: luminosity; - padding-right: 10%; text-shadow: 0px 0px 5px #012E42, 0px 0px 10px #012E42, 0px 0px 15px #012E42, @@ -299,4 +298,17 @@ h3, padding: 10px; padding-bottom: 3px; z-index: 9999; +} + +.image-bar { + display: flex; + width: 100%; + justify-content: space-around; + align-items: center; + background-color: #f0f0f0; + padding: 10px; +} +.image-bar img { + max-height: 100px; + margin: 0 10px; } \ No newline at end of file