Skip to content

Commit

Permalink
Add Kraken Desktop and PumpBin to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 9, 2024
1 parent 926784e commit 5974452
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
Binary file added static/showcase/kraken_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/showcase/pumpbin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 20 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
"thumbnail": "showcase/halloy.gif",
"has_webp": false,
},
{
"name": "Kraken Desktop",
"description": "A super-charged trading station. Fully customizable. Fully powered by Kraken.",
"website": "https://kraken.com/desktop",
"thumbnail": "showcase/kraken_desktop.png",
"has_webp": false,
},
{
"name": "Sniffnet",
"description": "A network monitoring tool to help you easily keep track of your Internet traffic.",
Expand All @@ -151,17 +158,17 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
},
{
"name": "Icebreaker",
"description": "A local AI chat app powered by 🦀 Rust, 🧊 iced, 🤗 Hugging Face, and 🦙 llama.cpp",
"description": "A local AI chat app powered by Rust, iced, Hugging Face and llama.cpp",
"website": "https://github.com/hecrj/icebreaker",
"thumbnail": "showcase/icebreaker.gif",
"has_webp": false,
},
{
"name": "Halo",
"description": "A program for editing .wgsl shaders in real time!",
"website": "https://github.com/bungoboingo/halo",
"thumbnail": "showcase/halo.gif",
"has_webp": true,
"name": "PumpBin",
"description": "A flexbile Implant Generation Platform for cybersecurity researchers.",
"website": "https://github.com/pumpbin/pumpbin",
"thumbnail": "showcase/pumpbin.png",
"has_webp": false,
},
{
"name": "XMODITS",
Expand All @@ -177,6 +184,13 @@ <h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>
"thumbnail": "showcase/neothesia.gif",
"has_webp": false,
},
{
"name": "Halo",
"description": "A program for editing .wgsl shaders in real time!",
"website": "https://github.com/bungoboingo/halo",
"thumbnail": "showcase/halo.gif",
"has_webp": true,
},
{
"name": "Series Troxide",
"description": "A simple and modern series tracker.",
Expand Down

0 comments on commit 5974452

Please sign in to comment.