mirror of
https://github.com/danbulant/design
synced 2026-06-16 04:41:07 +00:00
use webp images
This commit is contained in:
parent
e2fd7826c2
commit
bd9ba09877
7 changed files with 4 additions and 6 deletions
|
|
@ -21,7 +21,6 @@
|
|||
<div class="content">
|
||||
<slot name="desc" />
|
||||
</div>
|
||||
<div class="bottom">Click to open in new tab</div>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
@ -31,7 +30,6 @@
|
|||
<span>{tag}</span>{#if i !== tags.length - 1}<span>·​</span>{/if}
|
||||
{/each}
|
||||
</div>
|
||||
<a href={link || "#"} rel="noreferrer noopener" target="_blank">View</a>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<h2>
|
||||
I helped many projects come to life. Here are some examples:
|
||||
</h2>
|
||||
<Project link="https://top.gg/bot/739864286775738399" tags={["Discord bot", "Backend", "Discord.js", "Typescript"]} image="/screenshots/ignibg.png" grayscale={appTypeHover && appTypeHover === "applications"}>
|
||||
<Project link="https://top.gg/bot/739864286775738399" tags={["Discord bot", "Backend", "Discord.js", "Typescript"]} image="/screenshots/ignibg.webp" grayscale={appTypeHover && appTypeHover === "applications"}>
|
||||
<b>igni</b> - The universal Discord bot
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
</p>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
<Project tags={["Backend", "Website", "Svelte", "React", "Typescript"]} image="/screenshots/animasher.png" grayscale={appTypeHover && appTypeHover !== "websites"} extradark>
|
||||
<Project tags={["Backend", "Website", "Svelte", "React", "Typescript"]} image="/screenshots/animasher.webp" grayscale={appTypeHover && appTypeHover !== "websites"} extradark>
|
||||
<b>Animasher</b> - Platform for creating and sharing animations
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<div class="pad"></div>
|
||||
<Project link="https://danbulant.itch.io/heaventaker" tags={["Website", "Application", "Phaser", "Svelte"]} image="/screenshots/heaventaker.png" grayscale={appTypeHover && appTypeHover === "bots"}>
|
||||
<Project link="https://danbulant.itch.io/heaventaker" tags={["Website", "Application", "Phaser", "Svelte"]} image="/screenshots/heaventaker.webp" grayscale={appTypeHover && appTypeHover === "bots"}>
|
||||
<b>Heaventaker</b> - Helltaker fan game
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
</p>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
<Project link="https://manga.danbulant.eu" tags={["Website", "Svelte"]} image="/screenshots/mangadex.jfif" grayscale={appTypeHover && appTypeHover !== "websites"}>
|
||||
<Project link="https://manga.danbulant.eu" tags={["Website", "Svelte"]} image="/screenshots/mangadex.webp" grayscale={appTypeHover && appTypeHover !== "websites"}>
|
||||
<b>Mangades</b> - Mangadex downloader
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
|
|
|
|||
BIN
static/screenshots/animasher.webp
Normal file
BIN
static/screenshots/animasher.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
static/screenshots/heaventaker.webp
Normal file
BIN
static/screenshots/heaventaker.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 272 KiB |
BIN
static/screenshots/igni.webp
Normal file
BIN
static/screenshots/igni.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
static/screenshots/ignibg.webp
Normal file
BIN
static/screenshots/ignibg.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
static/screenshots/mangadex.webp
Normal file
BIN
static/screenshots/mangadex.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in a new issue