From 8f92ad2d58948a78eed9a4186eb060541e3c58b1 Mon Sep 17 00:00:00 2001 From: Stefan Schaller Date: Thu, 10 Oct 2024 16:54:42 +0200 Subject: [PATCH] add testaminial --- data/homepage.yml | 11 ++++++++--- i18n/de.toml | 8 ++++++++ i18n/en.toml | 8 ++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/data/homepage.yml b/data/homepage.yml index d769ed2..9b37d8d 100755 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -108,20 +108,20 @@ works: image: x: "img/works/vvs_cycle_planer.png" _2x: "img/works/vvs_cycle_planer@2x.png" - is_even: false + is_even: false - title: "customersDieRingeTitle" description: "customersDieRingeDescription" image: x: "img/works/DieRinge.png" _2x: "img/works/DieRinge@2x.png" - is_even: true + is_even: true - title: "worksAppellaTitle" description: "worksAppellaDescription" image: x: "img/works/appella.png" _2x: "img/works/appella@2x.png" is_even: false - + # technologies technologies: enable: true @@ -193,6 +193,11 @@ additional: testimonial: enable: true items: + - name: "Steffen Süß" + position: "testimonialKosysPosition" + content: "testimonialKosysContent" + link: "https://www.linkedin.com/in/steffen-suess-5975a21b9/" + - name: "Paul Uhler" position: "testimonialDieRingePosition" content: "testimonialDieRingeContent" diff --git a/i18n/de.toml b/i18n/de.toml index f2e5803..2a92cb2 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -210,6 +210,14 @@ other = "Technologien" [testimonialsTitle] other = "Referenzen" +[testimonialKosysPosition] +other = '''KOSYS, Lead Developer''' + +[testimonialKosysContent] +other = ''' +Seit vielen Monaten arbeiten wir von KOSYS mit der Firma Tapped Hand in Hand und können sagen, dass wir mit der Zusammenarbeit sehr zufrieden sind. Die Firma Tapped unterstützt uns bei der stetigen Weiterentwicklung unserer bestehenden Apps und konzipiert mit großem Engagement neue, zukunftsträchtige Anwendungen. Wir schätzen die reibungslose Kommunikation zwischen dem Tapped Team und unseren Organisationseinheiten. Laufend bringt sich Tapped mit Verbesserungsvorschlägen ein und erweitert das eigene Skillset, um neue Technologien, die wiederum unsere Produkte bereichern. Dank der Zusammenarbeit haben sich unsere Entwicklungszyklen extrem verkürzt und unsere Kunden danken uns das mit ihrem positiven Feedback. +''' + [testimonialDieRingePosition] other = '''DIE RINGE Bodyworkout, Geschäftsführer''' diff --git a/i18n/en.toml b/i18n/en.toml index 3dfc9df..725d3d9 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -203,6 +203,14 @@ other = "Technologies" [testimonialsTitle] other = "Testimonials" +[testimonialKosysPosition] +other = '''KOSYS, Lead Developer''' + +[testimonialKosysContent] +other = ''' +We at KOSYS have been working hand in hand with Tapped for many months and can say that we are very satisfied with the cooperation. Tapped supports us in the continuous development of our existing apps and is highly committed to designing new, future-oriented applications. We appreciate the smooth communication between the Tapped team and our organization. Tapped is constantly contributing suggestions for improvement and expanding its own skillset with new technologies, which in turn enrich our products. Thanks to this collaboration, our development cycles have become extremely short and our customers thank us for this with their positive feedback. +''' + [testimonialDieRingePosition] other = '''DIE RINGE Bodyworkout, CEO'''