Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Oct 3, 2024
1 parent 6393c33 commit d633dcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/stuff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ const showoff = [
name: "pound",
desc: "terminal text editor written entirely in C (with vim motions).",
tech: [{ name: "c", color: "bg-blue-300" }],
},
{
name: "zenote",
desc: "desktop app to create markdown notes locally without any uneeded bs",
tech: [{ name: "tauri", color: "bg-blue-300" }, {name: "react"}],
},
{
name: "shawty",
Expand Down

0 comments on commit d633dcb

Please sign in to comment.