Various changes
This commit is contained in:
28
static/img/logo/logo.svg
Normal file → Executable file
28
static/img/logo/logo.svg
Normal file → Executable file
@@ -1,20 +1,12 @@
|
||||
<?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"/>
|
||||
<svg id="ef-logo" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="500" cy="500" r="500" fill="#0080FF"/>
|
||||
<g fill="#FFFFFF">
|
||||
<rect x="425" y="250" width="50" height="500"/>
|
||||
<rect x="525" y="250" width="50" height="500"/>
|
||||
<rect x="200" y="250" width="250" height="50" />
|
||||
<rect x="200" y="475" width="250" height="50" />
|
||||
<rect x="200" y="700" width="250" height="50" />
|
||||
<rect x="550" y="250" width="250" height="50" />
|
||||
<rect x="550" y="475" width="250" height="50" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 885 B After Width: | Height: | Size: 564 B |
Reference in New Issue
Block a user