Add testimonials section with interactive functionality
Introduced a testimonials section to the homepage, including JavaScript for interactive switching and automatic cycling, as well as responsive styles in SCSS. Users can now view dynamic testimonials with associated images and text.
This commit is contained in:
@@ -106,6 +106,77 @@ Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-
|
||||
|
||||
<!-- end Section Counters -->
|
||||
|
||||
<!-- start section testimonials -->
|
||||
<div class="satag--home-testimonials-container">
|
||||
<h2>Let teams do more, faster</h2>
|
||||
|
||||
<div class="satag--home-testimonials">
|
||||
|
||||
<div class="satag--home-testimonials-text-container">
|
||||
<!-- Testimonial-Texte mit IDs zur Identifizierung -->
|
||||
<div class="satag--home-testimonials-text active" data-testimonial-id="1">
|
||||
<img class="satag--home-testimonial-text-logo" src="../../assets/images/home/testimonials/satware-ag.png" alt="Traffic Builders Logo">
|
||||
<blockquote>
|
||||
"We try to incorporate supporting our consultants with their specific tasks into TypingMind Custom by creating custom plugins to help with some of our more time-consuming tasks so TypingMind becomes more of a one-stop-shop for us."
|
||||
</blockquote>
|
||||
<div class="satag--home-testimonial-author">
|
||||
<span class="satag--home-testimonial-name">Amber Swier</span><br />
|
||||
<span class="satag--home-testimonial-title">Copywriter/Content Marketer at Traffic Builders</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="satag--home-testimonials-text" data-testimonial-id="2">
|
||||
<img class="satag--home-testimonial-text-logo" src="../../assets/images/home/testimonials/satware-ag.png" alt="Traffic Builders Logo">
|
||||
|
||||
<blockquote>
|
||||
"satware AI has transformed how our team collaborates on complex projects. The ability to have specialized AI agents for different tasks has cut our research and documentation time in half."
|
||||
</blockquote>
|
||||
<div class="satag--home-testimonial-author">
|
||||
<span class="satag--home-testimonial-name">Emma Johnson</span><br />
|
||||
<span class="satag--home-testimonial-title">Project Manager at Company 2</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="satag--home-testimonials-text" data-testimonial-id="3">
|
||||
<img class="satag--home-testimonial-text-logo" src="../../assets/images/home/testimonials/satware-ag.png" alt="Traffic Builders Logo">
|
||||
|
||||
<blockquote>
|
||||
"The integration capabilities of satware AI with our existing tools made adoption seamless. Our team productivity has increased by 35% since implementation, and the custom agents continue to learn our specific needs."
|
||||
</blockquote>
|
||||
<div class="satag--home-testimonial-author">
|
||||
<span class="satag--home-testimonial-name">Michael Schmidt</span><br />
|
||||
<span class="satag--home-testimonial-title">CTO at Company 3</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="satag--home-testimonials-images">
|
||||
<!-- Bilder mit data-testimonial-id Attribut zur Identifizierung -->
|
||||
<div class="satag--home-testimonial-image-wrapper active" data-testimonial-id="1">
|
||||
<img src="../../assets/images/team/jane-alesi.jpg" alt="Person 1" class="satag--home-testimonial-image">
|
||||
<div class="satag--home-testimonial-logo">
|
||||
<img src="../../assets/images/home/company-logos/satware-ag.png" alt="Traffic Builders Logo">
|
||||
</div>
|
||||
</div>
|
||||
<div class="satag--home-testimonial-image-wrapper" data-testimonial-id="2">
|
||||
<img src="../../assets/images/team/eddi-alesi.jpg" alt="Person 2" class="satag--home-testimonial-image">
|
||||
<div class="satag--home-testimonial-logo">
|
||||
<img src="../../assets/images/home/company-logos/satware-ag.png" alt="Company 2 Logo">
|
||||
</div>
|
||||
</div>
|
||||
<div class="satag--home-testimonial-image-wrapper" data-testimonial-id="3">
|
||||
<img src="../../assets/images/team/luna-alesi.jpg" alt="Person 3" class="satag--home-testimonial-image">
|
||||
<div class="satag--home-testimonial-logo">
|
||||
<img src="../../assets/images/home/company-logos/satware-ag.png" alt="Company 3 Logo">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- end section testimonials -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user