New home page icons from Sadie

Source: https://github.com/feathericons/feather#license Feather is licensed under the MIT License.
License: https://raw.githubusercontent.com/feathericons/feather/master/LICENSE
All icons converted from SVG to PNG, brightness adjusted, colourized with #848484 and resized to 32x32
modifications:
group_gear - feather icon code layered with message - square. Message- square icon resized. 
plugin_link - feather icon coffee layered with square. Coffee icon cropped to leave" prongs" 
plugin. - feather icon coffee layered with plus square. Coffee icon cropped to create "prongs"
i2psnark - feather icon underline - layer added, "U" rotated , line cut and copied over, them cut out to create "magnet.
This commit is contained in:
zzz
2019-03-11 15:56:25 +00:00
parent 365f5a8c7b
commit 7e6fd01eef
27 changed files with 38 additions and 2 deletions

View File

@ -7,6 +7,7 @@ import java.util.List;
import java.util.Set;
import java.util.TreeSet;
import net.i2p.CoreVersion;
import net.i2p.data.DataHelper;
import net.i2p.router.RouterContext;
import net.i2p.router.web.App;
@ -227,7 +228,9 @@ public class HomeHelper extends HelperBase {
"<div class=\"appimg\">" +
// usability: add tabindex -1 so we avoid 2 tabs per app
"<a href=\"").append(url).append("\" tabindex=\"-1\">" +
"<img alt=\"\" title=\"").append(app.desc).append("\" src=\"").append(app.icon).append("\"></a>" +
"<img alt=\"\" title=\"").append(app.desc).append("\" src=\"").append(app.icon)
// version the icons because they may change
.append('?').append(CoreVersion.VERSION).append("\"></a>" +
"</div>\n" +
"<table><tr><td>" +
"<div class=\"applabel\">" +