nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.61k stars 1.65k forks source link

feat(index.html): changed img from gravatar to 8bit avatar. add alt. #277

Closed guastallaigor closed 5 years ago

guastallaigor commented 5 years ago

Description This PR is to remove gravatar img (2.8KB) to an 8bit img (2.0KB) that I hosted with ImageKit in my personal account. I've also added alt to <img> to increase accessibility.

Link to the image

Compatibility N/A

Caveats Not sure about this image though...

image

Maybe this is going to conflict with #276

BcRikko commented 5 years ago

Whose face is this icon?🤔 Avatar is a all-purpose style, so I think that it's better not to have a concrete icon.

I think that the following code is better:

<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar" style="image-rendering: pixelated;">

2019-02-09 0 59 31

guastallaigor commented 5 years ago

Yeah, that's much better and even smaller image :open_mouth: I made the changes :+1:

BcRikko commented 5 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: