1
0

Done implementing basic stay tuned site with robots.txt and sitemap

This commit is contained in:
Michael Rieger
2025-09-16 19:00:56 +02:00
parent 5967768c25
commit 6832ad549e
18 changed files with 772 additions and 77 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+23 -8
View File
@@ -1,9 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128">
<path d="M50.4 78.5a75.1 75.1 0 0 0-28.5 6.9l24.2-65.7c.7-2 1.9-3.2 3.4-3.2h29c1.5 0 2.7 1.2 3.4 3.2l24.2 65.7s-11.6-7-28.5-7L67 45.5c-.4-1.7-1.6-2.8-2.9-2.8-1.3 0-2.5 1.1-2.9 2.7L50.4 78.5Zm-1.1 28.2Zm-4.2-20.2c-2 6.6-.6 15.8 4.2 20.2a17.5 17.5 0 0 1 .2-.7 5.5 5.5 0 0 1 5.7-4.5c2.8.1 4.3 1.5 4.7 4.7.2 1.1.2 2.3.2 3.5v.4c0 2.7.7 5.2 2.2 7.4a13 13 0 0 0 5.7 4.9v-.3l-.2-.3c-1.8-5.6-.5-9.5 4.4-12.8l1.5-1a73 73 0 0 0 3.2-2.2 16 16 0 0 0 6.8-11.4c.3-2 .1-4-.6-6l-.8.6-1.6 1a37 37 0 0 1-22.4 2.7c-5-.7-9.7-2-13.2-6.2Z" />
<style>
path { fill: #000; }
@media (prefers-color-scheme: dark) {
path { fill: #FFF; }
}
</style>
<?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 512 512" 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,-29415.2,-9278)">
<g id="NC-icon-primary-full" serif:id="NC icon primary full" transform="matrix(0.257203,0,0,0.709476,23578.8,3308.35)">
<rect x="22692" y="8414.18" width="1990.64" height="721.659" style="fill:rgb(249,66,58);"/>
<clipPath id="_clip1">
<rect x="22692" y="8414.18" width="1990.64" height="721.659"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g transform="matrix(3.88798,0,0,1.40949,-91625.5,-4664)">
<rect x="29471.7" y="9347.58" width="374.149" height="374.149" style="fill:white;"/>
</g>
<g transform="matrix(7.55867,0,0,2.58251,-150547,-13886.5)">
<g>
<g transform="matrix(0.263359,0,0,0.279441,20847.1,8316.52)">
<path d="M8868,1240.71L8868,2040.71C8868,2095.91 8823.19,2140.71 8768,2140.71L7968,2140.71C7912.81,2140.71 7868,2095.91 7868,2040.71L7868,1240.71C7868,1185.52 7912.81,1140.71 7968,1140.71L8768,1140.71C8823.19,1140.71 8868,1185.52 8868,1240.71ZM8032.39,1649.24C8013.23,1668.4 8013.23,1699.51 8032.39,1718.67L8101.62,1787.9C8104.83,1784.88 8108.15,1782.02 8111.57,1779.3C8126.26,1767.64 8142.74,1758.82 8160.2,1752.89C8220.05,1732.53 8291.25,1746.08 8340.42,1795.25L8483.73,1938.56L8596.65,1825.64L8339.24,1568.23L8113.4,1568.23L8032.39,1649.24ZM8553.16,1498.79L8402.72,1348.35C8383.56,1329.19 8352.44,1329.19 8333.28,1348.35L8182.84,1498.79L8553.16,1498.79ZM8645.75,1776.54L8703.61,1718.67C8722.77,1699.51 8722.77,1668.4 8703.61,1649.24L8622.6,1568.23L8437.44,1568.23L8645.75,1776.54Z" style="fill:rgb(249,66,58);"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 2.2 KiB