Avatar downloader

This commit is contained in:
2017-06-12 20:06:31 +02:00
parent 72857972fe
commit 586befcb1a
9 changed files with 185 additions and 6 deletions

2
images/avatars/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="50" height="50">
<circle cx="25" cy="19" r="10" fill="rgb(60, 60, 60)" />
<circle cx="25" cy="50" r="20" fill="rgb(60, 60, 60)" />
</svg>

After

Width:  |  Height:  |  Size: 201 B