diff --git a/assets/css/main.css b/assets/css/main.css index 517675e..0d04490 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2441,9 +2441,36 @@ figure figcaption { margin: 0; } +#references .section-three { + overflow: hidden; +} + #references img { - max-width: 200px; - max-height: 80px; + max-height: 50px; + filter: grayscale(100%); + margin-left: 8rem; +} + +#references .data-content-three.marquee-container { + flex-wrap: nowrap; + animation: scroll-left 6s linear infinite; + width: 200%; +} + +.marquee-content { + display: flex; + width: 50%; /* Each set takes half the track */ + padding-left: 300px; +} + + +@keyframes scroll-left { + 0% { + transform: translateX(0%); + } + 100% { + transform: translateX(-50%); + } } /* Dropdown navigation from eco-compute.io */ diff --git a/layouts/partials/references.html b/layouts/partials/references.html index 1aa70a1..a753f44 100644 --- a/layouts/partials/references.html +++ b/layouts/partials/references.html @@ -4,20 +4,32 @@

{{i18n "references"}}

-
- Axel Springer Logo - WBS Coding School Logo - Lufthansa Industry Solutions Logo - SDIAlliance Logo - Bits & Bäume Logo - EnviroInfo Logo - IronHack Logo - FOSDEM Logo - Arbeitsagentur IT Systemhaus Logo - HTW Berlin Logo - OpenText Logo - The Green Web Foundation Logo +
+
+ Axel Springer Logo + WBS Coding School Logo + Lufthansa Industry Solutions Logo + SDIAlliance Logo + EnviroInfo Logo + Arbeitsagentur IT Systemhaus Logo + HTW Berlin Logo + OpenText Logo + The Green Web Foundation Logo +
+
+ Axel Springer Logo + WBS Coding School Logo + Lufthansa Industry Solutions Logo + SDIAlliance Logo + EnviroInfo Logo + Arbeitsagentur IT Systemhaus Logo + HTW Berlin Logo + OpenText Logo + The Green Web Foundation Logo +
+ +