added a combined logo+text for easier styling
This commit is contained in:
20
src/assets/logotext.svg
Normal file
20
src/assets/logotext.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg width="400" height="120" viewBox="0 0 400 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="moonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0" stop-color="darkorchid" />
|
||||
<stop offset="100" stop-color="darkslateblue" />
|
||||
</linearGradient>
|
||||
<mask id="moonMask">
|
||||
<circle cx="60" cy="60" r="50" fill="white" />
|
||||
<circle cx="70" cy="50" r="45" fill="black"/>
|
||||
</mask>
|
||||
<style type="text/css">
|
||||
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
|
||||
</style>
|
||||
</defs>
|
||||
<circle cx="60" cy="50%" r="50" fill="url(#moonGradient)" mask="url(#moonMask)" />
|
||||
<text x="250" y="60%" dominant-baseline="middle" text-anchor="middle"
|
||||
font-family="'Raleway', sans-serif" font-size="70" fill="url(#moonGradient)" letter-spacing="2">
|
||||
REMind
|
||||
</text>
|
||||
</svg>
|
After Width: | Height: | Size: 953 B |
@@ -1,4 +1,4 @@
|
||||
<svg width="250" height="100" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="200" height="80" 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&display=swap');
|
||||
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 719 B |
Reference in New Issue
Block a user