mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Update official accounts, add title
This commit is contained in:
parent
741457a45f
commit
9a9017b722
|
@ -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
BIN
source/img/avatars/gimp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
source/img/avatars/inkscape.png
Normal file
BIN
source/img/avatars/inkscape.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue