update 2023-11-15 21:15
This commit is contained in:
parent
0ec2c8dafd
commit
373126ec0b
15 changed files with 434 additions and 182 deletions
21
404.html
21
404.html
|
|
@ -5,7 +5,7 @@
|
||||||
<title>404 Page not found</title>
|
<title>404 Page not found</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,17 +28,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="404 Page not found" />
|
<meta property="og:title" content="404 Page not found" />
|
||||||
<meta property="og:description" content="Creating Camper Experience" />
|
<meta property="og:description" content="Creating Camper Experience" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/404.html" />
|
<meta property="og:url" content="https://vanilla.engineering/404.html" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="og:site_name" content="vanilla.engineering" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:site_name" content="vanilla.engineering" />
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content="404 Page not found"/>
|
<meta name="twitter:title" content="404 Page not found"/>
|
||||||
<meta name="twitter:description" content="Creating Camper Experience"/>
|
<meta name="twitter:description" content="Creating Camper Experience"/>
|
||||||
|
|
@ -51,7 +50,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -174,19 +172,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template 404" role="main">
|
<main class="content page-template 404" role="main">
|
||||||
|
|
@ -224,13 +222,14 @@ h5 {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,7 +5,7 @@
|
||||||
<title>Datenschutzerklärung</title>
|
<title>Datenschutzerklärung</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,18 +28,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="Datenschutzerklärung" />
|
<meta property="og:title" content="Datenschutzerklärung" />
|
||||||
<meta property="og:description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
<meta property="og:description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
||||||
Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung auf dieser Website? Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber." />
|
Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung auf dieser Website? Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber." />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/datenschutz/" />
|
<meta property="og:url" content="https://vanilla.engineering/datenschutz/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:site_name" content="vanilla.engineering" />
|
<meta property="og:site_name" content="vanilla.engineering" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content="Datenschutzerklärung"/>
|
<meta name="twitter:title" content="Datenschutzerklärung"/>
|
||||||
<meta name="twitter:description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
<meta name="twitter:description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
||||||
|
|
@ -49,11 +50,7 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
|
||||||
<meta itemprop="description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
<meta itemprop="description" content="1. Datenschutz auf einen Blick Allgemeine Hinweise Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.
|
||||||
Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung auf dieser Website? Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber.">
|
Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung auf dieser Website? Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber.">
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="2053">
|
<meta itemprop="wordCount" content="1983"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
<meta itemprop="image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -61,7 +58,6 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -184,19 +180,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template page-">
|
<main class="content page-template page-">
|
||||||
|
|
@ -205,7 +201,7 @@ h5 {
|
||||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title">Datenschutzerklärung</h1>
|
<h1 class="post-title">Datenschutzerklärung</h1>
|
||||||
<section class="post-content">
|
<section class="post-content post-content-single">
|
||||||
<h2 id="1-datenschutz-auf-einen-blick">1. Datenschutz auf einen Blick</h2>
|
<h2 id="1-datenschutz-auf-einen-blick">1. Datenschutz auf einen Blick</h2>
|
||||||
<h3 id="allgemeine-hinweise">Allgemeine Hinweise</h3>
|
<h3 id="allgemeine-hinweise">Allgemeine Hinweise</h3>
|
||||||
<p>Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie
|
<p>Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie diese Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie
|
||||||
|
|
@ -257,16 +253,16 @@ Hoyerswerdaer Str. 28<br>
|
||||||
01099 Dresden</p>
|
01099 Dresden</p>
|
||||||
<p>Telefon:
|
<p>Telefon:
|
||||||
<style>
|
<style>
|
||||||
#span-72182cff.cloaked-e-mail:before {
|
#span-0be6cc9f.cloaked-e-mail:before {
|
||||||
content:attr(data-user);
|
content:attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-72182cff"></span> 
|
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-0be6cc9f"></span> 
|
||||||
|
|
||||||
<script id="script-72182cff">
|
<script id="script-0be6cc9f">
|
||||||
var scriptTag = document.getElementById("script-72182cff");
|
var scriptTag = document.getElementById("script-0be6cc9f");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||||
link.href = "tel" + ":" + address;
|
link.href = "tel" + ":" + address;
|
||||||
|
|
@ -278,16 +274,16 @@ Hoyerswerdaer Str. 28<br>
|
||||||
<br>
|
<br>
|
||||||
E-Mail:
|
E-Mail:
|
||||||
<style>
|
<style>
|
||||||
#span-c321f57e.cloaked-e-mail:before {
|
#span-8d9fc979.cloaked-e-mail:before {
|
||||||
content:attr(data-domain) "\0040" attr(data-user);
|
content:attr(data-domain) "\0040" attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-c321f57e"></span> 
|
 <span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-8d9fc979"></span> 
|
||||||
|
|
||||||
<script id="script-c321f57e">
|
<script id="script-8d9fc979">
|
||||||
var scriptTag = document.getElementById("script-c321f57e");
|
var scriptTag = document.getElementById("script-8d9fc979");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "ztuhcsnetad".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
var address = "ztuhcsnetad".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||||
link.href = "mailto" + ":" + address;
|
link.href = "mailto" + ":" + address;
|
||||||
|
|
@ -430,13 +426,14 @@ insbesondere gesetzliche Aufbewahrungsfristen – bleiben unberührt.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
260
icons/no-cookie.svg
Normal file
260
icons/no-cookie.svg
Normal file
|
|
@ -0,0 +1,260 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="Capa_1"
|
||||||
|
x="0px"
|
||||||
|
y="0px"
|
||||||
|
viewBox="0 0 781.08546 785.01547"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="no-cookie.svg"
|
||||||
|
width="78.109344"
|
||||||
|
height="78.50235"
|
||||||
|
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs40" /><sodipodi:namedview
|
||||||
|
id="namedview40"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:zoom="14.481547"
|
||||||
|
inkscape:cx="36.632827"
|
||||||
|
inkscape:cy="39.42949"
|
||||||
|
inkscape:window-width="3840"
|
||||||
|
inkscape:window-height="2123"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Capa_1"
|
||||||
|
showgrid="false" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ellipse
|
||||||
|
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:44.339;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
|
||||||
|
id="path40"
|
||||||
|
cx="390.34882"
|
||||||
|
cy="395.51935"
|
||||||
|
rx="334.39545"
|
||||||
|
ry="331.74963"
|
||||||
|
inkscape:transform-center-x="-207.42207"
|
||||||
|
inkscape:transform-center-y="160.52398" /><g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="cookie"
|
||||||
|
style="display:inline;opacity:1;mix-blend-mode:normal"
|
||||||
|
transform="rotate(-34.9,396.37661,355.75137)"><desc
|
||||||
|
id="desc1">Image by <a href="https://pixabay.com/users/diosk2k-9406755">Diosk2k</a></desc><g
|
||||||
|
id="g40"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g39"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><path
|
||||||
|
style="display:inline;fill:#f5b97d"
|
||||||
|
d="m 607.01694,416.49205 c -3.726,0.547 -7.534,0.837 -11.413,0.837 -35.705,0 -65.922,-23.357 -76.286,-55.617 -1.772,-5.514 -6.276,-9.76 -11.966,-10.844 -59.295,-11.289 -104.133,-63.345 -104.133,-125.926 0,-26.284 7.934,-50.698 21.506,-71.032 3.227,-4.835 0.534,-11.275 -5.168,-12.404 -15.656,-3.1 -31.836,-4.74 -48.403,-4.74 -137.242,0 -248.498,111.256 -248.498,248.498 0,137.241 111.256,248.498 248.498,248.498 123.689,0 225.965,-90.034 245.202,-208.318 0.874,-5.368 -3.959,-9.742 -9.339,-8.952 z"
|
||||||
|
id="path1" /><g
|
||||||
|
id="g2"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
<circle
|
||||||
|
style="fill:#cd916e"
|
||||||
|
cx="143.77901"
|
||||||
|
cy="175.84"
|
||||||
|
r="32.060001"
|
||||||
|
id="circle1" />
|
||||||
|
<circle
|
||||||
|
style="fill:#cd916e"
|
||||||
|
cx="159.808"
|
||||||
|
cy="336.159"
|
||||||
|
r="24.049999"
|
||||||
|
id="circle2" />
|
||||||
|
</g><g
|
||||||
|
id="g3"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
<path
|
||||||
|
style="fill:#f5b97d"
|
||||||
|
d="m 359.227,72.475 -2.3,13.799 c -1.89,11.341 4.512,22.434 15.277,26.471 l 20.361,7.635 c 13.449,5.043 28.291,-2.75 31.774,-16.685 l 7.257,-29.03 C 436.119,56.572 419.219,40.439 401.355,45.798 l -25.319,7.596 c -8.781,2.636 -15.301,10.036 -16.809,19.081 z"
|
||||||
|
id="path2" />
|
||||||
|
<path
|
||||||
|
style="fill:#f5b97d"
|
||||||
|
d="m 440.371,159.808 -9.681,4.841 c -7.593,3.796 -10.91,12.853 -7.566,20.655 l 7.789,18.173 c 4.716,11.003 19.389,13.144 27.052,3.948 l 12.53,-15.036 c 5.875,-7.05 4.645,-17.583 -2.697,-23.089 l -10.637,-7.978 c -4.859,-3.644 -11.359,-4.23 -16.79,-1.514 z"
|
||||||
|
id="path3" />
|
||||||
|
<circle
|
||||||
|
style="fill:#f5b97d"
|
||||||
|
cx="488.466"
|
||||||
|
cy="111.71"
|
||||||
|
r="16.030001"
|
||||||
|
id="circle3" />
|
||||||
|
</g><g
|
||||||
|
id="g6"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
<path
|
||||||
|
style="fill:#e3aa75"
|
||||||
|
d="M 286.062,474.438 C 148.82,474.438 37.564,363.182 37.564,225.94 37.564,164.972 59.555,109.165 95.992,65.929 41.9,111.513 7.504,179.726 7.504,256 c 0,137.241 111.256,248.498 248.498,248.498 76.322,0 144.459,-34.31 189.997,-88.355 -43.189,36.374 -98.947,58.295 -159.937,58.295 z"
|
||||||
|
id="path4" />
|
||||||
|
<path
|
||||||
|
style="fill:#e3aa75"
|
||||||
|
d="M 396.131,101.776 C 382.685,96.734 374.688,82.879 377.049,68.713 l 2.741,-16.444 -3.752,1.126 c -8.783,2.635 -15.303,10.036 -16.811,19.081 l -2.3,13.799 c -1.89,11.341 4.512,22.434 15.277,26.471 l 20.361,7.635 c 10.798,4.049 22.392,-0.262 28.386,-9.297 z"
|
||||||
|
id="path5" />
|
||||||
|
<path
|
||||||
|
style="fill:#e3aa75"
|
||||||
|
d="m 448.017,193.147 -8.821,-20.583 c -1.657,-3.866 -1.795,-7.982 -0.791,-11.774 l -7.715,3.857 c -7.592,3.796 -10.91,12.853 -7.566,20.655 l 7.789,18.173 c 4.716,11.003 19.389,13.145 27.052,3.948 l 3.114,-3.737 c -5.51,-1.123 -10.548,-4.671 -13.062,-10.539 z"
|
||||||
|
id="path6" />
|
||||||
|
</g><g
|
||||||
|
id="g8"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
<path
|
||||||
|
style="fill:#b67f5f"
|
||||||
|
d="m 160.811,190.87 c -17.709,0 -32.064,-14.356 -32.064,-32.064 0,-4.435 0.902,-8.659 2.53,-12.5 -11.498,4.873 -19.564,16.261 -19.564,29.534 0,17.708 14.356,32.064 32.064,32.064 13.274,0 24.662,-8.067 29.534,-19.564 -3.842,1.628 -8.066,2.53 -12.5,2.53 z"
|
||||||
|
id="path7" />
|
||||||
|
<path
|
||||||
|
style="fill:#b67f5f"
|
||||||
|
d="m 172.334,347.685 c -13.282,0 -24.048,-10.767 -24.048,-24.048 0,-3.392 0.719,-6.61 1.986,-9.537 -8.532,3.694 -14.511,12.173 -14.511,22.062 0,13.282 10.767,24.048 24.048,24.048 9.89,0 18.368,-5.979 22.062,-14.511 -2.927,1.267 -6.145,1.986 -9.537,1.986 z"
|
||||||
|
id="path8" />
|
||||||
|
</g><circle
|
||||||
|
style="fill:#cd916e"
|
||||||
|
cx="427.26993"
|
||||||
|
cy="489.47205"
|
||||||
|
r="32.060001"
|
||||||
|
id="circle8" /><path
|
||||||
|
style="fill:#b67f5f"
|
||||||
|
d="m 444.30094,504.50305 c -17.709,0 -32.064,-14.356 -32.064,-32.064 0,-4.435 0.902,-8.659 2.53,-12.5 -11.498,4.873 -19.564,16.261 -19.564,29.534 0,17.708 14.356,32.064 32.064,32.064 13.274,0 24.662,-8.067 29.534,-19.564 -3.841,1.628 -8.065,2.53 -12.5,2.53 z"
|
||||||
|
id="path9" /><circle
|
||||||
|
style="fill:#cd916e"
|
||||||
|
cx="362.80093"
|
||||||
|
cy="345.18405"
|
||||||
|
r="16.030001"
|
||||||
|
id="circle9" /><path
|
||||||
|
d="m 258.92994,265.53905 c -21.816,0 -39.564,17.749 -39.564,39.564 0,21.815 17.749,39.564 39.564,39.564 21.816,0 39.565,-17.749 39.565,-39.564 0,-21.815 -17.75,-39.564 -39.565,-39.564 z m 0,64.129 c -13.545,0 -24.564,-11.02 -24.564,-24.564 0,-13.544 11.02,-24.564 24.564,-24.564 13.544,0 24.565,11.02 24.565,24.564 0,13.544 -11.021,24.564 -24.565,24.564 z"
|
||||||
|
id="path10" /><path
|
||||||
|
d="m 387.70194,489.47405 c 0,21.816 17.749,39.564 39.564,39.564 21.815,0 39.564,-17.749 39.564,-39.564 0,-21.815 -17.749,-39.564 -39.564,-39.564 -21.815,0 -39.564,17.748 -39.564,39.564 z m 39.565,-24.565 c 13.545,0 24.564,11.02 24.564,24.564 0,13.544 -11.02,24.564 -24.564,24.564 -13.544,0 -24.564,-11.02 -24.564,-24.564 0,-13.544 11.019,-24.564 24.564,-24.564 z"
|
||||||
|
id="path11" /><path
|
||||||
|
d="m 274.96094,433.87705 c -17.396,0 -31.548,14.153 -31.548,31.549 0,17.396 14.152,31.548 31.548,31.548 17.396,0 31.549,-14.152 31.549,-31.548 0,-17.396 -14.153,-31.549 -31.549,-31.549 z m 0,48.097 c -9.125,0 -16.548,-7.423 -16.548,-16.548 0,-9.125 7.423,-16.549 16.548,-16.549 9.125,0 16.549,7.424 16.549,16.549 0,9.125 -7.424,16.548 -16.549,16.548 z"
|
||||||
|
id="path12" /><path
|
||||||
|
d="m 339.60694,345.18405 c 0,12.976 10.557,23.532 23.532,23.532 12.975,0 23.532,-10.557 23.532,-23.532 0,-12.975 -10.557,-23.532 -23.532,-23.532 -12.975,0 -23.532,10.557 -23.532,23.532 z m 23.532,-8.532 c 4.705,0 8.532,3.828 8.532,8.532 0,4.704 -3.828,8.532 -8.532,8.532 -4.704,0 -8.532,-3.828 -8.532,-8.532 0,-4.704 3.827,-8.532 8.532,-8.532 z"
|
||||||
|
id="path13" /><path
|
||||||
|
d="m 515.44994,464.91105 c 1.127,0 2.271,-0.255 3.348,-0.793 3.705,-1.853 5.207,-6.357 3.354,-10.063 l -8.016,-16.033 c -1.852,-3.705 -6.357,-5.208 -10.062,-3.354 -3.705,1.852 -5.207,6.357 -3.354,10.062 l 8.016,16.033 c 1.315,2.629 3.963,4.148 6.714,4.148 z"
|
||||||
|
id="path14" /><path
|
||||||
|
d="m 427.27294,416.81405 c 1.127,0 2.271,-0.255 3.348,-0.793 l 16.032,-8.016 c 3.705,-1.852 5.207,-6.357 3.354,-10.062 -1.853,-3.705 -6.356,-5.208 -10.062,-3.354 l -16.032,8.016 c -3.705,1.852 -5.207,6.357 -3.354,10.062 1.314,2.628 3.962,4.147 6.714,4.147 z"
|
||||||
|
id="path15" /><path
|
||||||
|
d="m 204.12494,396.63405 c 1.314,2.628 3.962,4.147 6.714,4.147 1.127,0 2.271,-0.255 3.348,-0.793 3.705,-1.852 5.207,-6.357 3.354,-10.062 l -8.016,-16.032 c -1.852,-3.705 -6.357,-5.208 -10.062,-3.354 -3.705,1.852 -5.207,6.357 -3.354,10.062 z"
|
||||||
|
id="path16" /><path
|
||||||
|
d="m 327.72094,522.84505 -16.032,8.016 c -3.705,1.852 -5.207,6.357 -3.354,10.062 1.314,2.628 3.962,4.147 6.714,4.147 1.127,0 2.271,-0.255 3.348,-0.793 l 16.032,-8.016 c 3.705,-1.852 5.207,-6.357 3.354,-10.062 -1.852,-3.705 -6.357,-5.207 -10.062,-3.354 z"
|
||||||
|
id="path17" /><path
|
||||||
|
d="m 336.37794,219.64005 -8.016,-8.017 c -2.928,-2.929 -7.677,-2.929 -10.606,0 -2.929,2.929 -2.929,7.677 0,10.606 l 8.017,8.017 c 1.464,1.465 3.384,2.197 5.303,2.197 1.919,0 3.839,-0.732 5.303,-2.197 2.928,-2.928 2.928,-7.676 -10e-4,-10.606 z"
|
||||||
|
id="path18" /><path
|
||||||
|
d="m 301.72294,395.99305 c -2.929,2.929 -2.929,7.678 0,10.606 l 8.016,8.016 c 1.464,1.464 3.384,2.197 5.303,2.197 1.919,0 3.839,-0.732 5.303,-2.197 2.929,-2.929 2.929,-7.678 0,-10.606 l -8.016,-8.016 c -2.928,-2.929 -7.677,-2.929 -10.606,0 z"
|
||||||
|
id="path19" /><path
|
||||||
|
d="m 395.71894,569.63405 v 8.016 c 0,4.142 3.358,7.5 7.5,7.5 4.142,0 7.5,-3.358 7.5,-7.5 v -8.016 c 0,-4.142 -3.358,-7.5 -7.5,-7.5 -4.142,0 -7.5,3.358 -7.5,7.5 z"
|
||||||
|
id="path20" /><path
|
||||||
|
d="m 360.42594,278.34305 8.016,-8.016 c 2.929,-2.929 2.929,-7.678 0,-10.606 -2.929,-2.929 -7.678,-2.929 -10.606,0 l -8.016,8.016 c -2.929,2.929 -2.929,7.678 0,10.606 1.464,1.464 3.384,2.197 5.303,2.197 1.919,0 3.839,-0.733 5.303,-2.197 z"
|
||||||
|
id="path21" /><path
|
||||||
|
d="m 484.72394,249.03005 20.361,7.636 c 3.576,1.341 7.328,2.006 11.072,2.006 5.059,0 10.103,-1.214 14.672,-3.614 7.951,-4.175 13.761,-11.567 15.939,-20.28 l 7.257,-29.03 c 2.787,-11.147 -0.511,-22.538 -8.822,-30.472 -8.312,-7.935 -19.844,-10.7 -30.85,-7.398 l -25.318,7.596 c -11.435,3.43 -20.092,13.255 -22.054,25.031 l -2.3,13.799 c -2.472,14.84 5.957,29.444 20.043,34.726 z m -5.246,-32.259 2.3,-13.799 c 1.029,-6.177 5.57,-11.331 11.568,-13.13 l 25.318,-7.596 c 1.604,-0.481 3.229,-0.716 4.833,-0.716 4.17,0 8.2,1.591 11.349,4.597 4.359,4.161 6.089,10.136 4.628,15.983 l -7.257,29.03 c -1.16,4.638 -4.129,8.416 -8.361,10.638 -4.232,2.222 -9.027,2.522 -13.504,0.844 l -20.361,-7.636 c -7.389,-2.771 -11.81,-10.431 -10.513,-18.215 z"
|
||||||
|
id="path22" /><path
|
||||||
|
d="m 542.48894,287.20405 c -11.129,5.564 -16.007,18.881 -11.106,30.318 l 7.789,18.173 c 3.251,7.584 10.066,12.824 18.231,14.016 1.16,0.169 2.317,0.252 3.464,0.252 6.926,0 13.479,-3.035 18.012,-8.473 l 12.53,-15.036 c 4.17,-5.005 6.051,-11.325 5.295,-17.795 -0.756,-6.47 -4.042,-12.187 -9.254,-16.095 l -10.637,-7.978 c -7.176,-5.383 -16.619,-6.235 -24.644,-2.222 z m 16.39,8.576 c 1.217,-0.609 2.524,-0.909 3.824,-0.909 1.806,0 3.597,0.58 5.11,1.714 l 10.637,7.978 c 1.89,1.417 3.082,3.49 3.355,5.836 0.273,2.346 -0.408,4.638 -1.92,6.452 l -12.53,15.036 c -1.944,2.333 -4.783,3.419 -7.787,2.98 -3.005,-0.438 -5.414,-2.291 -6.61,-5.082 l -7.789,-18.173 c -1.777,-4.147 -0.008,-8.976 4.027,-10.993 l 9.683,-4.839 c -10e-4,0 -10e-4,0 0,0 z"
|
||||||
|
id="path23" /><path
|
||||||
|
d="m 603.62094,264.50705 c 12.976,0 23.532,-10.557 23.532,-23.532 0,-12.975 -10.557,-23.531 -23.532,-23.531 -12.975,0 -23.532,10.557 -23.532,23.532 0,12.975 10.556,23.531 23.532,23.531 z m 0,-32.063 c 4.705,0 8.532,3.828 8.532,8.532 0,4.704 -3.828,8.532 -8.532,8.532 -4.704,0 -8.532,-3.828 -8.532,-8.532 0,-4.705 3.827,-8.532 8.532,-8.532 z"
|
||||||
|
id="path24" /><path
|
||||||
|
d="m 605.92794,409.07105 c -3.424,0.502 -6.897,0.757 -10.323,0.757 -31.672,0 -59.458,-20.258 -69.146,-50.412 -2.649,-8.243 -9.433,-14.342 -17.704,-15.917 -56.806,-10.815 -98.036,-60.676 -98.036,-118.558 0,-23.902 7,-47.026 20.245,-66.87 2.905,-4.353 3.45,-9.817 1.458,-14.617 -1.996,-4.809 -6.261,-8.288 -11.408,-9.307 -25.516,-5.053 -51.697,-6.19 -77.811,-3.377 -52.26,5.627 -100.969,27.182 -140.863,62.338 -3.108,2.738 -3.407,7.478 -0.668,10.585 2.738,3.107 7.478,3.407 10.585,0.668 37.556,-33.095 83.391,-53.385 132.551,-58.676 24.608,-2.65 49.267,-1.58 73.292,3.178 0.175,0.035 0.368,0.103 0.468,0.343 0.094,0.227 0.017,0.394 -0.081,0.54 -14.895,22.318 -22.768,48.321 -22.768,75.196 0,65.075 46.359,121.133 110.23,133.293 2.874,0.547 5.261,2.758 6.229,5.77 11.688,36.38 45.215,60.823 83.427,60.823 4.153,0 8.359,-0.309 12.502,-0.917 0.553,-0.082 0.835,0.245 0.847,0.328 -7.23,44.46 -26.873,85.965 -56.805,120.03 -2.734,3.112 -2.428,7.851 0.684,10.585 1.424,1.251 3.19,1.866 4.948,1.866 2.083,0 4.154,-0.862 5.637,-2.549 31.793,-36.184 52.659,-80.28 60.342,-127.523 0.781,-4.804 -0.735,-9.554 -4.162,-13.034 -3.529,-3.584 -8.639,-5.282 -13.67,-4.543 z"
|
||||||
|
id="path25" /><path
|
||||||
|
d="m 530.16294,566.26905 c -43.976,38.688 -100.446,59.993 -159.009,59.993 -33.757,0 -66.405,-6.84 -97.038,-20.332 -29.596,-13.034 -55.911,-31.618 -78.212,-55.235 -22.266,-23.579 -39.282,-50.858 -50.576,-81.08 -11.744,-31.428 -16.711,-64.588 -14.764,-98.559 3.035,-52.954 24.24,-104.336 59.708,-144.683 2.735,-3.111 2.43,-7.85 -0.681,-10.584 -3.11,-2.735 -7.85,-2.431 -10.584,0.681 -37.67,42.85 -60.192,97.444 -63.418,153.728 -2.067,36.063 3.211,71.278 15.689,104.668 11.999,32.108 30.073,61.086 53.721,86.127 23.685,25.082 51.635,44.819 83.072,58.665 32.55,14.335 67.232,21.603 103.083,21.603 62.212,0 122.201,-22.634 168.917,-63.731 3.11,-2.736 3.413,-7.475 0.677,-10.585 -2.735,-3.109 -7.475,-3.412 -10.585,-0.676 z"
|
||||||
|
id="path26" /><g
|
||||||
|
id="g26"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g27"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g28"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g29"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g30"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g31"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g32"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g33"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g34"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g35"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g36"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g37"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g><g
|
||||||
|
id="g38"
|
||||||
|
transform="translate(115.15294,129.26405)">
|
||||||
|
</g></g><rect
|
||||||
|
style="display:none;fill:none;stroke:#db0707;stroke-width:0.930908;stroke-linecap:square;stroke-dasharray:none;paint-order:markers fill stroke"
|
||||||
|
id="rect41"
|
||||||
|
width="860.84796"
|
||||||
|
height="848.50079"
|
||||||
|
x="-38.311283"
|
||||||
|
y="-28.730991"
|
||||||
|
ry="0" /><path
|
||||||
|
style="display:inline;fill:none;stroke:#db0707;stroke-width:70;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
|
||||||
|
d="M 342.22377,729.27677 C -107.56849,648.13778 -27.978511,114.83904 351.04322,41.359208 730.06496,-32.120628 961.34956,543.6402 455.11281,750.01548"
|
||||||
|
id="path42"
|
||||||
|
sodipodi:nodetypes="czc" /><path
|
||||||
|
style="display:inline;fill:none;stroke:#db0707;stroke-width:70;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
|
||||||
|
d="M 149.95962,593.45715 C 475.28322,372.35827 615.93179,148.53192 606.80746,134.84543"
|
||||||
|
id="path43"
|
||||||
|
sodipodi:nodetypes="cc" /></svg>
|
||||||
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 851 KiB |
BIN
images/eg.jpg
BIN
images/eg.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 92 KiB |
|
|
@ -5,7 +5,7 @@
|
||||||
<title>Impressum</title>
|
<title>Impressum</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="Impressum" />
|
<meta property="og:title" content="Impressum" />
|
||||||
<meta property="og:description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
<meta property="og:description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
||||||
|
|
@ -37,14 +37,18 @@ Hoyerswerdaer Str. 28
|
||||||
Handelsregister: HRB44391
|
Handelsregister: HRB44391
|
||||||
Registergericht: Amtsgericht Dresden
|
Registergericht: Amtsgericht Dresden
|
||||||
Vertreten durch: Edgar Grüner
|
Vertreten durch: Edgar Grüner
|
||||||
Kontakt Telefon: #span-fcbda18b.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-fcbda18b"); var link = document.createElement("a"); var address = "08137903 153 94\u002b".split('').reverse().join(''); link.href = "tel" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) Telefax: #span-a8b899e2.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document." />
|
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||||
|
DE363216473
|
||||||
|
EU-Streischlichtung Die Europäische Kommission stellt eine Plattform zur Online-Streibeilegung (OS) bereit: https://ec.europa.eu/consumers/odr↗ Unsere E-Mail-Adresse finden Sie oben im Impressum.
|
||||||
|
Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit oder verpflichtet, an Streibeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen." />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/impressum/" />
|
<meta property="og:url" content="https://vanilla.engineering/impressum/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:site_name" content="vanilla.engineering" />
|
<meta property="og:site_name" content="vanilla.engineering" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content="Impressum"/>
|
<meta name="twitter:title" content="Impressum"/>
|
||||||
<meta name="twitter:description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
<meta name="twitter:description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
||||||
|
|
@ -53,7 +57,10 @@ Hoyerswerdaer Str. 28
|
||||||
Handelsregister: HRB44391
|
Handelsregister: HRB44391
|
||||||
Registergericht: Amtsgericht Dresden
|
Registergericht: Amtsgericht Dresden
|
||||||
Vertreten durch: Edgar Grüner
|
Vertreten durch: Edgar Grüner
|
||||||
Kontakt Telefon: #span-fcbda18b.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-fcbda18b"); var link = document.createElement("a"); var address = "08137903 153 94\u002b".split('').reverse().join(''); link.href = "tel" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) Telefax: #span-a8b899e2.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document."/>
|
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||||
|
DE363216473
|
||||||
|
EU-Streischlichtung Die Europäische Kommission stellt eine Plattform zur Online-Streibeilegung (OS) bereit: https://ec.europa.eu/consumers/odr↗ Unsere E-Mail-Adresse finden Sie oben im Impressum.
|
||||||
|
Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit oder verpflichtet, an Streibeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen."/>
|
||||||
|
|
||||||
<meta itemprop="name" content="Impressum">
|
<meta itemprop="name" content="Impressum">
|
||||||
<meta itemprop="description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
<meta itemprop="description" content="Angaben gemäß § 5 TMG Vanilla Engineering GmbH
|
||||||
|
|
@ -62,13 +69,12 @@ Hoyerswerdaer Str. 28
|
||||||
Handelsregister: HRB44391
|
Handelsregister: HRB44391
|
||||||
Registergericht: Amtsgericht Dresden
|
Registergericht: Amtsgericht Dresden
|
||||||
Vertreten durch: Edgar Grüner
|
Vertreten durch: Edgar Grüner
|
||||||
Kontakt Telefon: #span-fcbda18b.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-fcbda18b"); var link = document.createElement("a"); var address = "08137903 153 94\u002b".split('').reverse().join(''); link.href = "tel" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) Telefax: #span-a8b899e2.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.">
|
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||||
|
DE363216473
|
||||||
<meta itemprop="wordCount" content="191">
|
EU-Streischlichtung Die Europäische Kommission stellt eine Plattform zur Online-Streibeilegung (OS) bereit: https://ec.europa.eu/consumers/odr↗ Unsere E-Mail-Adresse finden Sie oben im Impressum.
|
||||||
<meta itemprop="image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit oder verpflichtet, an Streibeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="wordCount" content="88"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -76,7 +82,6 @@ Kontakt Telefon: #span-fcbda18b.cloaked-e-mail:before { content:attr(data-user)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -199,19 +204,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template page-">
|
<main class="content page-template page-">
|
||||||
|
|
@ -220,7 +225,7 @@ h5 {
|
||||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title">Impressum</h1>
|
<h1 class="post-title">Impressum</h1>
|
||||||
<section class="post-content">
|
<section class="post-content post-content-single">
|
||||||
<h2 id="angaben-gemäß--5-tmg">Angaben gemäß § 5 TMG</h2>
|
<h2 id="angaben-gemäß--5-tmg">Angaben gemäß § 5 TMG</h2>
|
||||||
<p>Vanilla Engineering GmbH<br>
|
<p>Vanilla Engineering GmbH<br>
|
||||||
Hoyerswerdaer Str. 28<br>
|
Hoyerswerdaer Str. 28<br>
|
||||||
|
|
@ -231,16 +236,16 @@ Registergericht: Amtsgericht Dresden</p>
|
||||||
<h2 id="kontakt">Kontakt</h2>
|
<h2 id="kontakt">Kontakt</h2>
|
||||||
<p>Telefon:
|
<p>Telefon:
|
||||||
<style>
|
<style>
|
||||||
#span-fcbda18b.cloaked-e-mail:before {
|
#span-b10ede10.cloaked-e-mail:before {
|
||||||
content:attr(data-user);
|
content:attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-fcbda18b"></span> 
|
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-b10ede10"></span> 
|
||||||
|
|
||||||
<script id="script-fcbda18b">
|
<script id="script-b10ede10">
|
||||||
var scriptTag = document.getElementById("script-fcbda18b");
|
var scriptTag = document.getElementById("script-b10ede10");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||||
link.href = "tel" + ":" + address;
|
link.href = "tel" + ":" + address;
|
||||||
|
|
@ -252,16 +257,16 @@ Registergericht: Amtsgericht Dresden</p>
|
||||||
<br>
|
<br>
|
||||||
Telefax:
|
Telefax:
|
||||||
<style>
|
<style>
|
||||||
#span-a8b899e2.cloaked-e-mail:before {
|
#span-35214b0b.cloaked-e-mail:before {
|
||||||
content:attr(data-user);
|
content:attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="84164233 153 94+" id="span-a8b899e2"></span> 
|
 <span class="cloaked-e-mail" data-user="84164233 153 94+" id="span-35214b0b"></span> 
|
||||||
|
|
||||||
<script id="script-a8b899e2">
|
<script id="script-35214b0b">
|
||||||
var scriptTag = document.getElementById("script-a8b899e2");
|
var scriptTag = document.getElementById("script-35214b0b");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "84164233 153 94\u002b".split('').reverse().join('');
|
var address = "84164233 153 94\u002b".split('').reverse().join('');
|
||||||
link.href = "fax" + ":" + address;
|
link.href = "fax" + ":" + address;
|
||||||
|
|
@ -273,16 +278,16 @@ Telefax:
|
||||||
<br>
|
<br>
|
||||||
E-Mail:
|
E-Mail:
|
||||||
<style>
|
<style>
|
||||||
#span-df680348.cloaked-e-mail:before {
|
#span-51b11c1c.cloaked-e-mail:before {
|
||||||
content:attr(data-domain) "\0040" attr(data-user);
|
content:attr(data-domain) "\0040" attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-df680348"></span> 
|
 <span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-51b11c1c"></span> 
|
||||||
|
|
||||||
<script id="script-df680348">
|
<script id="script-51b11c1c">
|
||||||
var scriptTag = document.getElementById("script-df680348");
|
var scriptTag = document.getElementById("script-51b11c1c");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "musserpmi".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
var address = "musserpmi".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||||
link.href = "mailto" + ":" + address;
|
link.href = "mailto" + ":" + address;
|
||||||
|
|
@ -337,13 +342,14 @@ Unsere E-Mail-Adresse finden Sie oben im Impressum.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
37
index.html
37
index.html
|
|
@ -5,7 +5,7 @@
|
||||||
<title>vanilla.engineering</title>
|
<title>vanilla.engineering</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,17 +28,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="" />
|
||||||
<meta property="og:description" content="Creating Camper Experience" />
|
<meta property="og:description" content="Creating Camper Experience" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/" />
|
<meta property="og:url" content="https://vanilla.engineering/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="og:site_name" content="vanilla.engineering" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:updated_time" content="2023-11-14T00:00:00+00:00" /><meta property="og:site_name" content="vanilla.engineering" />
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="Creating Camper Experience"/>
|
<meta name="twitter:description" content="Creating Camper Experience"/>
|
||||||
|
|
@ -51,7 +50,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -174,19 +172,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
@ -343,16 +341,16 @@ In Yachten und Autos umrunden meine Möbel die Welt - immer mit dem richtigen Au
|
||||||
<img class="icon" src="/icons/letter.svg" height="22px">
|
<img class="icon" src="/icons/letter.svg" height="22px">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#span-8962883a.cloaked-e-mail:before {
|
#span-4bbca78f.cloaked-e-mail:before {
|
||||||
content:attr(data-domain) "\0040" attr(data-user);
|
content:attr(data-domain) "\0040" attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-8962883a"></span> 
|
 <span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-4bbca78f"></span> 
|
||||||
|
|
||||||
<script id="script-8962883a">
|
<script id="script-4bbca78f">
|
||||||
var scriptTag = document.getElementById("script-8962883a");
|
var scriptTag = document.getElementById("script-4bbca78f");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "liam".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
var address = "liam".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||||
link.href = "mailto" + ":" + address;
|
link.href = "mailto" + ":" + address;
|
||||||
|
|
@ -372,16 +370,16 @@ In Yachten und Autos umrunden meine Möbel die Welt - immer mit dem richtigen Au
|
||||||
<img class="icon" src="/icons/call.svg" height="22px">
|
<img class="icon" src="/icons/call.svg" height="22px">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#span-8e96217f.cloaked-e-mail:before {
|
#span-1615ec80.cloaked-e-mail:before {
|
||||||
content:attr(data-user);
|
content:attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-8e96217f"></span> 
|
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-1615ec80"></span> 
|
||||||
|
|
||||||
<script id="script-8e96217f">
|
<script id="script-1615ec80">
|
||||||
var scriptTag = document.getElementById("script-8e96217f");
|
var scriptTag = document.getElementById("script-1615ec80");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||||
link.href = "tel" + ":" + address;
|
link.href = "tel" + ":" + address;
|
||||||
|
|
@ -425,13 +423,14 @@ Mein Profil auf <a href='https://www.linkedin.com/in/egruener' target=_blank alt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,7 +5,7 @@
|
||||||
<title>vanilla.engineering</title>
|
<title>vanilla.engineering</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,38 +28,35 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="" />
|
||||||
<meta property="og:description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
<meta property="og:description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
||||||
#span-41daa1ad.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-41daa1ad"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) (Public Key)
|
   (Public Key)
|
||||||
Der Fingerprint dazu lautet:
|
Der Fingerprint dazu lautet:
|
||||||
426D563B2156E1976B8EBE02FCD33DA2751A755C " />
|
426D563B2156E1976B8EBE02FCD33DA2751A755C " />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/keys/eg/" />
|
<meta property="og:url" content="https://vanilla.engineering/keys/eg/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="keys" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:site_name" content="vanilla.engineering" />
|
<meta property="og:site_name" content="vanilla.engineering" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
<meta name="twitter:description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
||||||
#span-41daa1ad.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-41daa1ad"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) (Public Key)
|
   (Public Key)
|
||||||
Der Fingerprint dazu lautet:
|
Der Fingerprint dazu lautet:
|
||||||
426D563B2156E1976B8EBE02FCD33DA2751A755C "/>
|
426D563B2156E1976B8EBE02FCD33DA2751A755C "/>
|
||||||
|
|
||||||
<meta itemprop="name" content="">
|
<meta itemprop="name" content="">
|
||||||
<meta itemprop="description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
<meta itemprop="description" content="Datensicherheit ist mir wichtig Gerne kannst du mir auch eine PGP↗ verschlüsselte E-Mail schicken.
|
||||||
#span-41daa1ad.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-41daa1ad"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) (Public Key)
|
   (Public Key)
|
||||||
Der Fingerprint dazu lautet:
|
Der Fingerprint dazu lautet:
|
||||||
426D563B2156E1976B8EBE02FCD33DA2751A755C ">
|
426D563B2156E1976B8EBE02FCD33DA2751A755C ">
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="59">
|
<meta itemprop="wordCount" content="22"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
<meta itemprop="image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -67,7 +64,6 @@ Der Fingerprint dazu lautet:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -190,19 +186,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template page-">
|
<main class="content page-template page-">
|
||||||
|
|
@ -211,22 +207,22 @@ h5 {
|
||||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title"></h1>
|
<h1 class="post-title"></h1>
|
||||||
<section class="post-content">
|
<section class="post-content post-content-single">
|
||||||
<h3 id="datensicherheit-ist-mir-wichtig">Datensicherheit ist mir wichtig</h3>
|
<h3 id="datensicherheit-ist-mir-wichtig">Datensicherheit ist mir wichtig</h3>
|
||||||
<p>Gerne kannst du mir auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster">PGP</a>↗
|
<p>Gerne kannst du mir auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster">PGP</a>↗
|
||||||
verschlüsselte E-Mail schicken.</p>
|
verschlüsselte E-Mail schicken.</p>
|
||||||
<p>
|
<p>
|
||||||
<style>
|
<style>
|
||||||
#span-41daa1ad.cloaked-e-mail:before {
|
#span-da5111a2.cloaked-e-mail:before {
|
||||||
content:attr(data-domain) "\0040" attr(data-user);
|
content:attr(data-domain) "\0040" attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-41daa1ad"></span> 
|
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-da5111a2"></span> 
|
||||||
|
|
||||||
<script id="script-41daa1ad">
|
<script id="script-da5111a2">
|
||||||
var scriptTag = document.getElementById("script-41daa1ad");
|
var scriptTag = document.getElementById("script-da5111a2");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||||
link.href = "mailto" + ":" + address;
|
link.href = "mailto" + ":" + address;
|
||||||
|
|
@ -237,7 +233,7 @@ h5 {
|
||||||
|
|
||||||
(<a href="/keys/eg@vanilla.engineering.gpg">Public Key</a>)</p>
|
(<a href="/keys/eg@vanilla.engineering.gpg">Public Key</a>)</p>
|
||||||
<p>Der Fingerprint dazu lautet:</p>
|
<p>Der Fingerprint dazu lautet:</p>
|
||||||
<pre><code>426D563B2156E1976B8EBE02FCD33DA2751A755C
|
<pre tabindex="0"><code>426D563B2156E1976B8EBE02FCD33DA2751A755C
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -263,13 +259,14 @@ h5 {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<title>vanilla.engineering</title>
|
<title>vanilla.engineering</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="" />
|
||||||
<meta property="og:description" content="Datensicherheit ist wichtig Gerne kannst du auch eine PGP↗ verschlüsselte E-Mail schicken.
|
<meta property="og:description" content="Datensicherheit ist wichtig Gerne kannst du auch eine PGP↗ verschlüsselte E-Mail schicken.
|
||||||
|
|
@ -36,12 +36,13 @@ Den öffentlichen Schlüssel kannst du hier herunterladen.
|
||||||
Der Fingerprint dazu lautet:
|
Der Fingerprint dazu lautet:
|
||||||
19FB76B2CDDB0D062BF768624089248EC1D5922D " />
|
19FB76B2CDDB0D062BF768624089248EC1D5922D " />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/keys/mail/" />
|
<meta property="og:url" content="https://vanilla.engineering/keys/mail/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="keys" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="og:site_name" content="vanilla.engineering" />
|
<meta property="og:site_name" content="vanilla.engineering" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="Datensicherheit ist wichtig Gerne kannst du auch eine PGP↗ verschlüsselte E-Mail schicken.
|
<meta name="twitter:description" content="Datensicherheit ist wichtig Gerne kannst du auch eine PGP↗ verschlüsselte E-Mail schicken.
|
||||||
|
|
@ -55,11 +56,7 @@ Den öffentlichen Schlüssel kannst du hier herunterladen.
|
||||||
Der Fingerprint dazu lautet:
|
Der Fingerprint dazu lautet:
|
||||||
19FB76B2CDDB0D062BF768624089248EC1D5922D ">
|
19FB76B2CDDB0D062BF768624089248EC1D5922D ">
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="24">
|
<meta itemprop="wordCount" content="24"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
<meta itemprop="image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -67,7 +64,6 @@ Der Fingerprint dazu lautet:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -190,19 +186,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template page-">
|
<main class="content page-template page-">
|
||||||
|
|
@ -211,13 +207,13 @@ h5 {
|
||||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title"></h1>
|
<h1 class="post-title"></h1>
|
||||||
<section class="post-content">
|
<section class="post-content post-content-single">
|
||||||
<h3 id="datensicherheit-ist-wichtig">Datensicherheit ist wichtig</h3>
|
<h3 id="datensicherheit-ist-wichtig">Datensicherheit ist wichtig</h3>
|
||||||
<p>Gerne kannst du auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster">PGP</a>↗
|
<p>Gerne kannst du auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster">PGP</a>↗
|
||||||
verschlüsselte E-Mail schicken.</p>
|
verschlüsselte E-Mail schicken.</p>
|
||||||
<p>Den öffentlichen Schlüssel kannst du <a href="/keys/mail@vanilla.engineering.gpg">hier herunterladen</a>.</p>
|
<p>Den öffentlichen Schlüssel kannst du <a href="/keys/mail@vanilla.engineering.gpg">hier herunterladen</a>.</p>
|
||||||
<p>Der Fingerprint dazu lautet:</p>
|
<p>Der Fingerprint dazu lautet:</p>
|
||||||
<pre><code>19FB76B2CDDB0D062BF768624089248EC1D5922D
|
<pre tabindex="0"><code>19FB76B2CDDB0D062BF768624089248EC1D5922D
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -243,13 +239,14 @@ h5 {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<title>vanilla.engineering</title>
|
<title>vanilla.engineering</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="https://testing.vanilla.engineering/images/favicon.png" type="image/png"
|
<link rel="shortcut icon" href="https://vanilla.engineering/images/favicon.png" type="image/png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,34 +28,35 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://testing.vanilla.engineering/css/style.min.b7cc2956833cd85227eac91b8bcb1c4fb533776c5a85ec76375648da12de1fa6.css" type="text/css" integrity="sha256-t8wpVoM82FIn6skbi8scT7Uzd2xahex2N1ZI2hLeH6Y=" />
|
<link rel="stylesheet" href="https://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||||
|
|
||||||
<meta property="og:title" content="" />
|
<meta property="og:title" content="" />
|
||||||
<meta property="og:description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail: #span-8746fa4e.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-8746fa4e"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) [ PGP Schlüssel ]
|
<meta property="og:description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail:    [ PGP Schlüssel ]
|
||||||
Telefon: #span-58220a22.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-58220a22"); var link = document." />
|
Telefon:    [auch über ]
|
||||||
|
Hier findest du mich auf LinkedIn↗ Download V-Card
|
||||||
|
PGP Fingerprint: 426D563B2156E1976B8EBE02FCD33DA2751A755C" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://testing.vanilla.engineering/kontakt/edgar/" />
|
<meta property="og:url" content="https://vanilla.engineering/kontakt/edgar/" /><meta property="og:image" content="https://vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="kontakt" />
|
||||||
<meta property="og:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
<meta property="article:published_time" content="2023-11-14T00:00:00+00:00" />
|
<meta property="article:published_time" content="2023-11-14T00:00:00+00:00" />
|
||||||
<meta property="article:modified_time" content="2023-11-14T00:00:00+00:00" /><meta property="og:site_name" content="vanilla.engineering" />
|
<meta property="article:modified_time" content="2023-11-14T00:00:00+00:00" /><meta property="og:site_name" content="vanilla.engineering" />
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image"/>
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
<meta name="twitter:image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
|
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail: #span-8746fa4e.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-8746fa4e"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) [ PGP Schlüssel ]
|
<meta name="twitter:description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail:    [ PGP Schlüssel ]
|
||||||
Telefon: #span-58220a22.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-58220a22"); var link = document."/>
|
Telefon:    [auch über ]
|
||||||
|
Hier findest du mich auf LinkedIn↗ Download V-Card
|
||||||
|
PGP Fingerprint: 426D563B2156E1976B8EBE02FCD33DA2751A755C"/>
|
||||||
|
|
||||||
<meta itemprop="name" content="">
|
<meta itemprop="name" content="">
|
||||||
<meta itemprop="description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail: #span-8746fa4e.cloaked-e-mail:before { content:attr(data-domain) "\0040" attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-8746fa4e"); var link = document.createElement("a"); var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join(''); link.href = "mailto" + ":" + address; link.innerText = address.split('?')[0]; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling); scriptTag.parentElement.removeChild(scriptTag.previousElementSibling) [ PGP Schlüssel ]
|
<meta itemprop="description" content="Edgar Grüner Gründer & Geschäftsführer E-Mail:    [ PGP Schlüssel ]
|
||||||
Telefon: #span-58220a22.cloaked-e-mail:before { content:attr(data-user); unicode-bidi:bidi-override; direction:rtl; }    var scriptTag = document.getElementById("script-58220a22"); var link = document.">
|
Telefon:    [auch über ]
|
||||||
<meta itemprop="datePublished" content="2023-11-14T00:00:00+00:00" />
|
Hier findest du mich auf LinkedIn↗ Download V-Card
|
||||||
|
PGP Fingerprint: 426D563B2156E1976B8EBE02FCD33DA2751A755C"><meta itemprop="datePublished" content="2023-11-14T00:00:00+00:00" />
|
||||||
<meta itemprop="dateModified" content="2023-11-14T00:00:00+00:00" />
|
<meta itemprop="dateModified" content="2023-11-14T00:00:00+00:00" />
|
||||||
<meta itemprop="wordCount" content="98">
|
<meta itemprop="wordCount" content="27"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
|
||||||
<meta itemprop="image" content="https://testing.vanilla.engineering/images/cover-image.jpg"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -63,7 +64,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
|
|
@ -186,19 +186,19 @@ h5 {
|
||||||
<link
|
<link
|
||||||
rel="apple-touch-icon"
|
rel="apple-touch-icon"
|
||||||
sizes="180x180"
|
sizes="180x180"
|
||||||
href="https://testing.vanilla.engineering/images/apple-touch-icon.png"
|
href="https://vanilla.engineering/images/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="32x32"
|
sizes="32x32"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/png"
|
type="image/png"
|
||||||
sizes="16x16"
|
sizes="16x16"
|
||||||
href="https://testing.vanilla.engineering/images/favicon.png"
|
href="https://vanilla.engineering/images/favicon.png"
|
||||||
/>
|
/>
|
||||||
<body>
|
<body>
|
||||||
<main class="content page-template page-">
|
<main class="content page-template page-">
|
||||||
|
|
@ -207,7 +207,7 @@ h5 {
|
||||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="post-title"></h1>
|
<h1 class="post-title"></h1>
|
||||||
<section class="post-content">
|
<section class="post-content post-content-single">
|
||||||
<p><img src="/images/eg.jpg" alt="Edgar Grüner"></p>
|
<p><img src="/images/eg.jpg" alt="Edgar Grüner"></p>
|
||||||
<h2 id="edgar-grüner">Edgar Grüner</h2>
|
<h2 id="edgar-grüner">Edgar Grüner</h2>
|
||||||
<h5 id="gründer--geschäftsführer">Gründer & Geschäftsführer</h5>
|
<h5 id="gründer--geschäftsführer">Gründer & Geschäftsführer</h5>
|
||||||
|
|
@ -217,16 +217,16 @@ h5 {
|
||||||
<img class="icon" src="/icons/letter-dark.svg" height="22px">
|
<img class="icon" src="/icons/letter-dark.svg" height="22px">
|
||||||
E-Mail:
|
E-Mail:
|
||||||
<style>
|
<style>
|
||||||
#span-8746fa4e.cloaked-e-mail:before {
|
#span-3ca45534.cloaked-e-mail:before {
|
||||||
content:attr(data-domain) "\0040" attr(data-user);
|
content:attr(data-domain) "\0040" attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-8746fa4e"></span> 
|
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-3ca45534"></span> 
|
||||||
|
|
||||||
<script id="script-8746fa4e">
|
<script id="script-3ca45534">
|
||||||
var scriptTag = document.getElementById("script-8746fa4e");
|
var scriptTag = document.getElementById("script-3ca45534");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||||
link.href = "mailto" + ":" + address;
|
link.href = "mailto" + ":" + address;
|
||||||
|
|
@ -246,16 +246,16 @@ E-Mail:
|
||||||
<img class="icon" src="/icons/call-dark.svg" height="22px">
|
<img class="icon" src="/icons/call-dark.svg" height="22px">
|
||||||
Telefon:
|
Telefon:
|
||||||
<style>
|
<style>
|
||||||
#span-58220a22.cloaked-e-mail:before {
|
#span-d9505fa7.cloaked-e-mail:before {
|
||||||
content:attr(data-user);
|
content:attr(data-user);
|
||||||
unicode-bidi:bidi-override;
|
unicode-bidi:bidi-override;
|
||||||
direction:rtl;
|
direction:rtl;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
 <span class="cloaked-e-mail" data-user="5624853 171 94+" id="span-58220a22"></span> 
|
 <span class="cloaked-e-mail" data-user="5624853 171 94+" id="span-d9505fa7"></span> 
|
||||||
|
|
||||||
<script id="script-58220a22">
|
<script id="script-d9505fa7">
|
||||||
var scriptTag = document.getElementById("script-58220a22");
|
var scriptTag = document.getElementById("script-d9505fa7");
|
||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
var address = "5624853 171 94\u002b".split('').reverse().join('');
|
var address = "5624853 171 94\u002b".split('').reverse().join('');
|
||||||
link.href = "tel" + ":" + address;
|
link.href = "tel" + ":" + address;
|
||||||
|
|
@ -284,7 +284,6 @@ Hier findest du mich auf <a href='https://www.linkedin.com/in/egruener' target=_
|
||||||
Download V-Card</a></p>
|
Download V-Card</a></p>
|
||||||
<p> <br>
|
<p> <br>
|
||||||
PGP Fingerprint: <code>426D563B2156E1976B8EBE02FCD33DA2751A755C</code></p>
|
PGP Fingerprint: <code>426D563B2156E1976B8EBE02FCD33DA2751A755C</code></p>
|
||||||
<p>vanilla.engineering</p>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
@ -310,13 +309,14 @@ PGP Fingerprint: <code>426D563B2156E1976B8EBE02FCD33DA2751A755C</code></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://testing.vanilla.engineering/js/script.min.acc2ab24430c5eda4d84afaf74580c52f963f72ef053d251e81eb7e603401c4a.js" integrity="sha256-rMKrJEMMXtpNhK+vdFgMUvlj9y7wU9JR6B635gNAHEo=" ></script>
|
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
|
||||||
|
|
||||||
|
|
||||||
<script>cssVars();</script>
|
<script>cssVars();</script>
|
||||||
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:4.3rem; opacity:0.5" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<section>
|
<section>
|
||||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||||
|
|
|
||||||
|
|
@ -3,23 +3,23 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://testing.vanilla.engineering/</loc>
|
<loc>https://vanilla.engineering/</loc>
|
||||||
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
|
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://testing.vanilla.engineering/kontakt/edgar/</loc>
|
<loc>https://vanilla.engineering/kontakt/edgar/</loc>
|
||||||
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
|
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://testing.vanilla.engineering/datenschutz/</loc>
|
<loc>https://vanilla.engineering/datenschutz/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://testing.vanilla.engineering/impressum/</loc>
|
<loc>https://vanilla.engineering/impressum/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue