Importing chill-site repo here #10

Merged
damercier merged 77 commits from chill-site-repo into main 2026-04-14 19:42:03 +00:00
Showing only changes of commit 1ab1a092ab - Show all commits
@@ -1,7 +1,8 @@
<section class="border-y border-gray-100 overflow-hidden">
<div class="container mx-auto">
<div class="py-12">
<p class="text-center text-3xl md:text-2xl font-bold mb-6">{{ .Get "title" | default (i18n "trustedByCompanies") }}</p>
<p class="text-center text-3xl md:text-2xl font-bold mb-6">{{ .Get "title" | default (i18n
"trustedByCompanies") }}</p>
<div class="logo-scroll">
<div class="logos-slide{{ if ne (.Get " animate" | default "true" ) "false" }} animate{{ end }}">
{{ range .Page.Params.client_logos }}
@@ -47,8 +48,10 @@
animation: 30s slide infinite linear;
}
.logos-slide img {
max-height: 1.5rem;
max-width: 8rem;
height: auto;
margin: 0 40px;
display: inline-block;
vertical-align: middle;
@@ -64,6 +67,7 @@
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-100% / 2));
}