feat: Link auf Merch-Shop hinzugefügt.

This commit is contained in:
muli 2023-06-06 21:57:20 +02:00
parent 5492456e88
commit cac51be69a
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?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 44 44" 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 d="M43.953,8.128C43.953,3.642 40.311,0 35.825,0L8.128,0C3.642,0 0,3.642 0,8.128L0,35.829C0,40.315 3.642,43.958 8.128,43.958L35.825,43.958C40.311,43.958 43.953,40.315 43.953,35.829L43.953,8.128ZM40.333,16.154C39.622,14.017 38.958,11.906 38.166,9.841C36.433,5.333 32.364,4.392 28.281,3.422C27.945,6.252 26.532,8.875 23.531,9.505C19.525,10.348 16.205,6.874 16.239,3.034C14.191,3.741 12.305,4.286 10.5,5.035C8.163,6.006 6.477,7.759 5.583,10.109C4.822,12.11 4.247,14.183 3.6,16.286C3.468,16.72 3.664,17.189 4.072,17.389C6.179,18.44 8.21,19.457 10.253,20.479C10.253,24.855 10.241,33.003 10.266,37.32C10.266,37.911 10.33,38.55 10.551,39.082C11.169,40.555 12.454,40.925 13.923,40.921C19.01,40.917 24.097,40.934 29.18,40.912C31.674,40.904 32.828,39.691 32.828,37.154L32.828,18.427C32.828,17.976 32.845,17.18 32.973,16.299C33.13,17.223 33.305,18.542 33.505,19.653C33.586,20.109 34.084,20.36 34.501,20.16C36.246,19.317 37.94,18.495 39.703,17.64C40.256,17.372 40.524,16.737 40.333,16.154ZM30.555,21.922C30.55,25.677 30.55,33.254 30.533,37.009C30.533,37.4 30.47,37.788 30.423,38.235L12.769,38.235C12.744,37.715 12.693,37.213 12.693,36.707C12.68,31.581 12.548,24.085 12.535,18.959C12.535,18.274 12.492,16.682 12.441,15.997C12.386,15.286 12.237,14.507 12.054,14.149C11.735,14.971 10.841,17.065 10.266,17.806C9.015,17.201 7.959,16.72 6.933,16.18C6.712,16.06 6.439,15.682 6.473,15.473C6.937,12.889 7.529,10.352 9.564,8.441C10.939,7.151 12.569,6.457 14.327,6.291C17.635,12.089 22.381,16.222 28.499,18.819C29.872,19.401 30.556,20.434 30.55,21.918L30.555,21.922ZM20.083,7.968C22.015,9.002 23.893,8.641 25.608,7.372C26.434,6.763 27.034,5.456 27.094,4.294C27.119,3.839 26.638,3.541 26.234,3.749C23.624,5.082 20.985,5.252 18.248,3.762C17.814,3.528 17.307,3.89 17.388,4.379C17.677,6.112 18.665,7.21 20.087,7.968L20.083,7.968Z" style="fill:rgb(239,125,31);"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -38,6 +38,9 @@
<a href="/podcast">
Podcast&nbsp;<img src="{{ 'images/podcast_logo_rounded_square.svg'|asseturl }}" alt="Square orange podcast logo with rounded corners" aria-hidden="true">
</a>
<a href="https://www.breenbuedel.de/wtf-eg/" target="_blank">
Merch&nbsp;<img src="{{ 'images/merch_logo_rounded_square.svg'|asseturl }}" alt="Square orange merch logo with rounded corners" aria-hidden="true">
</a>
</div>
</div>
{% endblock %}