update 2023-11-14 22:23

This commit is contained in:
edi 2023-11-14 22:23:18 +01:00
parent 352bd85cc6
commit 5f038b3460
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4
22 changed files with 3265 additions and 101 deletions

View file

@ -35,6 +35,7 @@
<meta property="og:type" content="website" />
<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 name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -54,9 +55,12 @@
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -75,26 +79,39 @@
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -193,7 +210,7 @@ h4 {
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

View file

@ -38,6 +38,7 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
<meta property="og:site_name" content="vanilla.engineering" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -62,9 +63,12 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -83,26 +87,39 @@ Datenerfassung auf dieser Website Wer ist verantwortlich für die Datenerfassung
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -224,16 +241,16 @@ Hoyerswerdaer Str. 28<br>
01099 Dresden</p>
<p>Telefon:
<style>
#span-9f4d4444.cloaked-e-mail:before {
#span-fdf7c340.cloaked-e-mail:before {
content:attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-9f4d4444"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-fdf7c340"></span>&#32;
<script id="script-9f4d4444">
var scriptTag = document.getElementById("script-9f4d4444");
<script id="script-fdf7c340">
var scriptTag = document.getElementById("script-fdf7c340");
var link = document.createElement("a");
var address = "08137903 153 94\u002b".split('').reverse().join('');
link.href = "tel" + ":" + address;
@ -245,16 +262,16 @@ Hoyerswerdaer Str. 28<br>
<br>
E-Mail:
<style>
#span-ed8d18df.cloaked-e-mail:before {
#span-81c4b2dc.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-ed8d18df"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="ztuhcsnetad" data-domain="gnireenigne.allinav" id="span-81c4b2dc"></span>&#32;
<script id="script-ed8d18df">
var scriptTag = document.getElementById("script-ed8d18df");
<script id="script-81c4b2dc">
var scriptTag = document.getElementById("script-81c4b2dc");
var link = document.createElement("a");
var address = "ztuhcsnetad".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
link.href = "mailto" + ":" + address;
@ -397,7 +414,7 @@ insbesondere gesetzliche Aufbewahrungsfristen bleiben unberührt.</p>
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

44
icons/call-dark.svg Normal file
View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="call-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#00ef06"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.69119688"
inkscape:cx="405.09442"
inkscape:cy="501.30435"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="113"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="m 14.1008,16.0272 0.5438,0.5165 v 0 z m 0.4554,-0.4795 -0.5438,-0.5165 v 0 z m 2.4167,-0.3354 -0.3742,0.65 v 0 z m 1.9105,1.0997 -0.3742,0.65 z m 0.5383,3.4464 0.5438,0.5166 v -10e-5 z m -1.4205,1.4956 -0.5438,-0.5165 z m -1.3249,0.7091 0.0737,0.7464 z M 6.8154,17.4752 7.3592,16.9587 Z M 2.75185,7.92574 C 2.72965,7.51212 2.37635,7.19481 1.96273,7.21701 1.54911,7.23921 1.23181,7.59252 1.25401,8.00613 Z m 5.4389,1.87933 0.54379,0.51653 z M 8.47756,9.50311 9.02135,10.0196 Z M 8.63428,6.6931 9.24668,6.26012 Z M 7.3733,4.90961 6.7609,5.3426 v 0 z M 3.7177,4.09213 C 3.43244,4.39246 3.44465,4.86717 3.74498,5.15244 4.04531,5.4377 4.52002,5.42549 4.80529,5.12516 Z m 6.3455,9.96377 0.5438,-0.5165 z m -0.3991,6.7564 c 0.3507,0.2204 0.8137,0.1148 1.0341,-0.2359 0.2204,-0.3507 0.1147,-0.8137 -0.236,-1.0341 z m 4.4489,0.2461 c -0.4054,-0.0849 -0.8029,0.175 -0.8878,0.5804 -0.0849,0.4054 0.1749,0.8029 0.5804,0.8878 z m 0.5316,-4.5147 0.4554,-0.4795 -1.0876,-1.033 -0.4554,0.4795 z m 1.9541,-0.6814 1.9105,1.0997 0.7483,-1.3 -1.9105,-1.0997 z m 2.2792,3.3796 -1.4205,1.4956 1.0876,1.033 1.4205,-1.4955 z M 7.3592,16.9587 C 3.48307,12.8778 2.83289,9.43556 2.75185,7.92574 L 1.25401,8.00613 c 0.09925,1.84923 0.88443,5.63417 5.0176,9.98557 z M 8.73454,10.3216 9.02135,10.0196 7.93377,8.9866 7.64695,9.28856 Z M 9.24668,6.26012 7.98569,4.47663 6.7609,5.3426 8.02189,7.12608 Z M 8.19075,9.80507 C 7.64695,9.28856 7.64626,9.28929 7.64556,9.29002 7.64533,9.29028 7.64463,9.29102 7.64415,9.29152 7.6432,9.29254 7.64223,9.29357 7.64125,9.29463 7.63928,9.29675 7.63724,9.29896 7.63515,9.30127 7.63095,9.30588 7.6265,9.31087 7.62182,9.31625 7.61247,9.32701 7.60219,9.33931 7.5912,9.3532 7.56922,9.38098 7.54435,9.41511 7.51826,9.45588 7.46595,9.53764 7.40921,9.64531 7.36117,9.78033 7.26346,10.0549 7.21022,10.4185 7.27675,10.8726 c 0.13071,0.8921 0.71527,2.0918 2.24262,3.6998 L 10.607,13.5394 C 9.1793,12.0363 8.82765,11.1106 8.7609,10.6551 c -0.03219,-0.2197 5.2e-4,-0.3355 0.01346,-0.3719 0.00727,-0.0204 0.01203,-0.0261 0.00738,-0.0188 -0.00226,0.0035 -0.00676,0.0101 -0.01432,0.0197 -0.00379,0.0047 -0.00834,0.0103 -0.01378,0.0165 -0.00272,0.0032 -0.00566,0.0065 -0.00884,0.01 -0.00159,0.0017 -0.00324,0.0035 -0.00495,0.0053 -8.5e-4,0.001 -0.00172,0.0019 -0.00261,0.0028 -4.4e-4,5e-4 -0.00112,0.0012 -0.00134,0.0015 -6.8e-4,7e-4 -0.00136,0.0014 -0.54515,-0.51513 z m 1.32862,4.76733 c 1.52283,1.6033 2.67303,2.2336 3.55053,2.3761 0.4502,0.0731 0.8147,0.0147 1.0907,-0.0941 0.1349,-0.0532 0.2417,-0.1157 0.3218,-0.1725 0.0399,-0.0284 0.0732,-0.0553 0.1001,-0.0788 0.0134,-0.0118 0.0253,-0.0228 0.0356,-0.0328 0.0052,-0.0049 0.0099,-0.0097 0.0143,-0.0141 0.0022,-0.0022 0.0044,-0.0044 0.0064,-0.0065 10e-4,-0.001 0.002,-0.002 0.0029,-0.003 5e-4,-5e-4 0.0012,-0.0013 0.0015,-0.0015 7e-4,-8e-4 0.0014,-0.0015 -0.5424,-0.518 -0.5438,-0.5165 -0.5431,-0.5172 -0.5425,-0.5179 3e-4,-3e-4 9e-4,-10e-4 0.0014,-0.0015 9e-4,-9e-4 0.0018,-0.0018 0.0026,-0.0027 0.0018,-0.0018 0.0035,-0.0036 0.0052,-0.0053 0.0033,-0.0033 0.0065,-0.0065 0.0095,-0.0094 0.0061,-0.0058 0.0115,-0.0108 0.0163,-0.015 0.0096,-0.0084 0.0167,-0.0138 0.0213,-0.017 0.0093,-0.0067 0.0084,-0.0044 -0.0044,6e-4 -0.0193,0.0076 -0.1101,0.0397 -0.2999,0.0089 -0.4025,-0.0654 -1.2712,-0.4207 -2.7033,-1.9285 z M 7.98569,4.47663 C 6.9721,3.04305 4.94388,2.80119 3.7177,4.09213 L 4.80529,5.12516 C 5.32812,4.57471 6.24855,4.61795 6.7609,5.3426 Z M 17.4574,20.7375 c -0.2791,0.2938 -0.571,0.4512 -0.8548,0.4792 l 0.1474,1.4928 c 0.747,-0.0738 1.3516,-0.4722 1.795,-0.939 z M 9.02135,10.0196 C 9.98893,9.00095 10.0574,7.40678 9.24668,6.26012 L 8.02189,7.12608 C 8.44404,7.72315 8.3793,8.51753 7.93377,8.9866 Z m 9.48785,6.9424 c 0.8209,0.4725 0.9815,1.6348 0.3687,2.2799 l 1.0876,1.033 c 1.305,-1.3739 0.9249,-3.673 -0.708,-4.6129 z M 15.1,16.0642 c 0.3854,-0.4058 0.986,-0.497 1.4987,-0.2019 l 0.7483,-1.3 c -1.0985,-0.6323 -2.4608,-0.451 -3.3346,0.4689 z m -4.6378,3.4781 C 9.47846,18.9241 8.43149,18.0876 7.3592,16.9587 l -1.08759,1.033 c 1.15403,1.215 2.29736,2.1324 3.39249,2.8206 z m 6.1404,1.6744 c -0.5465,0.054 -1.4114,0.0675 -2.4896,-0.1583 l -0.3074,1.4682 c 1.2485,0.2614 2.2686,0.2496 2.9444,0.1829 z"
fill="#1c274c"
id="path4"
style="display:inline;fill:#303030;fill-opacity:1"
inkscape:label="path4" />
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

52
icons/letter-dark.svg Normal file
View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="letter-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#3cb649"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="113"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="m 21.941616,14.434383 c 0,3.7712 0,5.6569 -1.1716,6.8284 -1.1715,1.1716 -3.0572,1.1716 -6.8284,1.1716 h -4 c -3.77124,0 -5.65685,0 -6.82843,-1.1716 -1.17157,-1.1715 -1.17157,-3.0572 -1.17157,-6.8284 0,-3.77124 0,-5.65685 1.17157,-6.82843 1.17158,-1.17157 3.05719,-1.17157 6.82843,-1.17157 h 4 c 3.7712,0 5.6569,0 6.8284,1.17157 0.6532,0.65318 0.9422,1.52832 1.0701,2.82843"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="m 17.941616,10.434383 -2.1589,1.79908 c -1.8366,1.53052 -2.755,2.29582 -3.8411,2.29582 -0.6493,0 -1.2386,-0.2735 -2,-0.8205 m -4,-3.2744 0.9,0.75 0.9,0.75"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

51
icons/link-dark.svg Normal file
View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg2"
sodipodi:docname="link-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs2" />
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.02625"
inkscape:cx="400.48721"
inkscape:cy="400"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="113"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<path
d="M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path1"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

57
icons/linkedin-dark.svg Normal file
View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg
fill="#ffffff"
version="1.1"
id="Layer_1"
viewBox="-143 145 512 512"
xml:space="preserve"
width="64px"
height="64px"
sodipodi:docname="linkedin-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs3" /><sodipodi:namedview
id="namedview3"
pagecolor="#6ae270"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="10.114942"
inkscape:cx="-32.180117"
inkscape:cy="48.591482"
inkscape:window-width="3840"
inkscape:window-height="2066"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />&#10;&#10;<g
id="SVGRepo_bgCarrier"
stroke-width="0" />&#10;&#10;<g
id="SVGRepo_tracerCarrier"
stroke-linecap="round"
stroke-linejoin="round" />&#10;&#10;<g
id="SVGRepo_iconCarrier"> <g
id="g3"> <path
d="M329,145h-432c-22.1,0-40,17.9-40,40v432c0,22.1,17.9,40,40,40h432c22.1,0,40-17.9,40-40V185C369,162.9,351.1,145,329,145z M339,617c0,5.5-4.5,10-10,10h-432c-5.5,0-10-4.5-10-10V185c0-5.5,4.5-10,10-10h432c5.5,0,10,4.5,10,10V617z"
id="path1"
style="fill:#303030;fill-opacity:1" /> <rect
x="-8.5"
y="348.4"
width="49.9"
height="159.7"
id="rect1"
style="fill:#303030;fill-opacity:1" /> <path
d="M177.7,346.9c-28.6,0-46.5,15.6-49.8,26.6v-25.1H71.8c0.7,13.3,0,159.7,0,159.7h56.1v-86.3c0-4.9-0.2-9.7,1.2-13.1 c3.8-9.6,12.1-19.6,27-19.6c19.5,0,28.3,14.8,28.3,36.4v82.6H241v-88.8C241,369.9,213.2,346.9,177.7,346.9z"
id="path2"
style="fill:#303030;fill-opacity:1" /> <path
d="m 15.4,273 c -18.4,0 -30.5,11.9 -30.5,27.7 0,15.5 11.7,27.7 29.8,27.7 h 0.4 c 18.8,0 30.5,-12.3 30.4,-27.7 C 45.1,284.9 33.8,273 15.4,273 Z"
id="path3"
style="display:inline;fill:#303030;fill-opacity:1" /> </g> </g>&#10;&#10;</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

52
icons/lock-dark.svg Normal file
View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="lock-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#1ee923"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="113"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M6 10V8C6 7.65929 6.0284 7.32521 6.08296 7M18 10V8C18 4.68629 15.3137 2 12 2C10.208 2 8.59942 2.78563 7.5 4.03126"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M11 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

54
icons/shield-dark.svg Normal file
View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="800px"
height="800px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="shield-dark.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
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="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#4ae200"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
showborder="true"
inkscape:zoom="0.9775"
inkscape:cx="400"
inkscape:cy="399.48849"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="113"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M9.5 12.4L10.9286 14L14.5 10"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
id="path2"
style="stroke:#303030;stroke-opacity:1" />
<path
d="M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 14.4963 20.1632 16.4284 19 17.9041M3.19284 14C4.05026 18.2984 7.57641 20.5129 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C14.6796 21.2747 15.3324 20.9478 16 20.5328"
stroke="#1C274C"
stroke-width="1.5"
stroke-linecap="round"
id="path4"
style="stroke:#303030;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

1
icons/signal_logo.svg Normal file
View file

@ -0,0 +1 @@
<svg width="512" height="160.66" xmlns="http://www.w3.org/2000/svg"><path d="m61.04 2.346 1.807 7.304a72.591 72.591 0 0 0-20.18 8.346l-3.866-6.45a80.02 80.02 0 0 1 22.239-9.2zm38.554 0L97.787 9.65a72.591 72.591 0 0 1 20.18 8.346l3.891-6.45a80.02 80.02 0 0 0-22.264-9.2zM11.541 38.805a80.02 80.02 0 0 0-9.2 22.239l7.305 1.807a72.591 72.591 0 0 1 8.346-20.18zM7.525 80.321a72.666 72.666 0 0 1 .816-10.906l-7.443-1.13a80.61 80.61 0 0 0 0 24.072l7.443-1.13a72.666 72.666 0 0 1-.816-10.906zm114.31 68.775-3.866-6.45a72.591 72.591 0 0 1-20.156 8.345l1.808 7.304a80.02 80.02 0 0 0 22.214-9.199zm31.275-68.775a72.666 72.666 0 0 1-.816 10.906l7.442 1.13a80.61 80.61 0 0 0 0-24.072l-7.442 1.13a72.666 72.666 0 0 1 .816 10.906zm5.183 19.277-7.304-1.807a72.591 72.591 0 0 1-8.346 20.18l6.45 3.891a80.02 80.02 0 0 0 9.2-22.264zm-67.069 52.711a73.306 73.306 0 0 1-21.812 0l-1.13 7.442a80.61 80.61 0 0 0 24.072 0zm47.691-28.803a73.055 73.055 0 0 1-15.424 15.412l4.468 6.062a80.447 80.447 0 0 0 17.018-16.968zm-15.424-101.78a73.055 73.055 0 0 1 15.424 15.424l6.062-4.518a80.447 80.447 0 0 0-16.968-16.968zM21.721 37.15a73.055 73.055 0 0 1 15.424-15.424l-4.518-6.062A80.447 80.447 0 0 0 15.66 32.632zm127.37 1.657-6.45 3.865a72.591 72.591 0 0 1 8.345 20.156l7.305-1.807a80.02 80.02 0 0 0-9.2-22.214zM69.41 8.347a73.306 73.306 0 0 1 21.812 0l1.13-7.442a80.61 80.61 0 0 0-24.071 0zm-43.826 138.63-15.55 3.628 3.627-15.55-7.33-1.72-3.626 15.55a7.53 7.53 0 0 0 9.049 9.049l15.537-3.564zM7.9 126.622l7.33 1.706 2.51-10.78a72.478 72.478 0 0 1-8.095-19.755L2.34 99.6a79.719 79.719 0 0 0 7.404 19.089zm35.141 16.315-10.78 2.51 1.706 7.33 7.932-1.846a79.719 79.719 0 0 0 19.089 7.405l1.807-7.304a72.478 72.478 0 0 1-19.704-8.145zm37.274-127.87a65.261 65.261 0 0 0-55.22 99.988l-6.276 26.77 26.77-6.276a65.261 65.261 0 1 0 34.727-120.48z" fill="#3a76f0"/><path d="M238.729 63.105q-.463-4.667-4.011-7.251-3.51-2.584-9.488-2.584-6.133 0-9.411 2.507-3.279 2.507-3.279 6.325-.077 4.243 3.626 6.441 3.741 2.16 8.87 3.356l7.098 1.697q6.865 1.543 12.188 4.474 5.36 2.931 8.408 7.56 3.085 4.59 3.085 11.185-.038 10.838-8.138 17.279-8.06 6.402-22.525 6.402-14.386 0-22.949-6.557-8.562-6.556-8.87-19.362h16.16q.424 5.94 4.667 8.948 4.281 2.97 10.8 2.97 6.363 0 10.143-2.7 3.818-2.7 3.857-7.02-.038-4.01-3.51-6.17t-9.912-3.703l-8.601-2.16q-9.99-2.391-15.775-7.598-5.786-5.207-5.747-13.924-.039-7.174 3.818-12.535 3.896-5.4 10.684-8.37 6.789-3.008 15.428-3.008 8.794 0 15.351 3.008 6.596 3.009 10.26 8.37 3.664 5.361 3.78 12.419zm27.961 56.273V60.135h16.431v59.243zm8.254-66.88q-3.626 0-6.248-2.43-2.623-2.468-2.623-5.901t2.623-5.863q2.622-2.43 6.248-2.43 3.664 0 6.287 2.43 2.622 2.43 2.622 5.863 0 3.433-2.622 5.901-2.623 2.43-6.287 2.43zm47.986 90.331q-11.957 0-18.783-4.783-6.827-4.744-8.293-11.725l15.196-2.044q1.003 2.7 3.896 4.706 2.931 2.044 8.37 2.044 5.36 0 8.832-2.623 3.51-2.584 3.51-8.678v-10.838h-.694q-1.62 3.664-5.709 6.672-4.088 2.97-11.185 2.97-6.672 0-12.149-3.124-5.438-3.124-8.678-9.526-3.201-6.403-3.201-16.238 0-10.105 3.278-16.816 3.317-6.712 8.755-10.067 5.477-3.395 11.957-3.395 4.976 0 8.331 1.698 3.356 1.658 5.439 4.126 2.083 2.469 3.162 4.899h.618v-9.951h16.315v59.82q0 7.56-3.742 12.652-3.702 5.091-10.22 7.637-6.519 2.584-15.005 2.584zm.347-36.641q5.94 0 9.18-4.397 3.278-4.397 3.278-12.227 0-7.791-3.24-12.458t-9.218-4.667q-6.094 0-9.295 4.783-3.163 4.782-3.163 12.342 0 7.675 3.202 12.149 3.2 4.474 9.256 4.474zm58.163-21.059v34.25h-16.431V60.136h15.659v10.452h.694q2.006-5.168 6.596-8.177 4.628-3.047 11.224-3.047 9.256 0 14.849 5.978 5.592 5.94 5.592 16.316v37.72h-16.43v-34.79q.038-5.438-2.778-8.485-2.815-3.085-7.752-3.085-4.976 0-8.1 3.2-3.085 3.164-3.124 8.91zm67.99 35.368q-8.485 0-14.078-4.436-5.593-4.435-5.593-13.229 0-6.634 3.125-10.414 3.124-3.78 8.176-5.515 5.092-1.774 10.954-2.314 7.714-.772 11.031-1.62 3.317-.849 3.317-3.703v-.231q0-3.664-2.314-5.67-2.275-2.006-6.48-2.006-4.435 0-7.058 1.929-2.622 1.928-3.471 4.898l-15.196-1.234q1.697-8.1 8.408-12.844 6.75-4.744 17.395-4.744 6.596 0 12.342 2.083 5.747 2.083 9.257 6.518 3.548 4.397 3.548 11.455v39.958h-15.582v-8.215h-.463q-2.16 4.127-6.48 6.75-4.28 2.584-10.837 2.584zm4.705-11.339q5.4 0 8.871-3.124 3.472-3.163 3.472-7.83v-6.287q-.964.656-3.009 1.158-2.005.501-4.32.887-2.275.347-4.088.617-4.32.617-6.98 2.43-2.624 1.813-2.624 5.284 0 3.394 2.43 5.13 2.469 1.735 6.249 1.735zm57.855-68.77v78.99h-16.431v-78.99z" fill="#1b1b1b"/></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -46,6 +46,7 @@ Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit o
<meta property="og:site_name" content="vanilla.engineering" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -86,9 +87,12 @@ Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit o
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -107,26 +111,39 @@ Verbraucherstreitbeilegung / Universalschlichtungsstelle Wir sind nicht bereit o
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -207,16 +224,16 @@ Registergericht: Amtsgericht Dresden</p>
<h2 id="kontakt">Kontakt</h2>
<p>Telefon:
<style>
#span-ea5247a9.cloaked-e-mail:before {
#span-95b78d53.cloaked-e-mail:before {
content:attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-ea5247a9"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-95b78d53"></span>&#32;
<script id="script-ea5247a9">
var scriptTag = document.getElementById("script-ea5247a9");
<script id="script-95b78d53">
var scriptTag = document.getElementById("script-95b78d53");
var link = document.createElement("a");
var address = "08137903 153 94\u002b".split('').reverse().join('');
link.href = "tel" + ":" + address;
@ -228,16 +245,16 @@ Registergericht: Amtsgericht Dresden</p>
<br>
Telefax:
<style>
#span-f9a3134b.cloaked-e-mail:before {
#span-fc1b86fe.cloaked-e-mail:before {
content:attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="84164233 153 94&#43;" id="span-f9a3134b"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="84164233 153 94&#43;" id="span-fc1b86fe"></span>&#32;
<script id="script-f9a3134b">
var scriptTag = document.getElementById("script-f9a3134b");
<script id="script-fc1b86fe">
var scriptTag = document.getElementById("script-fc1b86fe");
var link = document.createElement("a");
var address = "84164233 153 94\u002b".split('').reverse().join('');
link.href = "fax" + ":" + address;
@ -249,16 +266,16 @@ Telefax:
<br>
E-Mail:
<style>
#span-b446246f.cloaked-e-mail:before {
#span-3a3ce363.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-b446246f"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="musserpmi" data-domain="gnireenigne.allinav" id="span-3a3ce363"></span>&#32;
<script id="script-b446246f">
var scriptTag = document.getElementById("script-b446246f");
<script id="script-3a3ce363">
var scriptTag = document.getElementById("script-3a3ce363");
var link = document.createElement("a");
var address = "musserpmi".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
link.href = "mailto" + ":" + address;
@ -313,7 +330,7 @@ Unsere E-Mail-Adresse finden Sie oben im Impressum.</p>
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

View file

@ -35,6 +35,7 @@
<meta property="og:type" content="website" />
<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 name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -54,9 +55,12 @@
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -75,26 +79,39 @@
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -312,16 +329,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">
<style>
#span-f1aa9c7b.cloaked-e-mail:before {
#span-cc867e4f.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-f1aa9c7b"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="liam" data-domain="gnireenigne.allinav" id="span-cc867e4f"></span>&#32;
<script id="script-f1aa9c7b">
var scriptTag = document.getElementById("script-f1aa9c7b");
<script id="script-cc867e4f">
var scriptTag = document.getElementById("script-cc867e4f");
var link = document.createElement("a");
var address = "liam".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
link.href = "mailto" + ":" + address;
@ -341,16 +358,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">
<style>
#span-225eef11.cloaked-e-mail:before {
#span-36540fd5.cloaked-e-mail:before {
content:attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-225eef11"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="08137903 153 94&#43;" id="span-36540fd5"></span>&#32;
<script id="script-225eef11">
var scriptTag = document.getElementById("script-225eef11");
<script id="script-36540fd5">
var scriptTag = document.getElementById("script-36540fd5");
var link = document.createElement("a");
var address = "08137903 153 94\u002b".split('').reverse().join('');
link.href = "tel" + ":" + address;
@ -394,7 +411,7 @@ Mein Profil auf <a href='https://www.linkedin.com/in/egruener' target=_blank alt
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

File diff suppressed because one or more lines are too long

View file

@ -40,6 +40,7 @@ Der Fingerprint dazu lautet:
<meta property="og:site_name" content="vanilla.engineering" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -68,9 +69,12 @@ Der Fingerprint dazu lautet:
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -89,26 +93,39 @@ Der Fingerprint dazu lautet:
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -184,16 +201,16 @@ h4 {
verschlüsselte E-Mail schicken.</p>
<p>
<style>
#span-f9640101.cloaked-e-mail:before {
#span-f8f7155f.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-f9640101"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-f8f7155f"></span>&#32;
<script id="script-f9640101">
var scriptTag = document.getElementById("script-f9640101");
<script id="script-f8f7155f">
var scriptTag = document.getElementById("script-f8f7155f");
var link = document.createElement("a");
var address = "ge".split('').reverse().join('') + "@" + "gnireenigne.allinav".split('').reverse().join('');
link.href = "mailto" + ":" + address;
@ -230,7 +247,7 @@ h4 {
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

View file

@ -40,6 +40,7 @@ Der Fingerprint dazu lautet:
<meta property="og:site_name" content="vanilla.engineering" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
@ -68,9 +69,12 @@ Der Fingerprint dazu lautet:
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #a3ba55;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
@ -89,26 +93,39 @@ Der Fingerprint dazu lautet:
}
.blog-title {
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 4rem;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 300px;
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #f9ebd2;
background-color: #faefdd;
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 {
@ -210,7 +227,7 @@ h4 {
<script src="https://vanilla.engineering/js/script.min.aae9ae22e5b457085491e459ee1b98bf230c8b7c8dce1cbf0c025b22a5729342.js" integrity="sha256-qumuIuW0VwhUkeRZ7huYvyMMi3yNzhy/DAJbIqVyk0I=" ></script>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>

View file

@ -0,0 +1,13 @@
BEGIN:VCARD
VERSION:3.0
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
ADR:;;Hoyerswerdaer Str.
28;01099;;Dresden;
URL;WORK:https://vanilla.engineering
EMAIL;PREF;INTERNET:eg@vanilla.engineering
REV:20231114T120000Z
END:VCARD

311
kontakt/edgar/index.html Normal file
View file

@ -0,0 +1,311 @@
<!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://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://vanilla.engineering/css/style.min.8d9d115b1de612f5dca5019174faf0816d8200ef4533eca8e15574e8e4f18e80.css" type="text/css" integrity="sha256-jZ0RWx3mEvXcpQGRdPrwgW2CAO9FM&#43;yo4VV06OTxjoA=" />
<meta property="og:title" content="Kontakt Edgar Grüner" />
<meta property="og:description" content="E-Mail: &#32;&#32; ( PGP Schlüssel)
Telefon: &#32;&#32; (auch über )
Hier findest du mich auf LinkedIn&nearr; Download V-Card
PGP Fingerprint: 426D563B2156E1976B8EBE02FCD33DA2751A755C" />
<meta property="og:type" content="article" />
<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="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 name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vanilla.engineering/images/cover-image.jpg"/>
<meta name="twitter:title" content="Kontakt Edgar Grüner"/>
<meta name="twitter:description" content="E-Mail: &#32;&#32; ( PGP Schlüssel)
Telefon: &#32;&#32; (auch über )
Hier findest du mich auf LinkedIn&nearr; Download V-Card
PGP Fingerprint: 426D563B2156E1976B8EBE02FCD33DA2751A755C"/>
<meta itemprop="name" content="Kontakt Edgar Grüner">
<meta itemprop="description" content="E-Mail: &#32;&#32; ( PGP Schlüssel)
Telefon: &#32;&#32; (auch über )
Hier findest du mich auf LinkedIn&nearr; 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="wordCount" content="21"><meta itemprop="image" content="https://vanilla.engineering/images/cover-image.jpg"/>
<meta itemprop="keywords" content="" />
<style>
:root {
--section-light-bg-color: #faefdd!important;
--cover-text-color: #000;
--highlight: #9f55ba;
--section-dark-bg-color: #aa69b5;
--section-dark-text-color: #fdf7ee!important;
--sticky-menu-text-color: var(--highlight);
--footer-color-background:#5b2c6d;
}
@font-face {
font-family: "gidole";
src: url("/fonts/GidoleFont/Gidole-Regular.ttf");
}
@font-face {
font-family: "angelina";
src: url("/fonts/angelina.ttf");
}
.post {
max-width: 70%;
}
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif;
font-size: 5em;
}
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif;
color: #5d2169;
font-size: 3em;
transform: rotate(-6deg);
}
#blog-logo {
max-height: 270px;
}
img.icon {display: inline;}
img.qr {display: inline;}
#tsetstest {background-color: #f9ebd2}
main.page-template {
background-image: url("/ve_logo.svg");
background-repeat: no-repeat;
background-position: right 1em bottom 4em;
background-size: 8em;
background-attachment: fixed;
}
body {
background-color: #faefdd;
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");
}
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://vanilla.engineering/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://vanilla.engineering/images/favicon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://vanilla.engineering/images/favicon.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><img src="/images/eg.jpg" alt="Edgar Grüner"></p>
<p>
<img class="icon" src="/icons/letter-dark.svg" height="22px">
E-Mail:
<style>
#span-986a4d65.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="ge" data-domain="gnireenigne.allinav" id="span-986a4d65"></span>&#32;
<script id="script-986a4d65">
var scriptTag = document.getElementById("script-986a4d65");
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)
</script>
(
<img class="icon" src="/icons/lock-dark.svg" height="22px">
<a href="/keys/eg@vanilla.engineering.gpg">PGP Schlüssel</a>)</p>
<p>
<img class="icon" src="/icons/call-dark.svg" height="22px">
Telefon:
<style>
#span-acea73b0.cloaked-e-mail:before {
content:attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="5624853 171 94&#43;" id="span-acea73b0"></span>&#32;
<script id="script-acea73b0">
var scriptTag = document.getElementById("script-acea73b0");
var link = document.createElement("a");
var address = "5624853 171 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)
</script>
(auch über
<img class="icon" src="/icons/signal_logo.svg" height="22px">
)</p>
<p>
<img class="icon" src="/icons/linkedin-dark.svg" height="22px">
Hier findest du mich auf <a href='https://www.linkedin.com/in/egruener' target=_blank alt="Öffnet im neuen Fenster">LinkedIn</a>&nearr;
</p>
<p><a href="/kontakt/edgar/Edgar_Gruener.vcf">
<img class="qr" src="/kontakt/edgar/vcard.qr.svg" style="height: 8em">
<br>
Download V-Card</a></p>
<p>PGP Fingerprint: <code>426D563B2156E1976B8EBE02FCD33DA2751A755C</code></p>
</section>
</article>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright">© Vanilla Engineering GmbH</section>
</div>
</footer>
<script src="https://vanilla.engineering/js/script.min.e7f09bc489d4c4c37fd82352c3ff5103c75840a91b8c1f6b895115175c0f1e2f.js" integrity="sha256-5/CbxInUxMN/2CNSw/9RA8dYQKkbjB9riVEVF1wPHi8=" ></script>
<script>cssVars();</script>
<footer class="site-footer">
<div class="inner">
<section>
<a href="/impressum">Impressum</a>&nbsp;&nbsp;&nbsp;<a href="/datenschutz">Datenschutz</a>
</section>
</div>
</footer>
</body>
</html>

2421
kontakt/edgar/vcard.qr.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 143 KiB

View file

@ -4,6 +4,12 @@
<url>
<loc>https://vanilla.engineering/</loc>
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://vanilla.engineering/kontakt/edgar/</loc>
<lastmod>2023-11-14T00:00:00+00:00</lastmod>
</url>

View file

@ -8,7 +8,7 @@
version="1.1"
id="svg1"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="ve_logo22.svg"
sodipodi:docname="ve_logo.svg"
inkscape:export-filename="ve_logo221.png"
inkscape:export-xdpi="40.950001"
inkscape:export-ydpi="40.950001"
@ -26,15 +26,15 @@
inkscape:pagecheckerboard="true"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.8155759"
inkscape:cx="689.69669"
inkscape:cy="365.38598"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
inkscape:zoom="1.6311518"
inkscape:cx="147.44183"
inkscape:cy="366.30558"
inkscape:window-width="1574"
inkscape:window-height="1288"
inkscape:window-x="26"
inkscape:window-y="23"
inkscape:window-maximized="0"
inkscape:current-layer="layer1"
inkscape:export-bgcolor="#5d2169ff"
showgrid="false"
showguides="false" />
@ -77,23 +77,11 @@
inkscape:label="Ebene 5"
style="display:inline">
<path
style="display:none;fill:#e290f0;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
d="M 150.40371,92.705736 C 202.10467,0.45439222 -7.9883736,-21.074509 24.897422,85.571502 c 9.298321,30.153708 20.921564,41.727478 32.988101,55.901028 4.132896,4.85457 7.597092,17.55315 7.597092,17.55315 l 15.542036,22.44151 28.558469,-1.12594 c 0,0 11.74078,-8.14947 17.05006,-14.37334 5.76708,-6.76053 7.90975,-22.11025 8.96801,-31.20446 1.07152,-9.20808 5.13471,-24.80718 14.80252,-42.057714 z"
id="path4482"
sodipodi:nodetypes="ssscccsss" />
<path
style="display:inline;fill:#ffffff;stroke:#ffffff;stroke-width:14.29999928;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke;fill-opacity:1"
d="m 54.920375,187.78146 c -0.06626,34.87191 13.955441,63.65301 19.128424,61.64118 7.052034,-2.74261 29.049361,-54.69912 22.861439,-59.11745 -6.187923,-4.41834 5.807142,11.32744 9.233132,13.56295 10.56798,6.89575 16.76626,-1.17397 17.43399,-5.27608 2.68249,-16.47954 -23.889564,-11.26933 -26.96778,20.39545 -1.951254,20.07202 20.43257,59.51344 42.78293,24.13046 C 208.12391,134.30894 0.0235607,124.99506 32.58463,223.35184 c 13.440049,40.59816 26.481239,63.19901 63.94429,61.18127 53.59406,-2.88655 37.15429,-18.19043 -4.571018,-14.08831 -39.501226,3.88346 -30.193814,37.29251 8.477548,35.5846 24.08169,-1.06356 45.69466,-17.24816 -3.811667,-13.13302 -41.824615,3.47661 -17.288572,31.94216 10.965197,26.73396"
id="path4485"
sodipodi:nodetypes="cszsssssssssc"
style="display:inline;color:#000000;fill:#faefdd;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;paint-order:markers fill stroke;fill-opacity:1"
d="m 92.199219,148.00977 c -18.749539,-0.22588 -37.65713,4.83421 -51.50586,16.08593 -15.82712,12.85912 -23.740282,34.78957 -14.896484,61.50391 6.812453,20.57828 13.544433,37.25421 24.486328,49.16211 2.947568,3.20779 6.253304,5.95398 9.863281,8.29101 -0.763312,3.00199 -0.95031,6.10722 -0.1875,9.06641 1.140708,4.42518 3.70028,8.22348 7.216797,11.40234 -0.0084,0.0985 -0.04274,0.19441 -0.04883,0.29297 -0.220757,3.57209 0.95109,6.87738 2.685547,9.57422 6.937828,10.78736 22.298715,16.36542 39.072272,13.27344 3.88399,-0.71539 6.4524,-4.44426 5.73632,-8.32813 -0.71632,-3.8832 -4.44489,-6.45052 -8.32812,-5.73437 -1.45405,0.26803 -2.9001,0.40089 -4.32227,0.42969 6.3075,-0.39763 12.31022,-1.58826 17.32422,-3.32032 5.34669,-1.84697 9.65728,-3.06781 12.94141,-8.47656 0.82103,-1.35218 1.54659,-3.26618 1.41211,-5.48047 -0.13449,-2.21429 -1.2496,-4.36552 -2.5293,-5.71289 -1.3734,-1.44602 -2.77873,-2.26966 -4.23437,-2.85156 3.07532,-1.03765 5.60102,-2.08786 7.92773,-4.5293 1.20907,-1.26868 2.42018,-3.16624 2.69531,-5.5625 0.27513,-2.39626 -0.59217,-4.83064 -1.70312,-6.38476 -2.22191,-3.10825 -4.75223,-4.09857 -7.49414,-5.09375 -1.61281,-0.58537 -3.41274,-1.04209 -5.32227,-1.44141 0.44512,-0.0512 0.86716,0.0363 1.31641,-0.0469 7.9371,-1.46903 14.93715,-7.38497 21.13281,-17.19336 18.07744,-28.61848 18.69719,-53.26002 7.71094,-70.48633 -10.98625,-17.22631 -31.6847,-26.05873 -52.93946,-28.02149 -2.656843,-0.24534 -5.331258,-0.3857 -8.009763,-0.41796 z"
id="path342"
sodipodi:nodetypes="cssscsccsccccsssscssssccssscc"
transform="translate(0.0966544,-143.83876)" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:14.3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="path4541"
cx="93.461327"
cy="112.8076"
rx="17.17234"
ry="16.479795" />
</g>
<g
inkscape:label="Ebene 1"
@ -106,6 +94,7 @@
d="m 54.920375,187.78146 c -0.06626,34.87191 13.955441,63.65301 19.128424,61.64118 7.052034,-2.74261 29.049361,-54.69912 22.861439,-59.11745 -6.187923,-4.41834 5.807142,11.32744 9.233132,13.56295 10.56798,6.89575 16.76626,-1.17397 17.43399,-5.27608 2.68249,-16.47954 -23.889564,-11.26933 -26.96778,20.39545 -1.951254,20.07202 20.43257,59.51344 42.78293,24.13046 C 208.12391,134.30894 0.0235607,124.99506 32.58463,223.35184 c 13.440049,40.59816 26.481239,63.19901 63.94429,61.18127 53.59406,-2.88655 37.15429,-18.19043 -4.571018,-14.08831 -39.501226,3.88346 -30.193814,37.29251 8.477548,35.5846 24.08169,-1.06356 45.69466,-17.24816 -3.811667,-13.13302 -41.824615,3.47661 -17.288572,31.94216 10.965197,26.73396"
id="path6"
sodipodi:nodetypes="cszsssssssssc"
sodipodi:insensitive="true" />
sodipodi:insensitive="true"
inkscape:label="path6" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB