Update official accounts, add title

This commit is contained in:
lostinlight 2018-04-30 13:32:32 +03:00
parent 741457a45f
commit 9a9017b722
4 changed files with 11 additions and 1 deletions

View File

@ -86,6 +86,16 @@
"url": "https://mastodon.art/@krita",
"avatar": "/img/avatars/krita.png"
},
{
"name": "Inkscape",
"url": "https://mastodon.art/@inkscape",
"avatar": "/img/avatars/inkscape.png"
},
{
"name": "GIMP",
"url": "https://mastodon.at/@GIMP",
"avatar": "/img/avatars/gimp.png"
},
{
"name": "F-Droid",
"url": "https://mastodon.technology/@fdroidorg",

BIN
source/img/avatars/gimp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -58,7 +58,7 @@
<ul class="section-list">
<% for (item in stars) { %>
<li class="u-inline">
<a href="<%= stars[item].url %>"><img src="<%= stars[item].avatar %>" alt="user"></a>
<a href="<%= stars[item].url %>" title="<%= stars[item].name %>"><img src="<%= stars[item].avatar %>" alt="user"></a>
</li>
<% } %>
</ul>