build the logo in svg

This commit is contained in:
2025-07-04 13:09:28 +02:00
parent ebe2e33189
commit 79bc06cb57
2 changed files with 30 additions and 0 deletions

17
public/assets/text.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg width="500" height="150" viewBox="0 0 500 150" 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');
</style>
<linearGradient id="textGradient" x1="25%" y1="0%" x2="75%" y2="100%">
<stop offset="0%" stop-color="#5A8BFF" />
<stop offset="100%" stop-color="#9B5CFF" />
</linearGradient>
</defs>
<!-- Text -->
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle"
font-family="'Raleway', sans-serif" font-size="60" fill="url(#textGradient)" letter-spacing="2">
REMind
</text>
</svg>

After

Width:  |  Height:  |  Size: 715 B