update 2023-09-26
This commit is contained in:
parent
7d0cab24df
commit
0c03f0b1c4
14 changed files with 2930 additions and 81 deletions
29
404.html
29
404.html
|
|
@ -33,7 +33,7 @@
|
|||
<meta property="og:title" content="404 Page not found" />
|
||||
<meta property="og:description" content="Creating Camper Experience" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/404.html" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="og:site_name" content="Vanilla Engineering" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/404.html" /><meta property="og:image" content="https://test.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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -61,18 +61,35 @@
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -99,6 +116,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -134,7 +157,7 @@ h4 {
|
|||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="/">
|
||||
Vanilla Engineering
|
||||
vanilla.engineering
|
||||
</a>
|
||||
</header>
|
||||
<h1 class="post-title">404 - Page Not Found</h1>
|
||||
|
|
|
|||
11
Edgar_Gruener.vcf
Normal file
11
Edgar_Gruener.vcf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
BEGIN:VCARD
|
||||
VERSION:3
|
||||
N;LANGUAGE=de;Grüner;Edgar
|
||||
FN;CHARSET=utf-8:Edgar Grüner
|
||||
ORG:Vanilla Engineering GmbH
|
||||
TITLE;:Gründer & Geschäftsführer
|
||||
TEL;CELL;VOICE:+49 171 3584265
|
||||
URL;WORK:https://vanilla.engineering
|
||||
EMAIL;PREF;INTERNET:eg@vanilla.engineering
|
||||
REV:20230920T120000Z
|
||||
END:VCARD
|
||||
|
|
@ -36,7 +36,7 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
|
|||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/datenschutz/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="" />
|
||||
|
||||
<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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -69,18 +69,35 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -107,6 +124,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -141,10 +164,10 @@ h4 {
|
|||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<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>
|
||||
<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>
|
||||
<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
|
||||
|
|
@ -196,16 +219,16 @@ Hoyerswerdaer Str. 28<br>
|
|||
01099 Dresden</p>
|
||||
<p>Telefon:
|
||||
<style>
|
||||
#span-00103f5b.cloaked-e-mail:before {
|
||||
#span-8a7f3c1d.cloaked-e-mail:before {
|
||||
content:attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-00103f5b"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-8a7f3c1d"></span> 
|
||||
|
||||
<script id="script-00103f5b">
|
||||
var scriptTag = document.getElementById("script-00103f5b");
|
||||
<script id="script-8a7f3c1d">
|
||||
var scriptTag = document.getElementById("script-8a7f3c1d");
|
||||
var link = document.createElement("a");
|
||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||
link.href = "tel" + ":" + address;
|
||||
|
|
@ -217,16 +240,16 @@ Hoyerswerdaer Str. 28<br>
|
|||
<br>
|
||||
E-Mail:
|
||||
<style>
|
||||
#span-07c4aa51.cloaked-e-mail:before {
|
||||
#span-e2c80a93.cloaked-e-mail:before {
|
||||
content:attr(data-domain) "\0040" attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-07c4aa51"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-e2c80a93"></span> 
|
||||
|
||||
<script id="script-07c4aa51">
|
||||
var scriptTag = document.getElementById("script-07c4aa51");
|
||||
<script id="script-e2c80a93">
|
||||
var scriptTag = document.getElementById("script-e2c80a93");
|
||||
var link = document.createElement("a");
|
||||
var address = "ztuhcsnetad".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||
link.href = "mailto" + ":" + address;
|
||||
|
|
|
|||
3
font/GidoleFont/.gitignore
vendored
Normal file
3
font/GidoleFont/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Gidolinya-Regular.otf
|
||||
License.txt
|
||||
Readme+Characters.pdf
|
||||
BIN
font/GidoleFont/Gidole-Regular.ttf
Normal file
BIN
font/GidoleFont/Gidole-Regular.ttf
Normal file
Binary file not shown.
BIN
font/angelina.ttf
Normal file
BIN
font/angelina.ttf
Normal file
Binary file not shown.
|
|
@ -38,13 +38,13 @@ Handelsregister: HRB44391
|
|||
Registergericht: Amtsgericht Dresden
|
||||
Vertreten durch: Edgar Grüner
|
||||
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||
0000
|
||||
folgt
|
||||
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:url" content="https://test.vanilla.engineering/impressum/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="" />
|
||||
|
||||
<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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -57,7 +57,7 @@ Handelsregister: HRB44391
|
|||
Registergericht: Amtsgericht Dresden
|
||||
Vertreten durch: Edgar Grüner
|
||||
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||
0000
|
||||
folgt
|
||||
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."/>
|
||||
|
||||
|
|
@ -69,11 +69,11 @@ Handelsregister: HRB44391
|
|||
Registergericht: Amtsgericht Dresden
|
||||
Vertreten durch: Edgar Grüner
|
||||
Kontakt Telefon:    Telefax:    E-Mail:    Umsatzsteuer-ID Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:
|
||||
0000
|
||||
folgt
|
||||
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="wordCount" content="83"><meta itemprop="image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
<meta itemprop="wordCount" content="88"><meta itemprop="image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
<meta itemprop="keywords" content="" />
|
||||
|
||||
|
||||
|
|
@ -93,18 +93,35 @@ Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit o
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -131,6 +148,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -165,10 +188,10 @@ h4 {
|
|||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<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>
|
||||
<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>
|
||||
<p>Vanilla Engineering GmbH<br>
|
||||
Hoyerswerdaer Str. 28<br>
|
||||
|
|
@ -179,16 +202,16 @@ Registergericht: Amtsgericht Dresden</p>
|
|||
<h2 id="kontakt">Kontakt</h2>
|
||||
<p>Telefon:
|
||||
<style>
|
||||
#span-b60be703.cloaked-e-mail:before {
|
||||
#span-b95300d9.cloaked-e-mail:before {
|
||||
content:attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-b60be703"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-b95300d9"></span> 
|
||||
|
||||
<script id="script-b60be703">
|
||||
var scriptTag = document.getElementById("script-b60be703");
|
||||
<script id="script-b95300d9">
|
||||
var scriptTag = document.getElementById("script-b95300d9");
|
||||
var link = document.createElement("a");
|
||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||
link.href = "tel" + ":" + address;
|
||||
|
|
@ -200,16 +223,16 @@ Registergericht: Amtsgericht Dresden</p>
|
|||
<br>
|
||||
Telefax:
|
||||
<style>
|
||||
#span-4d366134.cloaked-e-mail:before {
|
||||
#span-d89ae522.cloaked-e-mail:before {
|
||||
content:attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="84164233 153 94+" id="span-4d366134"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="84164233 153 94+" id="span-d89ae522"></span> 
|
||||
|
||||
<script id="script-4d366134">
|
||||
var scriptTag = document.getElementById("script-4d366134");
|
||||
<script id="script-d89ae522">
|
||||
var scriptTag = document.getElementById("script-d89ae522");
|
||||
var link = document.createElement("a");
|
||||
var address = "84164233 153 94\u002b".split('').reverse().join('');
|
||||
link.href = "fax" + ":" + address;
|
||||
|
|
@ -221,16 +244,16 @@ Telefax:
|
|||
<br>
|
||||
E-Mail:
|
||||
<style>
|
||||
#span-79d13f64.cloaked-e-mail:before {
|
||||
#span-b461240c.cloaked-e-mail:before {
|
||||
content:attr(data-domain) "\0040" attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-79d13f64"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-b461240c"></span> 
|
||||
|
||||
<script id="script-79d13f64">
|
||||
var scriptTag = document.getElementById("script-79d13f64");
|
||||
<script id="script-b461240c">
|
||||
var scriptTag = document.getElementById("script-b461240c");
|
||||
var link = document.createElement("a");
|
||||
var address = "musserpmi".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||
link.href = "mailto" + ":" + address;
|
||||
|
|
@ -242,7 +265,7 @@ E-Mail:
|
|||
</p>
|
||||
<h2 id="umsatzsteuer-id">Umsatzsteuer-ID</h2>
|
||||
<p>Umsatzstuer-Identifikationsnummer gemäß § 27a Umsatzsteuergesetz:<br>
|
||||
0000</p>
|
||||
<em>folgt</em></p>
|
||||
<h2 id="eu-streischlichtung">EU-Streischlichtung</h2>
|
||||
<p>Die Europäische Kommission stellt eine Plattform zur Online-Streibeilegung (OS) bereit:
|
||||
<a href='https://ec.europa.eu/consumers/odr' target=_blank alt="Öffnet im neuen Fenster">https://ec.europa.eu/consumers/odr</a>↗
|
||||
|
|
@ -256,6 +279,9 @@ Unsere E-Mail-Adresse finden Sie oben im Impressum.</p>
|
|||
<p>Cover Startseite: Pixabay - User: <a href='https://pixabay.com/users/tiffoto-31238494/' target=_blank alt="Öffnet im neuen Fenster">tiffoto</a>↗
|
||||
</p>
|
||||
<p>Portrait: Fotostudio <a href='https://www.blendeauf-dresden.de' target=_blank alt="Öffnet im neuen Fenster">Blende auf</a>↗
|
||||
</p>
|
||||
<h2 id="schriftart">Schriftart</h2>
|
||||
<p>Logo: Gidole - <a href='https://gidole.github.io/' target=_blank alt="Öffnet im neuen Fenster">gidole.github.io</a>↗
|
||||
</p>
|
||||
|
||||
</section>
|
||||
|
|
|
|||
99
index.html
99
index.html
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="de"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>Vanilla Engineering</title>
|
||||
<title>vanilla.engineering</title>
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="https://test.vanilla.engineering/images/favicon.png" type="image/png"
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<meta property="og:title" content="" />
|
||||
<meta property="og:description" content="Creating Camper Experience" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="og:site_name" content="Vanilla Engineering" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/" /><meta property="og:image" content="https://test.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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -61,18 +61,35 @@
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -99,6 +116,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -148,8 +171,8 @@ h4 {
|
|||
<img id="blog-logo" src="/ve_logo_unscharf_300x300.png" />
|
||||
|
||||
|
||||
<h1 class="blog-title">Vanilla Engineering</h1>
|
||||
<h2 class="blog-description">Creating Camper Experience</h2>
|
||||
<h1 class="blog-title">vanilla.engineering</h1>
|
||||
<h2 class="blog-description">creating camper experience</h2>
|
||||
|
||||
|
||||
|
||||
|
|
@ -158,7 +181,7 @@ h4 {
|
|||
|
||||
|
||||
|
||||
<a class='btn site-menu' data-title-anchor='dienstleistung' href='#dienstleistung'>Meine Dienstleistung</a>
|
||||
<a class='btn site-menu' data-title-anchor='mein-angebot' href='#mein-angebot'>Das kann ich für dich tun</a>
|
||||
|
||||
|
||||
|
||||
|
|
@ -179,7 +202,7 @@ h4 {
|
|||
|
||||
|
||||
|
||||
<a id='header-arrow' href="#herzlich-willkommen" aria-label="Go to first section"><i class="fa fa-angle-down"></i></a>
|
||||
<a id='header-arrow' href="#hallo" aria-label="Go to first section"><i class="fa fa-angle-down"></i></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -190,10 +213,10 @@ h4 {
|
|||
<div class='fixed-nav'>
|
||||
|
||||
|
||||
<a class='fn-item' item_index='1' href='#herzlich-willkommen'>Herzlich Willkommen</a>
|
||||
<a class='fn-item' item_index='1' href='#hallo'>Hallo!</a>
|
||||
|
||||
|
||||
<a class='fn-item' item_index='2' href='#dienstleistung'>Dienstleistung</a>
|
||||
<a class='fn-item' item_index='2' href='#mein-angebot'>Mein Angebot</a>
|
||||
|
||||
|
||||
<a class='fn-item' item_index='3' href='#%c3%bcber-mich'>Über mich</a>
|
||||
|
|
@ -207,14 +230,16 @@ h4 {
|
|||
|
||||
|
||||
<div class='post-holder'>
|
||||
<article id='herzlich-willkommen' class='post first '>
|
||||
<article id='hallo' class='post first '>
|
||||
<header class="post-header">
|
||||
<h2 class="post-title">Herzlich Willkommen</h2>
|
||||
<h2 class="post-title">Hallo!</h2>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
<p>Hallo!
|
||||
das
|
||||
st</p>
|
||||
<p><em>Vanilla Engineering</em> - Hat das was mit Eis zu tun?<br>
|
||||
Nein, nicht direkt. aber mit Engineering</p>
|
||||
<p>Plain and Simple
|
||||
Einfach einzubauen
|
||||
kein spezielles Werkzeug nötig - Ein Akkuschrauber und ein paar Handwerkzeuge reichen</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
|
|
@ -223,12 +248,32 @@ st</p>
|
|||
|
||||
|
||||
<div class='post-holder dark'>
|
||||
<article id='dienstleistung' class='post '>
|
||||
<article id='mein-angebot' class='post '>
|
||||
<header class="post-header">
|
||||
<h2 class="post-title">Das biete ich Ihnen</h2>
|
||||
<h2 class="post-title">Das biete ich dir</h2>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Planung von Van Ausbauten (hauptsächlich Ducato/Jumper/Boxer, Sprinter & Crafter)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Entwicklung von Grundrissen nach ihren Bedürfnissen und Wünschen</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Konstruktion der Innenausbauten, mit Augenmerk auf:</p>
|
||||
<ul>
|
||||
<li>günstige Fertigbarkeit</li>
|
||||
<li>schnelle Montage</li>
|
||||
<li>geringes Gewicht</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Erstellung von 3D Daten, Fertigungszeichnungen und Stücklisten</p>
|
||||
</li>
|
||||
<li></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
<div class='post-after'></div>
|
||||
|
|
@ -242,7 +287,7 @@ st</p>
|
|||
</header>
|
||||
<section class="post-content">
|
||||
<p><img src="images/eg.jpg" alt="Edgar Grüner"></p>
|
||||
<h5 id="edgar-grüner">Edgar Grüner</h5>
|
||||
<p>Mein Name ist <strong>Edgar Grüner</strong>. Ich bin Schreinermeister und konstruiere seit über 10 Jahren Möbel in “bewegten Räume”.</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
|
|
@ -253,7 +298,7 @@ st</p>
|
|||
<div class='post-holder dark'>
|
||||
<article id='kontakt' class='post last'>
|
||||
<header class="post-header">
|
||||
<h2 class="post-title">So erreichen Sie mich</h2>
|
||||
<h2 class="post-title">So erreichst du mich</h2>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
<p>
|
||||
|
|
@ -262,16 +307,16 @@ st</p>
|
|||
<img class="icon" src="/icons/letter.svg" height="22px">
|
||||
|
||||
<style>
|
||||
#span-08cc417a.cloaked-e-mail:before {
|
||||
#span-d1e14220.cloaked-e-mail:before {
|
||||
content:attr(data-domain) "\0040" attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-08cc417a"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-d1e14220"></span> 
|
||||
|
||||
<script id="script-08cc417a">
|
||||
var scriptTag = document.getElementById("script-08cc417a");
|
||||
<script id="script-d1e14220">
|
||||
var scriptTag = document.getElementById("script-d1e14220");
|
||||
var link = document.createElement("a");
|
||||
var address = "liam".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||
link.href = "mailto" + ":" + address;
|
||||
|
|
@ -291,16 +336,16 @@ st</p>
|
|||
<img class="icon" src="/icons/call.svg" height="22px">
|
||||
|
||||
<style>
|
||||
#span-8198866c.cloaked-e-mail:before {
|
||||
#span-486ec6d9.cloaked-e-mail:before {
|
||||
content:attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-8198866c"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="08137903 153 94+" id="span-486ec6d9"></span> 
|
||||
|
||||
<script id="script-8198866c">
|
||||
var scriptTag = document.getElementById("script-8198866c");
|
||||
<script id="script-486ec6d9">
|
||||
var scriptTag = document.getElementById("script-486ec6d9");
|
||||
var link = document.createElement("a");
|
||||
var address = "08137903 153 94\u002b".split('').reverse().join('');
|
||||
link.href = "tel" + ":" + address;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="de"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>Vanilla Engineering</title>
|
||||
<title>vanilla.engineering</title>
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="https://test.vanilla.engineering/images/favicon.png" type="image/png"
|
||||
|
|
@ -38,7 +38,7 @@ Der Fingerprint dazu lautet:
|
|||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/keys/eg/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="keys" />
|
||||
|
||||
<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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -75,18 +75,35 @@ Der Fingerprint dazu lautet:
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -113,6 +130,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -147,25 +170,25 @@ h4 {
|
|||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<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>
|
||||
<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>
|
||||
<p>Gerne können Sie mir auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster"></a>↗
|
||||
verschlüsselte E-Mail schicken.</p>
|
||||
<p>
|
||||
<style>
|
||||
#span-e6c5d56c.cloaked-e-mail:before {
|
||||
#span-45533d7e.cloaked-e-mail:before {
|
||||
content:attr(data-domain) "\0040" attr(data-user);
|
||||
unicode-bidi:bidi-override;
|
||||
direction:rtl;
|
||||
}
|
||||
</style>
|
||||
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-e6c5d56c"></span> 
|
||||
 <span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-45533d7e"></span> 
|
||||
|
||||
<script id="script-e6c5d56c">
|
||||
var scriptTag = document.getElementById("script-e6c5d56c");
|
||||
<script id="script-45533d7e">
|
||||
var scriptTag = document.getElementById("script-45533d7e");
|
||||
var link = document.createElement("a");
|
||||
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
|
||||
link.href = "mailto" + ":" + address;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="de"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>Vanilla Engineering</title>
|
||||
<title>vanilla.engineering</title>
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="https://test.vanilla.engineering/images/favicon.png" type="image/png"
|
||||
|
|
@ -38,7 +38,7 @@ Der Fingerprint dazu lautet:
|
|||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/keys/mail/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="keys" />
|
||||
|
||||
<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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -75,18 +75,35 @@ Der Fingerprint dazu lautet:
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -113,6 +130,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -147,10 +170,10 @@ h4 {
|
|||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<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>
|
||||
<h1 class="post-title"></h1>
|
||||
<section class="post-content">
|
||||
<section class="post-content post-content-single">
|
||||
<h3 id="datensicherheit-ist-uns-wichtig">Datensicherheit ist uns wichtig</h3>
|
||||
<p>Gerne können Sie auch eine <a href='https://de.wikipedia.org/wiki/Pretty_Good_Privacy' target=_blank alt="Öffnet im neuen Fenster"></a>↗
|
||||
verschlüsselte E-Mail an uns schicken.</p>
|
||||
|
|
|
|||
226
kontakt/edgar/index.html
Normal file
226
kontakt/edgar/index.html
Normal file
|
|
@ -0,0 +1,226 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>Kontakt Edgar Grüner</title>
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="https://test.vanilla.engineering/images/favicon.png" type="image/png"
|
||||
/>
|
||||
|
||||
|
||||
<meta name="description" content="Creating Camper Experience"
|
||||
/>
|
||||
|
||||
<meta name="keywords" content="Camper, Ausbau, Umbau, Konstruktion, Zeichnen, Planung"
|
||||
/>
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://test.vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM+yo4VV06OTxjoA=" />
|
||||
|
||||
<meta property="og:title" content="Kontakt Edgar Grüner" />
|
||||
<meta property="og:description" content="E-Mail: eg@vanilla.engineering Telefon: +49 171 3584265
|
||||
(Download V-Card)[]
|
||||
!(QR Code V-Card)[]
|
||||
LinkedIn
|
||||
PGP Fingerprint + Key" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/kontakt/edgar/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="kontakt" />
|
||||
|
||||
<meta property="og:site_name" content="vanilla.engineering" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
||||
<meta name="twitter:title" content="Kontakt Edgar Grüner"/>
|
||||
<meta name="twitter:description" content="E-Mail: eg@vanilla.engineering Telefon: +49 171 3584265
|
||||
(Download V-Card)[]
|
||||
!(QR Code V-Card)[]
|
||||
LinkedIn
|
||||
PGP Fingerprint + Key"/>
|
||||
|
||||
<meta itemprop="name" content="Kontakt Edgar Grüner">
|
||||
<meta itemprop="description" content="E-Mail: eg@vanilla.engineering Telefon: +49 171 3584265
|
||||
(Download V-Card)[]
|
||||
!(QR Code V-Card)[]
|
||||
LinkedIn
|
||||
PGP Fingerprint + Key">
|
||||
|
||||
<meta itemprop="wordCount" content="16"><meta itemprop="image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
<meta itemprop="keywords" content="" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
||||
|
||||
|
||||
--cover-text-color: #000;
|
||||
--highlight: #9f55ba;
|
||||
--section-dark-bg-color: #a3ba55;
|
||||
--sticky-menu-text-color: var(--highlight);
|
||||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
line-height: 1.2em;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
line-height: 1.5em;
|
||||
letter-spacing: -1px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.7em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.1em;
|
||||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="https://test.vanilla.engineering/images/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="https://test.vanilla.engineering/images/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="https://test.vanilla.engineering/images/favicon-16x16.png"
|
||||
/>
|
||||
<body>
|
||||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="/"><i class="fa fa-chevron-left" aria-hidden="true"></i> vanilla.engineering</a>
|
||||
</header>
|
||||
<h1 class="post-title">Kontakt Edgar Grüner</h1>
|
||||
<section class="post-content post-content-single">
|
||||
<p>E-Mail: <a href="mailto:eg@vanilla.engineering">eg@vanilla.engineering</a>
|
||||
Telefon: +49 171 3584265</p>
|
||||
<p>(Download V-Card)[]</p>
|
||||
<p>!(QR Code V-Card)[]</p>
|
||||
<p>LinkedIn</p>
|
||||
<p>PGP Fingerprint + Key</p>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
<footer class="site-footer">
|
||||
<div class="inner">
|
||||
|
||||
<section class="copyright">© Vanilla Engineering GmbH</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://test.vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
|
||||
|
||||
|
||||
<script>cssVars();</script>
|
||||
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="inner">
|
||||
<section>
|
||||
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -39,7 +39,7 @@ Nutrition Coaching This is not an easy task. You will likely have to pay money f
|
|||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://test.vanilla.engineering/services/" /><meta property="og:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/><meta property="article:section" content="" />
|
||||
|
||||
<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:image" content="https://test.vanilla.engineering/images/cover-image.jpg"/>
|
||||
|
|
@ -78,18 +78,35 @@ Nutrition Coaching This is not an easy task. You will likely have to pay money f
|
|||
|
||||
--footer-color-background:#5b2c6d;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "gidole";
|
||||
src: url("/font/GidoleFont/Gidole-Regular.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "angelina";
|
||||
src: url("/font/angelina.ttf");
|
||||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
|
||||
.blog-title {
|
||||
font-family: Arial;
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
img.icon {display: inline;}
|
||||
|
||||
body {
|
||||
background-color: #f9ebd2;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23E4CBA1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%2398886B'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
|
||||
font-family: "gidole", sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -116,6 +133,12 @@ h4 {
|
|||
margin-top: 1;
|
||||
}
|
||||
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
@ -150,10 +173,10 @@ h4 {
|
|||
<main class="content page-template page-">
|
||||
<article class="post page">
|
||||
<header class="post-header">
|
||||
<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>
|
||||
<h1 class="post-title">Services</h1>
|
||||
<section class="post-content">
|
||||
<section class="post-content post-content-single">
|
||||
<p>This is a page about the services, which I offer.</p>
|
||||
<p>It carries a lot more detail than what I put on the homepage - I swear!</p>
|
||||
<p>You want to know what I can do for you?</p>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
<loc>https://test.vanilla.engineering/datenschutz/</loc>
|
||||
</url><url>
|
||||
<loc>https://test.vanilla.engineering/impressum/</loc>
|
||||
</url><url>
|
||||
<loc>https://test.vanilla.engineering/kontakt/edgar/</loc>
|
||||
</url><url>
|
||||
<loc>https://test.vanilla.engineering/services/</loc>
|
||||
</url>
|
||||
|
|
|
|||
2421
vcard.qr.svg
Normal file
2421
vcard.qr.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 143 KiB |
Loading…
Reference in a new issue