ADD: Customers

This commit is contained in:
webfussel 2024-05-21 09:00:20 +02:00
parent 8d282499bd
commit 1137cec1c1
10 changed files with 58 additions and 9 deletions

View file

@ -7,6 +7,7 @@
margin-top: 3rem;
display: flex;
gap: 3rem;
flex-wrap: wrap;
}
& article {
@ -16,6 +17,8 @@
padding: 2rem;
background: var(--color-black);
border-radius: 20px;
min-width: 300px;
flex: 1;
& p:last-of-type {
margin-top: 2rem;

View file

@ -35,7 +35,7 @@ const skills = [
'Kein Ding. Ich bau dir eine Schnittstelle, die alles easy zusammenträgt.'
],
}, {
title: 'Headless CMS Anbindung',
title: 'Headless CMS',
text: [
'Wenn man ein Headless CMS anbinden will, dann verknüpft das Komponenten und APIs.',
'Für eine saubere und dynamische Einbindung reicht die Library, die euch vom Hersteller zur Verfügung gestellt wird, oft nicht aus.',