mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +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:
|
||||
</h2>
|
||||
<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}
|
||||
link="https://danbulant.itch.io/heaventaker"
|
||||
tags={["Website", "Application", "Phaser", "Svelte"]}
|
||||
image="/screenshots/heaventaker.webp"
|
||||
grayscale={appTypeHover && appTypeHover === "bots"}
|
||||
width={2050}
|
||||
height={1080}
|
||||
>
|
||||
<b>igni</b> - The universal Discord bot
|
||||
<b>Heaventaker</b> - Helltaker fan game
|
||||
<svelte:fragment slot="desc">
|
||||
<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>
|
||||
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>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
|
|
@ -111,24 +111,6 @@
|
|||
</div>
|
||||
<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
|
||||
link="https://manga.danbulant.eu"
|
||||
tags={["Website", "Svelte"]}
|
||||
|
|
@ -137,7 +119,7 @@
|
|||
width={803}
|
||||
height={382}
|
||||
>
|
||||
<b>Mangades</b> - Mangadex downloader
|
||||
<b>Mangades</b> - Mangadex downloader and viewer
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
Mangades is a manga downloader from Mangadex.
|
||||
|
|
@ -147,6 +129,24 @@
|
|||
</p>
|
||||
</svelte:fragment>
|
||||
</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 class="center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue