mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-26 15:34:33 +02:00
feat(index.html): changed image and add image-rendering pixelated.
This commit is contained in:
34
index.html
34
index.html
@@ -14,7 +14,7 @@
|
||||
<title>NES.css - NES-style CSS Framework</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||
<link href="./css/nes.min.css" rel="stylesheet" />
|
||||
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
|
||||
<link href="./demo/style.css" rel="stylesheet" />
|
||||
<script async src="./demo/lib/highlight.js"></script>
|
||||
<link async href="./demo/lib/highlight-theme.css" rel="stylesheet" />
|
||||
@@ -163,27 +163,27 @@
|
||||
<section class="nes-container with-title">
|
||||
<h2 class="title">Avatars</h2>
|
||||
<div id="avatars">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-small" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-medium" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-large" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-small is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-medium is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://ik.imagekit.io/6xhf1gnexgdgk/avatar_Hku4rzo4N.png" class="nes-avatar is-large is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-small" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-medium" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-large" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-small is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-medium is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-large is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
</div>
|
||||
<button type="button" class="nes-btn is-error show-code" id="show-avatars-code"><></button>
|
||||
<span class="nes-balloon from-right copied" id="copied-avatars">Copied!</span>
|
||||
</section>
|
||||
<section class="nes-container code" id="code-avatars">
|
||||
<pre class="sample-code"><code class="html"><img src="https://www.gravatar.com/avatar" class="nes-avatar is-small" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-medium" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-large" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-small is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-medium is-rounded" alt="8bit Avatar Example">
|
||||
<img src="https://www.gravatar.com/avatar" class="nes-avatar is-large is-rounded" alt="8bit Avatar Example"></code></pre>
|
||||
<pre class="sample-code"><code class="html"><img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-small" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-medium" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-large" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-small is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-medium is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;">
|
||||
<img src="https://www.gravatar.com/avatar?s=15" class="nes-avatar is-large is-rounded" alt="Gravatar Image Example" style="image-rendering: pixelated;"></code></pre>
|
||||
<button type="button" class="nes-btn show-code copy" onClick="copyToClipboard('avatars')">Copy</button>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user