From 768c6037b421242578dc798cbfed94378bab6594 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 4 Feb 2015 20:15:43 +0100 Subject: [PATCH] changed IGN to jomo --- README.md | 2 +- public/stylesheets/style.css | 4 ++-- test/test.js | 2 +- test/usernames.txt | 2 +- views/index.jade | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf125d3..663aa01 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Inspired by [Gravatar](https://gravatar.com) (hence the name) and [Minotar](http Image manipulation is done by [lwip](https://github.com/EyalAr/lwip). Renders are created with [node-canvas](https://github.com/Automattic/node-canvas), based on math by [confuser](https://github.com/confuser/serverless-mc-skin-viewer). -![redstone_sheep's avatar](https://crafatar.com/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=128) ![Jake0oo0's avatar](https://crafatar.com/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=128) ![Notch's avatar](https://crafatar.com/avatars/069a79f444e94726a5befca90e38aaf5?size=128) ![sk89q's avatar](https://crafatar.com/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=128) ![md_5's avatar](https://crafatar.com/avatars/af74a02d19cb445bb07f6866a861f783?size=128) +![jomo's avatar](https://crafatar.com/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=128) ![Jake0oo0's avatar](https://crafatar.com/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=128) ![Notch's avatar](https://crafatar.com/avatars/069a79f444e94726a5befca90e38aaf5?size=128) ![sk89q's avatar](https://crafatar.com/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=128) ![md_5's avatar](https://crafatar.com/avatars/af74a02d19cb445bb07f6866a861f783?size=128) ## Usage / Documentation Please [visit the website](https://crafatar.com) for details. diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 03b1d03..d633627 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -228,8 +228,8 @@ img.preload { margin-right: 0.5em; } -.avatar.redstone_sheep {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")} -.avatar.redstone_sheep:hover {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm")} +.avatar.jomo {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")} +.avatar.jomo:hover {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm")} .avatar.jake0oo0 {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64")} .avatar.jake0oo0:hover {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64&helm")} diff --git a/test/test.js b/test/test.js index c6aa8fe..0c38539 100644 --- a/test/test.js +++ b/test/test.js @@ -138,7 +138,7 @@ describe("Crafatar", function() { it("should time out on username info download", function(done) { var original_timeout = config.http_timeout; config.http_timeout = 1; - networking.get_username_url(rid, "redstone_sheep", 0, function(err, url) { + networking.get_username_url(rid, "jomo", 0, function(err, url) { assert.strictEqual(err.code, "ETIMEDOUT"); config.http_timeout = original_timeout; done(); diff --git a/test/usernames.txt b/test/usernames.txt index 1c57623..9489c9e 100644 --- a/test/usernames.txt +++ b/test/usernames.txt @@ -223,6 +223,7 @@ joenasty23 Johnbob19 johndebest jojorh +jomo jonax12 jonny0987 josh_24_2 @@ -381,7 +382,6 @@ redskins6851 Redst0ne_Guy_ RedSthunder00 redstone_minds -redstone_sheep redstonelover01 RedStonePro431 redtail_ diff --git a/views/index.jade b/views/index.jade index ec1b67b..c5e7b1b 100644 --- a/views/index.jade +++ b/views/index.jade @@ -6,7 +6,7 @@ block content h1 Crafatar p A blazing fast API for Minecraft faces! .avatar-wrapper - .avatar.redstone_sheep + .avatar.jomo .avatar.jake0oo0 .avatar.sk89q .avatar.md_5