Beide Sites mit lokalem Font-Hosting, WebP, Build-Pipeline, SEO-Basis, HSTS, Performance-Tuning und aktualisierten Impressum/Datenschutz-Texten. Co-authored-by: Cursor <cursoragent@cursor.com>
81 lines
3.3 KiB
HTML
81 lines
3.3 KiB
HTML
<meta property="og:locale" content="de_DE" />
|
|
<meta property="og:image" content="https://markemacht.de/assets/img/og-share.webp" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:alt" content="MARKE MACHT — Denkraum für Unternehmer" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:image" content="https://markemacht.de/assets/img/og-share.webp" />
|
|
<meta name="theme-color" content="#0A0A0A" media="(prefers-color-scheme: dark)" />
|
|
<meta name="theme-color" content="#FBFAF2" media="(prefers-color-scheme: light)" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="./assets/favicon.svg" />
|
|
<link rel="preconnect" href="https://sys.adametz.media" crossorigin />
|
|
|
|
<script>
|
|
(function () {
|
|
'use strict';
|
|
if ('scrollRestoration' in history) history.scrollRestoration = 'manual';
|
|
if (!location.hash) window.scrollTo(0, 0);
|
|
|
|
var key = 'mm-wirkung';
|
|
var valid = ['monolith', 'editorial'];
|
|
var v = null;
|
|
try { v = localStorage.getItem(key); } catch (_) {}
|
|
if (valid.indexOf(v) === -1) v = 'monolith';
|
|
document.documentElement.setAttribute('data-theme', v);
|
|
|
|
var fontBase = './assets/fonts/';
|
|
var displayFont = v === 'editorial'
|
|
? fontBase + 'plus-jakarta-sans/plus-jakarta-sans-v12-latin-600.woff2'
|
|
: fontBase + 'outfit/outfit-v15-latin-700.woff2';
|
|
[fontBase + 'space-grotesk/space-grotesk-v22-latin-regular.woff2', displayFont].forEach(function (href) {
|
|
var link = document.createElement('link');
|
|
link.rel = 'preload';
|
|
link.as = 'font';
|
|
link.type = 'font/woff2';
|
|
link.crossOrigin = 'anonymous';
|
|
link.href = href;
|
|
document.head.appendChild(link);
|
|
});
|
|
|
|
['./assets/fonts/fonts-shared.css', './assets/fonts/fonts-' + v + '.css'].forEach(function (href) {
|
|
var link = document.createElement('link');
|
|
link.rel = 'stylesheet';
|
|
link.href = href;
|
|
document.head.appendChild(link);
|
|
});
|
|
|
|
var heroes = {
|
|
'index.html': { monolith: 'start-monolith.webp', editorial: 'start-editorial.webp' },
|
|
'manifest.html': { monolith: 'manifest-monolith.webp', editorial: 'manifest-editorial.webp' },
|
|
'methode.html': { monolith: 'methode-monolith.webp', editorial: 'methode-editorial.webp' },
|
|
'denken.html': { monolith: 'denken-monolith.webp', editorial: 'denken-editorial.webp' }
|
|
};
|
|
var page = location.pathname.split('/').pop() || 'index.html';
|
|
var pair = heroes[page];
|
|
if (pair) {
|
|
var img = pair[v] || pair.monolith;
|
|
var preload = document.createElement('link');
|
|
preload.rel = 'preload';
|
|
preload.as = 'image';
|
|
preload.href = './assets/img/' + img;
|
|
preload.type = 'image/webp';
|
|
if ('fetchPriority' in preload) preload.fetchPriority = 'high';
|
|
document.head.appendChild(preload);
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="./assets/css/app.css?v={{VERSION}}" />
|
|
<script defer src="https://sys.adametz.media/config.js" data-website-id="40125fcf-49c4-43f3-a9a5-9eec5eb55696"></script>
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "MARKE MACHT",
|
|
"url": "https://markemacht.de/",
|
|
"description": "Denkraum für Unternehmer im Mittelstand. Marke ist die Fähigkeit eines Unternehmens, sich selbst eindeutig zu erklären.",
|
|
"inLanguage": "de-DE"
|
|
}
|
|
</script>
|