Adds sponsor logos.

pull/3/head
Martin Braun 5 months ago
parent 8a09a86061
commit e4abe38beb
  1. 5
      en/index.html
  2. BIN
      image/AVAT_logo.png
  3. BIN
      image/daasi_logo.png
  4. BIN
      image/pagina_logo.png
  5. 6
      index.html
  6. 16
      styles.css

@ -107,6 +107,11 @@
<p>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</p>
<div class="image-bar">
<img src="../image/AVAT_logo.png" alt="AVAT Logo">
<img src="../image/daasi_logo.png" alt="DAASI Logo">
<img src="../image/tuebingen_logo.png" alt="Tübingen Logo">
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

@ -108,8 +108,14 @@
<p>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</p>
<div class="image-bar">
<img src="image/AVAT_logo.png" alt="AVAT Logo">
<img src="image/daasi_logo.png" alt="DAASI Logo">
<img src="image/tuebingen_logo.png" alt="Tübingen Logo">
</div>
</div>
</div>
<p>&nbsp;</p>
</div>

@ -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,
@ -300,3 +299,16 @@ h3,
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;
}
Loading…
Cancel
Save