mirror of
https://github.com/danbulant/design
synced 2026-05-27 13:51:58 +00:00
Reorder items
This commit is contained in:
parent
90da170289
commit
f607c6fa2f
1 changed files with 28 additions and 28 deletions
|
|
@ -73,20 +73,20 @@
|
||||||
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
|
<Project
|
||||||
link="https://top.gg/bot/739864286775738399"
|
link="https://danbulant.itch.io/heaventaker"
|
||||||
tags={["Discord bot", "Backend", "Discord.js", "Typescript"]}
|
tags={["Website", "Application", "Phaser", "Svelte"]}
|
||||||
image="/screenshots/ignibg.webp"
|
image="/screenshots/heaventaker.webp"
|
||||||
grayscale={appTypeHover && appTypeHover === "applications"}
|
grayscale={appTypeHover && appTypeHover === "bots"}
|
||||||
width={1080}
|
width={2050}
|
||||||
height={720}
|
height={1080}
|
||||||
>
|
>
|
||||||
<b>igni</b> - The universal Discord bot
|
<b>Heaventaker</b> - Helltaker fan game
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<p>
|
||||||
igni is a universal Discord bot, making managing Discord communities easy.
|
<img src="/azrael.gif" alt="" style="height: 24px; width: 24px;"> Heaventaker is a helltaker fan-game visual novel and puzzle game.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It includes customizability, music playback (Youtube, SoundCloud, Spotify), moderation commands, anime, automation, games and more.
|
Heaventaker currently has 3 different puzzles and 4 angels to collect. Playable online on the website, or on Android devices (application installable from Google Play Store)
|
||||||
</p>
|
</p>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -111,24 +111,6 @@
|
||||||
</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.webp"
|
|
||||||
grayscale={appTypeHover && appTypeHover === "bots"}
|
|
||||||
width={2050}
|
|
||||||
height={1080}
|
|
||||||
>
|
|
||||||
<b>Heaventaker</b> - Helltaker fan game
|
|
||||||
<svelte:fragment slot="desc">
|
|
||||||
<p>
|
|
||||||
<img src="/azrael.gif" alt="" style="height: 24px; width: 24px;"> Heaventaker is a helltaker fan-game visual novel and puzzle game.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Heaventaker currently has 3 different puzzles and 4 angels to collect. Playable online on the website, or on Android devices (application installable from Google Play Store)
|
|
||||||
</p>
|
|
||||||
</svelte:fragment>
|
|
||||||
</Project>
|
|
||||||
<Project
|
<Project
|
||||||
link="https://manga.danbulant.eu"
|
link="https://manga.danbulant.eu"
|
||||||
tags={["Website", "Svelte"]}
|
tags={["Website", "Svelte"]}
|
||||||
|
|
@ -137,7 +119,7 @@
|
||||||
width={803}
|
width={803}
|
||||||
height={382}
|
height={382}
|
||||||
>
|
>
|
||||||
<b>Mangades</b> - Mangadex downloader
|
<b>Mangades</b> - Mangadex downloader and viewer
|
||||||
<svelte:fragment slot="desc">
|
<svelte:fragment slot="desc">
|
||||||
<p>
|
<p>
|
||||||
Mangades is a manga downloader from Mangadex.
|
Mangades is a manga downloader from Mangadex.
|
||||||
|
|
@ -147,6 +129,24 @@
|
||||||
</p>
|
</p>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</Project>
|
</Project>
|
||||||
|
<Project
|
||||||
|
link="https://top.gg/bot/739864286775738399"
|
||||||
|
tags={["Discord bot", "Backend", "Discord.js", "Typescript"]}
|
||||||
|
image="/screenshots/ignibg.webp"
|
||||||
|
grayscale={appTypeHover && appTypeHover === "applications"}
|
||||||
|
width={1080}
|
||||||
|
height={720}
|
||||||
|
>
|
||||||
|
<b>igni</b> - The universal Discord bot
|
||||||
|
<svelte:fragment slot="desc">
|
||||||
|
<p>
|
||||||
|
igni is a universal Discord bot, making managing Discord communities easy.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
It includes customizability, music playback (Youtube, SoundCloud, Spotify), moderation commands, anime, automation, games and more.
|
||||||
|
</p>
|
||||||
|
</svelte:fragment>
|
||||||
|
</Project>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue