Added static
23
static/img/logo/animated/logo-animated.svg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/img/logo/logo-1000x1000.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
static/img/logo/logo-100x100.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
static/img/logo/logo-250x250.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
static/img/logo/logo-500x500.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
20
static/img/logo/logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<svg id="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
|
||||
<title>Logo</title>
|
||||
<defs>
|
||||
<linearGradient id="logo-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="rgb(22,232,255)"/>
|
||||
<stop offset="100%" stop-color="rgb(22,52,255)"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<circle cx="500" cy="500" r="500" fill="url(#logo-gradient)"/>
|
||||
<g fill="#fff">
|
||||
<rect x="430" y="240" width="50" height="520"/>
|
||||
<rect x="190" y="240" width="265" height="50"/>
|
||||
<rect x="190" y="475" width="265" height="50"/>
|
||||
<rect x="190" y="710" width="265" height="50"/>
|
||||
<rect x="520" y="240" width="50" height="520"/>
|
||||
<rect x="545" y="240" width="265" height="50"/>
|
||||
<rect x="545" y="475" width="265" height="50"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 885 B |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 852 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
14
static/img/logo/without-gradient/logo-without-gradient.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<svg id="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
|
||||
<title>Logo ohne Farbverlauf</title>
|
||||
<circle cx="500" cy="500" r="500" fill="#168eff"/>
|
||||
<g fill="#fff">
|
||||
<rect x="430" y="240" width="50" height="520"/>
|
||||
<rect x="190" y="240" width="265" height="50"/>
|
||||
<rect x="190" y="475" width="265" height="50"/>
|
||||
<rect x="190" y="710" width="265" height="50"/>
|
||||
<rect x="520" y="240" width="50" height="520"/>
|
||||
<rect x="545" y="240" width="265" height="50"/>
|
||||
<rect x="545" y="475" width="265" height="50"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 638 B |