浏览代码

changed IGN to jomo

jomo 10 年之前
父节点
当前提交
768c6037b4
共有 5 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      README.md
  2. 2 2
      public/stylesheets/style.css
  3. 1 1
      test/test.js
  4. 1 1
      test/usernames.txt
  5. 1 1
      views/index.jade

+ 1 - 1
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.

+ 2 - 2
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")}

+ 1 - 1
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();

+ 1 - 1
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_

+ 1 - 1
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