Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (3)
......@@ -3,10 +3,10 @@ from datetime import date
TODAY = date.today()
SPONSORS = [
("SpeedPartner", "/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
("Informatik aktuell", "/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
("Python Software-Verband e.V.", "/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
("Proxmox Server Solutions GmbH", "/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
("SpeedPartner", "/theme/images/sponsors/speedpartner.png", "https://www.speedpartner.de", date(2038, 12, 31)),
("Informatik aktuell", "/theme/images/sponsors/informatik_aktuell.png", "https://www.informatik-aktuell.de/", date(2021, 12, 31)),
("Python Software-Verband e.V.", "/theme/images/sponsors/pysv.png", "https://www.python-verband.org", date(2021, 7, 31)),
("Proxmox Server Solutions GmbH", "/theme/images/sponsors/proxmox.png", "https://proxmox.com", date(2022, 4, 30)),
]
SPONSORSTEXTS = {
......
......@@ -184,6 +184,8 @@ time.icon span {
.carousel {
margin-bottom: 4rem;
width: 100%;
height: auto;
}
.carousel-text-dark {
......@@ -203,8 +205,3 @@ time.icon span {
.product-button {
background: var(--teckids-primary-dark);
}
.carousel-inner img {
max-height: 70vh;
margin: auto;
}