Skip to content

Commit

Permalink
refactor: more tech
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 7, 2023
1 parent d87ccc7 commit 911fd3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added public/static/images/pho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/components/home/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ import Item from "~/components/home/ProjectItem.astro";
<Item
name="Beize"
link="https://zyrouge.github.io/beize/"
description="A scripting language made for unknown reasons."
description="A highly dynamic embeddable scripting language."
image={StaticAssets.beize}
tags={["dart", "programming-language", "interpreter"]}
/>
<Item
name="Pho"
link="https://github.com/zyrouge/pho"
description="An AppImage Manager for Linux."
image={StaticAssets.beize}
tags={["dart", "programming-language", "interpreter"]}
/>
Expand Down
1 change: 1 addition & 0 deletions src/core/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class StaticAssets {
static go = `${images}/go.png`;
static bash = `${images}/bash.png`;
static podman = `${images}/podman.png`;
static pho = `${images}/pho.png`;
}

export class ExternalAssets {}

0 comments on commit 911fd3d

Please sign in to comment.