Skip to content

Commit

Permalink
README, CSS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod Mosen committed Feb 29, 2012
1 parent cf89f5a commit 1ed75d8
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 244 deletions.
7 changes: 7 additions & 0 deletions README.md
@@ -1,9 +1,12 @@
# Minotar # Minotar


A Minotar is a global avatar that pulls your head off of your Minecraft.net skin, and allows it for use on several thousand sites. See some uses below. A Minotar is a global avatar that pulls your head off of your Minecraft.net skin, and allows it for use on several thousand sites. See some uses below.

->
![clone1018](http://minotar.net/avatar/clone1018/64) ![clone1018](http://minotar.net/avatar/clone1018/64)
![citricsquid](http://minotar.net/avatar/citricsquid/64) ![citricsquid](http://minotar.net/avatar/citricsquid/64)
![Raitsui](http://minotar.net/avatar/Raitsui/64) ![Raitsui](http://minotar.net/avatar/Raitsui/64)
<-




## Sweet and Simple API ## Sweet and Simple API
Expand All @@ -20,18 +23,22 @@ And since some services require an extension we've added simple support for it.


### Avatar With Helm ### Avatar With Helm
Sometimes you want to display a helm too, that's fine with this endpoint: Sometimes you want to display a helm too, that's fine with this endpoint:

`<img src="https://minotar.net/helm/clone1018/100.png">` `<img src="https://minotar.net/helm/clone1018/100.png">`




## Advanced API GET! ## Advanced API GET!


### User's Skin ### User's Skin
You can even use Minotar's API to get a users skin. We're adding more soon! You can even use Minotar's API to get a users skin. We're adding more soon!

`<img src="https://minotar.net/skin/clone1018">` `<img src="https://minotar.net/skin/clone1018">`


You can also set the browser to download the image by using: You can also set the browser to download the image by using:

`https://minotar.net/download/clone1018` `https://minotar.net/download/clone1018`


### Random Skin ### Random Skin
Randomly generated head? We got that too. Randomly generated head? We got that too.

`<img src="https://minotar.net/random/100.png">` `<img src="https://minotar.net/random/100.png">`

0 comments on commit 1ed75d8

Please sign in to comment.