reworked the startpage

This commit is contained in:
2025-07-05 00:12:48 +02:00
parent 8a0afcbe6b
commit 27558b3e09
3 changed files with 245 additions and 25 deletions

View File

@@ -1,13 +1,13 @@
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="50%">
<stop offset="0%" stop-color="darkorchid" />
<stop offset="100%" stop-color="darkslateblue" />
</linearGradient>
<mask id="moonMask">
<circle cx="100" cy="100" r="50" fill="white" />
<circle cx="150" cy="10" r="45" fill="black" transform="rotate(-30 272 100)" />
<circle cx="60" cy="60" r="50" fill="white" />
<circle cx="75" cy="45" r="45" fill="black"/>
</mask>
</defs>
<circle cx="100" cy="100" r="50" fill="url(#moonGradient)" mask="url(#moonMask)" />
<circle cx="60" cy="60" r="50" fill="url(#moonGradient)" mask="url(#moonMask)" />
</svg>

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 589 B

View File

@@ -1,4 +1,4 @@
<svg width="500" height="150" viewBox="0 0 500 150" xmlns="http://www.w3.org/2000/svg">
<svg width="250" height="100" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&amp;display=swap');

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 720 B