reworked the startpage
This commit is contained in:
@@ -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 |
@@ -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&display=swap');
|
||||
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B |
Reference in New Issue
Block a user