forked from MapComplete/MapComplete
Add images
This commit is contained in:
parent
c15541eddb
commit
76efc0ad9c
3 changed files with 52 additions and 0 deletions
30
assets/themes/hackerspaces/glider.svg
Normal file
30
assets/themes/hackerspaces/glider.svg
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
width="44"
|
||||||
|
height="44">
|
||||||
|
<defs>
|
||||||
|
<rect id="alive" x="0" y="0" width="14" height="14" fill="black" stroke="#c0c0c0" stroke-width="2"/>
|
||||||
|
<rect id="dead" x="0" y="0" width="14" height="14" fill="white" stroke="#c0c0c0" stroke-width="2"/>
|
||||||
|
</defs>
|
||||||
|
<g transform="translate(1,1)">
|
||||||
|
|
||||||
|
<use xlink:href="#alive" transform="translate(0,0)"/>
|
||||||
|
<use xlink:href="#alive" transform="translate(14,0)"/>
|
||||||
|
|
||||||
|
<use xlink:href="#alive" transform="translate(28,0)"/>
|
||||||
|
|
||||||
|
<use xlink:href="#alive" transform="translate(0,14)"/>
|
||||||
|
<use xlink:href="#dead" transform="translate(14,14)"/>
|
||||||
|
<use xlink:href="#dead" transform="translate(28,14)"/>
|
||||||
|
|
||||||
|
<use xlink:href="#dead" transform="translate(0,28)"/>
|
||||||
|
<use xlink:href="#alive" transform="translate(14,28)"/>
|
||||||
|
<use xlink:href="#dead" transform="translate(28,28)"/>
|
||||||
|
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/themes/hackerspaces/led.png
Normal file
BIN
assets/themes/hackerspaces/led.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
22
assets/themes/hackerspaces/license_info.json
Normal file
22
assets/themes/hackerspaces/license_info.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "glider.svg",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Bryan.burgers"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://upload.wikimedia.org/wikipedia/commons/0/02/Game_of_life_glider.svg"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "led.png",
|
||||||
|
"license": "CC0",
|
||||||
|
"authors": [
|
||||||
|
"Tommaso.sansone91"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://upload.wikimedia.org/wikipedia/commons/2/2a/Led_light_bulb_-_led_lamp_2.png"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue