diff --git a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java
index 994e4806ce0fa652f7606816e4972c04a32a3b0b..6c8a7a33c6a3d46f300bbc5b99c7f03a9f1d5605 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/HomeHelper.java
@@ -42,7 +42,8 @@ public class HomeHelper extends HelperBase {
         "echelon.i2p" + S + _x("I2P Applications") + S + "http://echelon.i2p/" + S + I + "itoopie_sm.png" + S +
         _x("FAQ") + S + _x("Frequently Asked Questions") + S + "http://www.i2p2.i2p/faq" + S + I + "help.png" + S +
         _x("Forum") + S + _x("Community forum") + S + "http://forum.i2p/" + S + I + "itoopie_sm.png" + S +
-        //"ident.i2p" + S + _x("Short message service") + S + "http://ident.i2p/" + S + I + "itoopie_sm.png" + S +
+        _x("Anonymous Git Hosting") + S + _x("A public, anonymous Git hosting site; supports pulling via Git and HTTP, and pushing via SSH") + S + "http://git.repo.i2p/" + S + I + "git-logo.png" + S +
+        "Ident " + _x("Microblog") + S + _x("Your premier microblogging service on I2P") + S + "http://id3nt.i2p/" + S + I + "ident_icon_blue.png" + S +
         _x("Javadocs") + S + _x("Technical documentation") + S + "http://i2p-javadocs.i2p/" + S + I + "book.png" + S +
         _x("Key Server") + S + _x("OpenPGP Keyserver") + S + "http://keys.i2p/" + S + I + "book.png" + S +
         _x("killyourtv.i2p") + S + _x("Debian and Tahoe-LAFS repositories") + S + "http://killyourtv.i2p/" + S + I + "itoopie_sm.png" + S +
diff --git a/installer/resources/themes/console/images/git-logo.png b/installer/resources/themes/console/images/git-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0a5d21da1749b4547dac60b8558eac764f905f9
Binary files /dev/null and b/installer/resources/themes/console/images/git-logo.png differ
diff --git a/installer/resources/themes/console/images/ident_icon_blue.png b/installer/resources/themes/console/images/ident_icon_blue.png
new file mode 100644
index 0000000000000000000000000000000000000000..27318ce2d5f83a16e12a969a8d960666b4eb86d7
Binary files /dev/null and b/installer/resources/themes/console/images/ident_icon_blue.png differ