diff --git a/docs/assets/javascript/testimonials.js b/docs/assets/javascript/testimonials.js index 2d1ca87..9875006 100644 --- a/docs/assets/javascript/testimonials.js +++ b/docs/assets/javascript/testimonials.js @@ -41,3 +41,6 @@ document.addEventListener('DOMContentLoaded', function() { }); }); }); + + + diff --git a/docs/assets/javascript/wcag.js b/docs/assets/javascript/wcag.js new file mode 100644 index 0000000..e85f394 --- /dev/null +++ b/docs/assets/javascript/wcag.js @@ -0,0 +1,30 @@ +document.addEventListener('DOMContentLoaded', function() { + const scrollWrap = document.querySelector('.md-search__scrollwrap'); + + if (scrollWrap) { + scrollWrap.setAttribute('tabindex', '0'); + + scrollWrap.addEventListener('keydown', function(e) { + // Pfeiltasten für Scrolling + if (e.key === 'ArrowDown') { + e.preventDefault(); + this.scrollTop += 30; + } else if (e.key === 'ArrowUp') { + e.preventDefault(); + this.scrollTop -= 30; + } else if (e.key === 'PageDown') { + e.preventDefault(); + this.scrollTop += this.clientHeight; + } else if (e.key === 'PageUp') { + e.preventDefault(); + this.scrollTop -= this.clientHeight; + } else if (e.key === 'Home') { + e.preventDefault(); + this.scrollTop = 0; + } else if (e.key === 'End') { + e.preventDefault(); + this.scrollTop = this.scrollHeight; + } + }); + } +}); \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 4af9cdf..fce4865 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-
-
+
+
+
+
+
+
+
+
+
+
- "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." + "Die KI-Agenten der satware sind für mich wertvoller Sparringspartner für Konzeptentwicklung & Reflektion. +Vor allem bieten sie mir einen sicheren Raum für sensible Daten. +Für mich als Coach & Mediator ist Vertraulichkeit der Schlüssel. Top!"
+
"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." @@ -138,42 +140,43 @@ Technologien sind darauf ausgerichtet, Ihren Geschäftserfolg durch moderne, KI-
+
- - "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." -- +
+ "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." ++
+
+
+
+
+
+