forked from ag_kommunikation/webseite
Merge branch 'main' into beitritt_diagramm
This commit is contained in:
commit
df7f50aebe
1
LICENCE
1
LICENCE
@ -2,6 +2,7 @@ MIT License
|
||||
|
||||
Copyright (c) 2021 WTF Kooperative eG and Members
|
||||
Copyright (c) 2021 L3D <l3d@c3woc.de>
|
||||
Copyright (c) 2021 muli <muli@mrmuli.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -17,19 +17,17 @@
|
||||
/* default text color */
|
||||
--wtf-nearly-black: #333;
|
||||
--wtf-nearly-white: #fff;
|
||||
/* WTF Farben gemäß https://git.vebit.xyz/vebit/swag/src/branch/master/README.markdown */
|
||||
/* WTF Farben gemäß https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/ */
|
||||
--wtf-orange: #ef7c21;
|
||||
--wtf-light-orange: #ffcba9;
|
||||
--wtf-very-light-blue: #cfe2ff;
|
||||
--wtf-light-blue: #0790a9;
|
||||
--wtf-dark-blue: #20386a;
|
||||
--wtf-night-blue: #00173B;
|
||||
/* TODO: Grautöne überarbeiten */;
|
||||
--wtf-dark-grey: #202020;
|
||||
--wtf-grey: #666;
|
||||
--wtf-mid-grey: #acacac; /* Nicht im swag-Repo */
|
||||
--wtf-mid-grey: #acacac;
|
||||
--wtf-footer-grey: #344b5d;
|
||||
/*--wtf-light-grey: #f2f2f2;*/
|
||||
--wtf-light-grey: #edefeb;
|
||||
--wtf-lila: #6600ff;
|
||||
|
||||
|
@ -1,62 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
id="RSSicon"
|
||||
width="256"
|
||||
height="256"
|
||||
version="1.1"
|
||||
viewBox="0 0 8 8">
|
||||
<metadata
|
||||
id="metadata21">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>RSS feed icon</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs19" />
|
||||
<title
|
||||
id="title2">RSS feed icon</title>
|
||||
<style
|
||||
type="text/css"
|
||||
id="style4">.button {stroke: none; fill: orange;}
|
||||
.symbol {stroke: none; fill: white;}</style>
|
||||
<rect
|
||||
class="button"
|
||||
width="8"
|
||||
height="8"
|
||||
rx="1.5"
|
||||
fill="#fff"
|
||||
id="rect6"
|
||||
style="fill:#ffffff" />
|
||||
<g
|
||||
id="g14"
|
||||
style="fill:#000000">
|
||||
<circle
|
||||
class="symbol"
|
||||
cx="2"
|
||||
cy="6"
|
||||
r="1"
|
||||
id="circle8"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
class="symbol"
|
||||
d="m1 4a3 3 0 0 1 3 3h1a4 4 0 0 0-4-4z"
|
||||
id="path10"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
class="symbol"
|
||||
d="m1 2a5 5 0 0 1 5 5h1a6 6 0 0 0-6-6z"
|
||||
id="path12"
|
||||
style="fill:#000000" />
|
||||
</g>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<path id="rect6" d="M256,48C256,21.508 234.492,0 208,0L48,0C21.508,0 0,21.508 0,48L0,208C0,234.492 21.508,256 48,256L208,256C234.492,256 256,234.492 256,208L256,48ZM64,160C81.661,160 96,174.339 96,192C96,209.661 81.661,224 64,224C46.339,224 32,209.661 32,192C32,174.339 46.339,160 64,160ZM32,128C84.664,128 128,171.336 128,224L160,224C160,153.781 102.219,96 32,96L32,128ZM32,64C119.773,64 192,136.227 192,224L224,224C224,118.672 137.328,32 32,32L32,64Z" style="fill:#fff;"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 931 B |
@ -1,15 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 1476 617" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g transform="matrix(1,0,0,1,-184.291,-861.078)">
|
||||
<g id="Background" transform="matrix(1,0,0,1,-184.291,-861.078)">
|
||||
<rect x="184.291" y="861.078" width="1475.62" height="616.639" style="fill:none;"/>
|
||||
</g>
|
||||
<g id="Logo" transform="matrix(1,0,0,1,-184.236,-860.997)">
|
||||
<g transform="matrix(4.16667,0,0,4.16667,-363.557,-181.762)">
|
||||
<g id="WTF-Kooperative-eG" serif:id="WTF Kooperative eG">
|
||||
<text x="282.658px" y="347.753px" style="font-family:'Lato-Heavy', 'Lato', sans-serif;font-weight:800;font-size:63.848px;fill:#fff;">W<tspan x="351.119px 390.625px " y="347.753px 347.753px ">TF</tspan></text>
|
||||
<text x="289.324px" y="372.44px" style="font-family:'Lato-Black', 'Lato', sans-serif;font-weight:900;font-size:18.037px;fill:#fff;">K<tspan x="302.392px 317.984px 333.577px 345.95px 357.187px 369.948px 382.393px 394.279px 400.791px 414.516px " y="372.44px 372.44px 372.44px 372.44px 372.44px 372.44px 372.44px 372.44px 372.44px 372.44px ">OOPERATIVE</tspan></text>
|
||||
<text x="431.653px" y="372.57px" style="font-family:'Lato-BoldItalic', 'Lato', sans-serif;font-weight:700;font-style:italic;font-size:15.962px;fill:#fff;">e<tspan x="440.065px " y="372.57px ">G</tspan></text>
|
||||
<g id="WTF-Koorperative-eG" serif:id="WTF Koorperative eG">
|
||||
<g id="eG" transform="matrix(4.16667,0,0,4.16667,-389.557,-181.762)">
|
||||
<g transform="matrix(15.962,0,0,15.962,431.653,372.57)">
|
||||
<path d="M0.288,-0.434C0.271,-0.434 0.255,-0.431 0.241,-0.424C0.227,-0.417 0.214,-0.407 0.202,-0.395C0.191,-0.383 0.181,-0.368 0.172,-0.351C0.164,-0.334 0.157,-0.315 0.152,-0.295C0.193,-0.3 0.227,-0.306 0.252,-0.313C0.277,-0.32 0.296,-0.327 0.31,-0.335C0.324,-0.343 0.333,-0.352 0.337,-0.361C0.342,-0.37 0.344,-0.38 0.344,-0.39C0.344,-0.395 0.343,-0.4 0.341,-0.405C0.339,-0.41 0.335,-0.415 0.331,-0.419C0.326,-0.423 0.32,-0.427 0.313,-0.43C0.306,-0.433 0.298,-0.434 0.288,-0.434ZM0.142,-0.209C0.142,-0.128 0.176,-0.088 0.244,-0.088C0.259,-0.088 0.272,-0.089 0.283,-0.092C0.294,-0.095 0.304,-0.098 0.313,-0.103C0.321,-0.107 0.329,-0.111 0.336,-0.116C0.343,-0.121 0.349,-0.126 0.355,-0.13C0.361,-0.134 0.366,-0.137 0.372,-0.14C0.378,-0.143 0.384,-0.144 0.391,-0.144C0.395,-0.144 0.398,-0.143 0.402,-0.141C0.406,-0.139 0.41,-0.136 0.413,-0.133L0.444,-0.095C0.426,-0.077 0.409,-0.062 0.392,-0.049C0.375,-0.036 0.358,-0.025 0.34,-0.017C0.322,-0.009 0.304,-0.003 0.284,0.002C0.264,0.006 0.243,0.008 0.22,0.008C0.19,0.008 0.163,0.002 0.139,-0.008C0.114,-0.018 0.093,-0.032 0.076,-0.051C0.059,-0.069 0.045,-0.092 0.036,-0.118C0.026,-0.144 0.022,-0.173 0.022,-0.206C0.022,-0.233 0.024,-0.259 0.03,-0.285C0.036,-0.311 0.045,-0.336 0.056,-0.359C0.067,-0.382 0.08,-0.404 0.096,-0.424C0.112,-0.443 0.13,-0.46 0.15,-0.475C0.17,-0.489 0.193,-0.5 0.217,-0.508C0.241,-0.516 0.267,-0.52 0.295,-0.52C0.321,-0.52 0.345,-0.516 0.365,-0.509C0.385,-0.501 0.402,-0.491 0.415,-0.479C0.429,-0.467 0.439,-0.453 0.446,-0.438C0.452,-0.423 0.456,-0.408 0.456,-0.394C0.456,-0.371 0.451,-0.35 0.442,-0.331C0.433,-0.312 0.416,-0.295 0.393,-0.28C0.369,-0.265 0.337,-0.252 0.297,-0.241C0.256,-0.23 0.204,-0.222 0.142,-0.216L0.142,-0.209Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(15.962,0,0,15.962,440.065,372.57)">
|
||||
<path d="M0.41,-0.361L0.635,-0.361L0.599,-0.07C0.562,-0.043 0.522,-0.024 0.48,-0.011C0.438,0.002 0.389,0.008 0.335,0.008C0.291,0.008 0.25,0 0.214,-0.016C0.178,-0.032 0.147,-0.054 0.121,-0.083C0.095,-0.111 0.076,-0.145 0.062,-0.184C0.048,-0.223 0.041,-0.266 0.041,-0.313C0.041,-0.353 0.045,-0.392 0.054,-0.428C0.063,-0.465 0.076,-0.498 0.092,-0.53C0.109,-0.561 0.129,-0.588 0.152,-0.613C0.175,-0.638 0.201,-0.659 0.23,-0.677C0.259,-0.694 0.29,-0.708 0.323,-0.717C0.357,-0.726 0.392,-0.731 0.429,-0.731C0.458,-0.731 0.484,-0.728 0.508,-0.723C0.532,-0.718 0.554,-0.711 0.573,-0.702C0.592,-0.693 0.61,-0.683 0.625,-0.671C0.64,-0.659 0.654,-0.646 0.666,-0.633L0.624,-0.579C0.617,-0.569 0.609,-0.563 0.6,-0.561C0.59,-0.559 0.58,-0.561 0.57,-0.568C0.56,-0.574 0.551,-0.581 0.541,-0.587C0.531,-0.593 0.521,-0.599 0.509,-0.604C0.498,-0.608 0.485,-0.612 0.47,-0.616C0.455,-0.619 0.438,-0.62 0.419,-0.62C0.383,-0.62 0.349,-0.613 0.32,-0.598C0.29,-0.584 0.264,-0.563 0.242,-0.537C0.22,-0.51 0.204,-0.478 0.192,-0.441C0.18,-0.404 0.174,-0.363 0.174,-0.317C0.174,-0.282 0.178,-0.251 0.187,-0.224C0.196,-0.197 0.208,-0.173 0.224,-0.155C0.24,-0.135 0.259,-0.121 0.282,-0.111C0.304,-0.101 0.329,-0.095 0.357,-0.096C0.384,-0.095 0.408,-0.098 0.429,-0.103C0.45,-0.108 0.47,-0.116 0.489,-0.126L0.505,-0.263L0.425,-0.263C0.417,-0.263 0.41,-0.265 0.406,-0.27C0.402,-0.274 0.4,-0.28 0.401,-0.287L0.41,-0.361Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Kooperative" transform="matrix(4.16667,0,0,4.16667,896.411,1370.07)">
|
||||
<g transform="matrix(18.037,0,0,18.037,0,0)">
|
||||
<path d="M0.786,-0.365C0.786,-0.312 0.776,-0.263 0.758,-0.218C0.74,-0.172 0.715,-0.133 0.682,-0.099C0.649,-0.066 0.609,-0.04 0.562,-0.021C0.516,-0.002 0.464,0.008 0.408,0.008C0.351,0.008 0.299,-0.002 0.253,-0.021C0.206,-0.04 0.166,-0.066 0.133,-0.099C0.1,-0.133 0.074,-0.172 0.056,-0.218C0.038,-0.263 0.029,-0.312 0.029,-0.365C0.029,-0.417 0.038,-0.466 0.056,-0.512C0.074,-0.557 0.1,-0.596 0.133,-0.63C0.166,-0.663 0.206,-0.689 0.253,-0.708C0.299,-0.727 0.351,-0.737 0.408,-0.737C0.464,-0.737 0.516,-0.727 0.562,-0.708C0.609,-0.689 0.649,-0.662 0.682,-0.629C0.715,-0.596 0.74,-0.556 0.758,-0.511C0.776,-0.466 0.786,-0.417 0.786,-0.365ZM0.613,-0.365C0.613,-0.401 0.608,-0.433 0.599,-0.462C0.589,-0.491 0.576,-0.515 0.558,-0.535C0.541,-0.555 0.519,-0.57 0.494,-0.581C0.469,-0.592 0.44,-0.597 0.408,-0.597C0.375,-0.597 0.346,-0.592 0.32,-0.581C0.295,-0.57 0.273,-0.555 0.256,-0.535C0.238,-0.515 0.225,-0.491 0.216,-0.462C0.206,-0.433 0.202,-0.401 0.202,-0.365C0.202,-0.328 0.206,-0.296 0.216,-0.267C0.225,-0.238 0.238,-0.214 0.256,-0.194C0.273,-0.173 0.295,-0.158 0.32,-0.148C0.346,-0.137 0.375,-0.132 0.408,-0.132C0.44,-0.132 0.469,-0.137 0.494,-0.148C0.519,-0.158 0.541,-0.173 0.558,-0.194C0.576,-0.214 0.589,-0.238 0.599,-0.267C0.608,-0.296 0.613,-0.328 0.613,-0.365Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,14.6911,0)">
|
||||
<path d="M0.786,-0.365C0.786,-0.312 0.776,-0.263 0.758,-0.218C0.74,-0.172 0.715,-0.133 0.682,-0.099C0.649,-0.066 0.609,-0.04 0.562,-0.021C0.516,-0.002 0.464,0.008 0.408,0.008C0.351,0.008 0.299,-0.002 0.253,-0.021C0.206,-0.04 0.166,-0.066 0.133,-0.099C0.1,-0.133 0.074,-0.172 0.056,-0.218C0.038,-0.263 0.029,-0.312 0.029,-0.365C0.029,-0.417 0.038,-0.466 0.056,-0.512C0.074,-0.557 0.1,-0.596 0.133,-0.63C0.166,-0.663 0.206,-0.689 0.253,-0.708C0.299,-0.727 0.351,-0.737 0.408,-0.737C0.464,-0.737 0.516,-0.727 0.562,-0.708C0.609,-0.689 0.649,-0.662 0.682,-0.629C0.715,-0.596 0.74,-0.556 0.758,-0.511C0.776,-0.466 0.786,-0.417 0.786,-0.365ZM0.613,-0.365C0.613,-0.401 0.608,-0.433 0.599,-0.462C0.589,-0.491 0.576,-0.515 0.558,-0.535C0.541,-0.555 0.519,-0.57 0.494,-0.581C0.469,-0.592 0.44,-0.597 0.408,-0.597C0.375,-0.597 0.346,-0.592 0.32,-0.581C0.295,-0.57 0.273,-0.555 0.256,-0.535C0.238,-0.515 0.225,-0.491 0.216,-0.462C0.206,-0.433 0.202,-0.401 0.202,-0.365C0.202,-0.328 0.206,-0.296 0.216,-0.267C0.225,-0.238 0.238,-0.214 0.256,-0.194C0.273,-0.173 0.295,-0.158 0.32,-0.148C0.346,-0.137 0.375,-0.132 0.408,-0.132C0.44,-0.132 0.469,-0.137 0.494,-0.148C0.519,-0.158 0.541,-0.173 0.558,-0.194C0.576,-0.214 0.589,-0.238 0.599,-0.267C0.608,-0.296 0.613,-0.328 0.613,-0.365Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,29.3823,0)">
|
||||
<path d="M0.328,-0.371C0.372,-0.371 0.403,-0.382 0.423,-0.403C0.442,-0.424 0.452,-0.453 0.452,-0.491C0.452,-0.507 0.449,-0.522 0.444,-0.536C0.439,-0.55 0.431,-0.561 0.421,-0.571C0.411,-0.581 0.398,-0.589 0.383,-0.594C0.367,-0.599 0.349,-0.602 0.328,-0.602L0.24,-0.602L0.24,-0.371L0.328,-0.371ZM0.328,-0.729C0.379,-0.729 0.423,-0.722 0.46,-0.71C0.497,-0.698 0.527,-0.681 0.551,-0.66C0.575,-0.639 0.592,-0.614 0.604,-0.585C0.615,-0.556 0.621,-0.524 0.621,-0.491C0.621,-0.454 0.615,-0.421 0.603,-0.391C0.591,-0.36 0.574,-0.334 0.55,-0.313C0.526,-0.291 0.495,-0.274 0.458,-0.262C0.421,-0.25 0.378,-0.243 0.328,-0.244L0.24,-0.244L0.24,-0L0.071,-0L0.071,-0.729L0.328,-0.729Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,40.8538,0)">
|
||||
<path d="M0.241,-0.599L0.241,-0.429L0.47,-0.429L0.47,-0.304L0.241,-0.304L0.241,-0.13L0.54,-0.13L0.54,-0L0.071,-0L0.071,-0.729L0.54,-0.729L0.54,-0.599L0.241,-0.599Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,51.189,0)">
|
||||
<path d="M0.308,-0.386C0.331,-0.386 0.35,-0.389 0.366,-0.395C0.382,-0.401 0.396,-0.409 0.406,-0.419C0.416,-0.429 0.424,-0.441 0.429,-0.455C0.433,-0.469 0.436,-0.484 0.436,-0.5C0.436,-0.532 0.425,-0.557 0.404,-0.575C0.383,-0.593 0.351,-0.602 0.308,-0.602L0.24,-0.602L0.24,-0.386L0.308,-0.386ZM0.667,-0L0.514,-0C0.485,-0 0.465,-0.011 0.453,-0.032L0.332,-0.244C0.326,-0.253 0.32,-0.259 0.313,-0.263C0.306,-0.267 0.296,-0.27 0.283,-0.27L0.24,-0.27L0.24,-0L0.071,-0L0.071,-0.729L0.308,-0.729C0.36,-0.729 0.405,-0.723 0.442,-0.712C0.479,-0.701 0.51,-0.686 0.533,-0.667C0.557,-0.648 0.574,-0.625 0.585,-0.599C0.595,-0.572 0.601,-0.544 0.601,-0.513C0.601,-0.489 0.597,-0.467 0.591,-0.446C0.585,-0.425 0.575,-0.405 0.563,-0.387C0.551,-0.369 0.535,-0.354 0.517,-0.34C0.499,-0.326 0.478,-0.314 0.455,-0.305C0.466,-0.299 0.476,-0.292 0.486,-0.284C0.495,-0.275 0.504,-0.265 0.512,-0.254L0.667,-0Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,63.0483,0)">
|
||||
<path d="M0.456,-0.279L0.388,-0.478C0.383,-0.491 0.378,-0.506 0.372,-0.523C0.366,-0.54 0.361,-0.559 0.355,-0.579C0.35,-0.558 0.345,-0.539 0.339,-0.522C0.333,-0.505 0.328,-0.49 0.323,-0.477L0.256,-0.279L0.456,-0.279ZM0.724,-0L0.593,-0C0.578,-0 0.567,-0.003 0.558,-0.01C0.549,-0.017 0.542,-0.026 0.537,-0.037L0.494,-0.164L0.217,-0.164L0.174,-0.037C0.17,-0.027 0.164,-0.019 0.154,-0.011C0.145,-0.004 0.133,-0 0.119,-0L-0.013,-0L0.269,-0.729L0.442,-0.729L0.724,-0Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,74.592,0)">
|
||||
<path d="M0.594,-0.595L0.389,-0.595L0.389,-0L0.22,-0L0.22,-0.595L0.015,-0.595L0.015,-0.729L0.594,-0.729L0.594,-0.595Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,85.5765,0)">
|
||||
<rect x="0.071" y="-0.729" width="0.17" height="0.729" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,91.1861,0)">
|
||||
<path d="M0.724,-0.729L0.432,-0L0.279,-0L-0.013,-0.729L0.123,-0.729C0.138,-0.729 0.15,-0.725 0.159,-0.718C0.168,-0.711 0.174,-0.703 0.179,-0.692L0.32,-0.302C0.327,-0.285 0.333,-0.266 0.34,-0.246C0.346,-0.226 0.352,-0.205 0.358,-0.183C0.362,-0.205 0.367,-0.226 0.373,-0.246C0.379,-0.266 0.385,-0.285 0.392,-0.302L0.532,-0.692C0.536,-0.701 0.542,-0.71 0.552,-0.717C0.561,-0.725 0.573,-0.729 0.587,-0.729L0.724,-0.729Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,104.01,0)">
|
||||
<path d="M0.241,-0.599L0.241,-0.429L0.47,-0.429L0.47,-0.304L0.241,-0.304L0.241,-0.13L0.54,-0.13L0.54,-0L0.071,-0L0.071,-0.729L0.54,-0.729L0.54,-0.599L0.241,-0.599Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(18.037,0,0,18.037,-13.068,0)">
|
||||
<path d="M0.24,-0.434L0.267,-0.434C0.292,-0.434 0.31,-0.441 0.321,-0.457L0.485,-0.695C0.494,-0.708 0.505,-0.716 0.516,-0.721C0.527,-0.726 0.541,-0.729 0.558,-0.729L0.705,-0.729L0.489,-0.434C0.473,-0.414 0.457,-0.399 0.439,-0.39C0.452,-0.385 0.463,-0.379 0.474,-0.371C0.484,-0.362 0.494,-0.351 0.503,-0.338L0.723,-0L0.572,-0C0.562,-0 0.554,-0.001 0.547,-0.002C0.54,-0.003 0.534,-0.005 0.529,-0.008C0.524,-0.011 0.52,-0.014 0.516,-0.018C0.512,-0.022 0.509,-0.026 0.506,-0.031L0.341,-0.285C0.335,-0.294 0.327,-0.3 0.318,-0.304C0.309,-0.308 0.296,-0.31 0.281,-0.31L0.24,-0.31L0.24,-0L0.071,-0L0.071,-0.729L0.24,-0.729L0.24,-0.434Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="WTF" transform="matrix(4.16667,0,0,4.16667,-363.557,-181.762)">
|
||||
<g transform="matrix(63.848,0,0,63.848,353.279,347.753)">
|
||||
<path d="M0.59,-0.605L0.378,-0.605L0.378,-0L0.227,-0L0.227,-0.605L0.015,-0.605L0.015,-0.726L0.59,-0.726L0.59,-0.605Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(63.848,0,0,63.848,391.843,347.753)">
|
||||
<path d="M0.227,-0.608L0.227,-0.408L0.488,-0.408L0.488,-0.29L0.227,-0.29L0.227,-0L0.076,-0L0.076,-0.726L0.538,-0.726L0.538,-0.608L0.227,-0.608Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(63.848,0,0,63.848,282.658,347.753)">
|
||||
<path d="M1.052,-0.726L0.827,-0L0.692,-0L0.543,-0.475C0.541,-0.481 0.538,-0.489 0.536,-0.497C0.534,-0.505 0.532,-0.513 0.53,-0.522C0.528,-0.513 0.525,-0.505 0.523,-0.497C0.521,-0.489 0.518,-0.481 0.516,-0.475L0.366,-0L0.23,-0L0.006,-0.726L0.132,-0.726C0.145,-0.725 0.155,-0.723 0.164,-0.717C0.173,-0.711 0.179,-0.703 0.182,-0.693L0.294,-0.284C0.297,-0.272 0.299,-0.26 0.302,-0.247C0.305,-0.234 0.308,-0.22 0.311,-0.205C0.314,-0.22 0.317,-0.234 0.32,-0.247C0.323,-0.26 0.327,-0.272 0.331,-0.284L0.462,-0.693C0.465,-0.701 0.47,-0.708 0.479,-0.715C0.488,-0.722 0.499,-0.725 0.512,-0.726L0.556,-0.726C0.569,-0.725 0.579,-0.722 0.587,-0.716C0.595,-0.71 0.602,-0.702 0.606,-0.693L0.736,-0.284C0.74,-0.273 0.744,-0.261 0.747,-0.249C0.75,-0.236 0.753,-0.223 0.757,-0.209C0.759,-0.223 0.762,-0.236 0.764,-0.249C0.767,-0.261 0.769,-0.273 0.772,-0.284L0.885,-0.693C0.887,-0.701 0.893,-0.709 0.902,-0.716C0.911,-0.722 0.921,-0.725 0.934,-0.726L1.052,-0.726Z" style="fill:#fff;fill-rule:nonzero;"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Einhorn" transform="matrix(1,0,0,1,-31.2941,-563.989)">
|
||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 20 KiB |
@ -4,11 +4,11 @@ author: MrSchizo
|
||||
---
|
||||
body:
|
||||
|
||||
Kennst Du das? Du hast eine simple Frage, die Dein Geschäft betrifft und jeder, den Du fragst, verweist an jemand Anderen? Im Internet machst Du eine Recherche und findest teils widersprüchliche Antworten? Das alles führt Dich nicht weiter, sondern schafft nur mehr Probleme. Wer braucht denn sowas? Niemand!
|
||||
Kennst Du das? Du hast eine simple Frage, die Dein Geschäft betrifft und jeder, den Du fragst, verweist an jemand anderen? Im Internet machst Du eine Recherche und findest teils widersprüchliche Antworten? Das alles führt Dich nicht weiter, sondern schafft nur mehr Probleme. Wer braucht denn sowas? Niemand!
|
||||
|
||||
*„Made in Germany“* steht in Angelegenheiten der Papierwelt, Steuern und Juristerei nicht umsonst im Ruf, die größt mögliche Komplexität zu haben. Wieso haben wir in Deutschland kaum Raktenstartups und nur eine sehr kleine agile Startup Szene? Frag Deinen Steuerberater, Unternehmensberater oder Anwalt. Dort bekommst Du immer gesagt, was erstmal NICHT geht.
|
||||
*„Made in Germany“* steht in Angelegenheiten der Papierwelt, Steuern und Juristerei nicht umsonst im Ruf, die größtmögliche Komplexität zu haben. Wieso haben wir in Deutschland kaum Raketenstartups und nur eine sehr kleine agile Startup-Szene? Frag' Deinen Steuerberater, Unternehmensberater oder Anwalt. Dort bekommst Du immer gesagt, was erstmal NICHT geht.
|
||||
|
||||
Bei der WTF Kooperative eG haben sich Mitglieder zusammengefunden, die schon seit Jahren im Business aktiv sind und einen großen Schatz an Praxiserfahrung mitbringen. Dieses Wissen möchten wir mit "Business as a service" an jedes Mitglied weitergeben. Pragmatischer Minimalismus ist nicht nur bei der WTF ein Leitgedanke, jedes Business sollte sich auf das Wesentliche konzentrieren können.
|
||||
Bei der WTF Kooperative eG haben sich Mitglieder zusammengefunden, die schon seit Jahren im Business aktiv sind und einen großen Schatz an Praxiserfahrung mitbringen. Dieses Wissen möchten wir mit "Business as a Service" an jedes Mitglied weitergeben. Pragmatischer Minimalismus ist nicht nur bei der WTF ein Leitgedanke, jedes Business sollte sich auf das Wesentliche konzentrieren können.
|
||||
|
||||
Unsere **Beratung as a Service** Beratung kannst Du als Mitglied bereits für **15,40 €/ 15 Min.** in Anspruch nehmen. Immer nur dann und so lange, wie Du sie brauchst!
|
||||
|
||||
@ -16,8 +16,8 @@ Fordere uns ruhig mit Deiner Fragestellung heraus. Wir finden eine Lösung!
|
||||
|
||||
Du erreichst uns unter [beratung@wtf-eg.de](mailto:beratung@wtf-eg.de)
|
||||
|
||||
Noch kein Mitglied? Dann informiere Dich unter [Mitglied werden](/mitglieder/beitreten/) und wenn Dir der Papierkram auf die Nerven geht schau mal bei [Office as a service](/blog/office-as-a-service/) vorbei.
|
||||
Noch kein Mitglied? Dann informiere Dich unter [Mitglied werden](/mitglieder/beitreten/) und wenn Dir der Papierkram auf die Nerven geht schau' mal bei [Office as a Service](/blog/office-as-a-service/) vorbei.
|
||||
---
|
||||
pub_date: 2021-05-08
|
||||
---
|
||||
meta_description: Du hast einfache Business Fragen und keine Lust mehr auf über komplexe Antworten? Profitiere vom effezienten Business Netzwerk der WTF Kooperative eG und erhalte Beratung zum Genossenschaftstarif. Spezialist MrSchizo kümmert sich um Deine Herausforderung!
|
||||
meta_description: Du hast einfache Business Fragen und keine Lust mehr auf über komplexe Antworten? Profitiere vom effezienten Business Netzwerk der WTF Kooperative eG und erhalte Beratung zum Genossenschaftstarif. Unser Spezialist MrSchizo kümmert sich um Deine Herausforderung!
|
||||
|
@ -8,7 +8,7 @@ body:
|
||||
05. Dezember 2020
|
||||
|
||||
## § 1 Name, Sitz, Zweck, Gegenstand
|
||||
(1) Die Firma der Genossenschaft lautet: WTF Kooperative eG. Der Sitz der Genossenschaft ist Hamburg.<br>
|
||||
(1) Der Name der Genossenschaft lautet: WTF Kooperative eG. Der Sitz der Genossenschaft ist Hamburg.<br>
|
||||
(2) Der Zweck der Genossenschaft ist die wirtschaftliche Förderung und Betreuung der Mitglieder.<br>
|
||||
(3) Gegenstand des Unternehmens sind Dienstleistungen, Werktätigkeiten und Handel mit Bezug zu Informationstechnologien. Durch deren gemeinsame genossenschaftliche Vermarktung sowie Abwicklung einschlägiger kaufmännischer Dienstleistungen für die Mitglieder wird die Wirtschaft der Mitglieder im Sinne von § 1 Abs. 1 GenG durch Synergieeffekte gefördert.<br>
|
||||
(4) Die Genossenschaft ist berechtigt, alle Maßnahmen zu treffen, die geeignet sind den Gesellschaftszweck zu fördern. Sie darf hierzu andere Unternehmen errichten und erwerben sowie sich an anderen Unternehmen beteiligen. Sie ist ferner berechtigt, Zweigniederlassungen zu errichten.<br>
|
||||
|
@ -82,7 +82,7 @@ __ ____________________
|
||||
<li class="footer__navitem -first">
|
||||
<p>Folgt uns auf:<br>
|
||||
<a href="https://chaos.social/@HackerGeno" title="Mastodon">
|
||||
{%- if '/images/mastodon_logo.svg'|asseturl -%}
|
||||
{%- if '/images/mastodon_logo.svg'|asseturl is defined -%}
|
||||
<img alt="Mastodon Logo" class="footer__social_logo" src="{{ '/images/mastodon_logo.svg'|asseturl }}"/>
|
||||
{%- else -%}
|
||||
Mastodon
|
||||
@ -91,14 +91,14 @@ __ ____________________
|
||||
</p>
|
||||
<p>Abonniere unseren Podcast:<br>
|
||||
<a href="https://vebit.xyz/podcast/" title="Podcast">
|
||||
{%- if '/images/wtf_podcast_logo.svg'|asseturl -%}
|
||||
{%- if '/images/wtf_podcast_logo.svg'|asseturl is defined -%}
|
||||
<img alt="WTF Podcast Logo" class="footer__social_logo" src="{{ '/images/wtf_podcast_logo.svg'|asseturl }}"/>
|
||||
{%- else -%}
|
||||
Podcast
|
||||
{%- endif -%}
|
||||
</a>
|
||||
<a href="https://vebit.xyz/wtf.xml" title="Podcast Feed">
|
||||
{%- if '/images/rss_feed.svg'|asseturl -%}
|
||||
{%- if '/images/rss_feed.svg'|asseturl is defined -%}
|
||||
<img alt="Podcast Feed" class="footer__social_logo" src="{{ '/images/rss_feed.svg'|asseturl }}"/>
|
||||
{%- else -%}
|
||||
Podcast Feed
|
||||
@ -123,5 +123,7 @@ __ ____________________
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|url }}"></script>
|
||||
{%- if '/js/nav_toggle.js'|asseturl is defined -%}
|
||||
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
|
||||
{%- endif %}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user