Add new documentation pages and update blog styling
This commit introduces three new documentation files: `anwendungen.md` for AI solution use cases, `stylesheets/modules/blog.scss` for blog-specific styling, and `datenschutz.md` for the privacy policy. Additionally, it enhances blog author and sidebar styling for consistency and readability.
This commit is contained in:
+1
-54
File diff suppressed because one or more lines are too long
+15
-55
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+29
-50
@@ -1,56 +1,38 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
{% include "partials/title.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ super() }}
|
||||
<!-- Social card meta tags -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{{ page.title }}">
|
||||
<meta property="og:description" content="{{ config.site_description }}">
|
||||
<meta property="og:image" content="{{ config.site_url }}assets/images/home/share.jpg">
|
||||
<meta property="og:image:type" content="image/jpeg">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:url" content="{{ page.canonical_url }}">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ page.title }}">
|
||||
<meta name="twitter:description" content="{{ config.site_description }}">
|
||||
<meta name="twitter:image" content="{{ config.site_url }}assets/images/home/share.jpg">
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
<!-- Direct CSS styles for cookie consent -->
|
||||
<style>
|
||||
/* Specific targeting for the center container */
|
||||
#uc-center-container {
|
||||
position: absolute !important;
|
||||
top: 40px !important;
|
||||
margin: 0 auto !important;
|
||||
text-align: left !important;
|
||||
left: 35% !important;
|
||||
}
|
||||
|
||||
/* Direct targeting of Usercentrics elements */
|
||||
#usercentrics-root,
|
||||
[class*="usercentrics"],
|
||||
[id*="usercentrics"],
|
||||
.uc-banner-content,
|
||||
.uc-container,
|
||||
[class*="banner"],
|
||||
[class*="consent"],
|
||||
[class*="cookie"] {
|
||||
top: 20px !important;
|
||||
bottom: auto !important;
|
||||
position: fixed !important;
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
|
||||
/* Special styling for landscape mode on smaller height screens */
|
||||
@media (max-height: 768px) and (orientation: landscape) {
|
||||
.gtPQAC,
|
||||
[class*="usercentrics"],
|
||||
[id*="usercentrics"],
|
||||
.uc-banner-content,
|
||||
.uc-container,
|
||||
#uc-center-container {
|
||||
border-bottom: 0 !important;
|
||||
max-height: 100vh !important;
|
||||
max-width: 625px !important;
|
||||
top: 0 !important;
|
||||
position: absolute !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{% block content %}
|
||||
{{ super() }}
|
||||
|
||||
<div class="satag--cookie-consent-container">
|
||||
<script id="usercentrics-cmp" async data-eu-mode="true" data-settings-id="plHHr67Ul9jqQP" src="https://app.eu.usercentrics.eu/browser-ui/latest/loader.js"></script>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
@@ -67,9 +49,6 @@
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
@@ -108,12 +87,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer-custom-links">
|
||||
<a href="https://satware.com/custom/index/sCustom/1" title="Kontakt">Kontakt</a>
|
||||
<a href="https://satware.com/impressum" title="Impressum">Impressum</a>
|
||||
<a href="https://satware.com/datenschutzerklaerung" title="Datenschutzerklärung">Datenschutz</a>
|
||||
<a href="https://satware.com/custom/index/sCustom/1" target="_blank" title="Kontakt">Kontakt</a>
|
||||
<a href="/impressum/" title="Impressum">Impressum</a>
|
||||
<a href="/datenschutz/" title="Datenschutzerklärung">Datenschutz</a>
|
||||
<!--<a href="/barrierefreiheitserklaerung" title="Barrierefreiheitserklärung">Barrierefreiheitserklärung</a>-->
|
||||
<a href="/blog/" title="Blog">Blog</a>
|
||||
<a href="https://satware.com/newsletter" title="Newsletter">Newsletter</a>
|
||||
<a href="https://satware.com/newsletter" target="_blank" title="Newsletter">Newsletter</a>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
File diff suppressed because one or more lines are too long
+40
-28
@@ -2,114 +2,126 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://satware.ai/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/anwendungen/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/datenschutz/</loc>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/faq/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/impressum/</loc>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/satway/</loc>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/tasks/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/webinare/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/workshops/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/zugang/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/ki-innovationen-im-februar-2025-ein-umfassender-%C3%BCberblick/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/roboterliebe-20-mein-herzensprojekt-zur-globalen-ki-musikrevolution/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/satware-ai-der-launch-unserer-bahnbrechenden-ki-plattform/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/amira/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/bastian/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/bea/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/jane/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/justus/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/lara/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/luna/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/marco/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/olu/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/ki-agenten/theo/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/archive/2025/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/category/projekte/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/category/ki/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/category/musik/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/category/technologie/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/blog/category/innovation/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
<lastmod>2025-05-16</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -30,6 +30,7 @@
|
||||
@import "modules/lightbox";
|
||||
@import "modules/blog";
|
||||
|
||||
|
||||
//Responsive Design
|
||||
@import "responsive/medium";
|
||||
@import "responsive/mobile";
|
||||
|
||||
Reference in New Issue
Block a user