diff --git a/Profice WebSite/images/additional/Kein_KI.PNG b/Profice WebSite/images/additional/Kein_KI.PNG new file mode 100644 index 0000000..ed3cc4e Binary files /dev/null and b/Profice WebSite/images/additional/Kein_KI.PNG differ diff --git a/Profice WebSite/index.html b/Profice WebSite/index.html index 33c99b1..2d3402d 100644 --- a/Profice WebSite/index.html +++ b/Profice WebSite/index.html @@ -69,7 +69,13 @@
- +
@@ -544,12 +550,6 @@
KI Support
-
- - -
@@ -639,5 +639,7 @@ + + diff --git a/Profice WebSite/scripts/console-image.js b/Profice WebSite/scripts/console-image.js new file mode 100644 index 0000000..25f8b81 --- /dev/null +++ b/Profice WebSite/scripts/console-image.js @@ -0,0 +1,18 @@ +(function() { + const basePath = window.location.pathname.includes('/sites/') ? '..' : '.'; + const imagePath = basePath + '/images/additional/Kein_KI.PNG'; + const fullUrl = new URL(imagePath, window.location.href).href; + + const styles = [ + 'background-image: url("' + fullUrl + '")', + 'background-size: contain', + 'background-repeat: no-repeat', + 'background-position: center', + 'padding: 100px 150px', + 'font-size: 0', + 'line-height: 200px' + ].join(';'); + + console.log('%c ', styles); + console.log('🖼️ Kein KI - Image loaded from:', fullUrl); +})(); diff --git a/Profice WebSite/sites/automatisation.html b/Profice WebSite/sites/automatisation.html index 588ce2b..8894b8d 100644 --- a/Profice WebSite/sites/automatisation.html +++ b/Profice WebSite/sites/automatisation.html @@ -55,7 +55,15 @@ -
+
+ +
-
+
+ +
-
+
+ +
-
+
+ +
-
+
+ +