mirror of
https://github.com/danbulant/design
synced 2026-07-05 19:10:47 +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">
|
<div class="content">
|
||||||
<slot name="desc" />
|
<slot name="desc" />
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">Click to open in new tab</div>
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -31,7 +30,6 @@
|
||||||
<span>{tag}</span>{#if i !== tags.length - 1}<span>·​</span>{/if}
|
<span>{tag}</span>{#if i !== tags.length - 1}<span>·​</span>{/if}
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<a href={link || "#"} rel="noreferrer noopener" target="_blank">View</a>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
<h2>
|
<h2>
|
||||||
I helped many projects come to life. Here are some examples:
|
I helped many projects come to life. Here are some examples:
|
||||||
</h2>
|
</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
|
<b>igni</b> - The universal Discord bot
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
</p>
|
</p>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</Project>
|
</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
|
<b>Animasher</b> - Platform for creating and sharing animations
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="pad"></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
|
<b>Heaventaker</b> - Helltaker fan game
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
</p>
|
</p>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</Project>
|
</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
|
<b>Mangades</b> - Mangadex downloader
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<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