Initialize project, first pages

This commit is contained in:
Edgar P. Burkhart 2025-02-09 18:11:29 +01:00
commit 9a27d2f47a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 148 additions and 0 deletions

32
logo.svg Normal file
View file

@ -0,0 +1,32 @@
<svg version="1.1"
width="100"
height="100"
xmlns="http://www.w3.org/2000/svg">
<defs>
<rect id="basemask" x="0" y="0" width="100" height="100" />
<path id="goa" d="M 60 40
Q 80 45 75 55
Q 75 50 55 50" transform="translate(8 0)" />
<path id="gob" d="M 10,100
v -50
a 25 25 0 0 1 25 -25
c 10 0 20 12 25 15
l -5 10
C 30 50 40 55 45 100" transform="translate(8 0)" />
</defs>
<mask id="mask">
<use href="#basemask" fill="black" />
<circle cx="50" cy="50" r="50" fill="white" />
</mask>
<mask id="mask-go">
<use href="#basemask" fill="white" />
<use href="#goa" fill="black" />
<use href="#gob" fill="black" />
</mask>
<circle cx="50" cy="50" r="50" fill="black" mask="url(#mask-go)" />
<use href="#goa" fill="#8ac149" mask="url(#mask)" />
<use href="#gob" fill="white" mask="url(#mask)" />
</svg>

After

Width:  |  Height:  |  Size: 847 B