diff --git a/src/components/home/ProjectItem.astro b/src/components/home/ProjectItem.astro
index 6c77bf5..0f41ab6 100644
--- a/src/components/home/ProjectItem.astro
+++ b/src/components/home/ProjectItem.astro
@@ -1,4 +1,5 @@
---
+import { Icon } from "astro-icon/components";
import { Utils } from "~/core/utils";
interface Props {
@@ -7,62 +8,42 @@ interface Props {
link: string;
image: string;
tags: string[];
+ backgroundColor: string;
}
-const { name, description, link, image, tags } = Astro.props;
+const { name, description, link, image, tags, backgroundColor } = Astro.props;
---
-
+
-
-
diff --git a/src/components/home/Projects.astro b/src/components/home/Projects.astro
index bfcf44f..464e93f 100644
--- a/src/components/home/Projects.astro
+++ b/src/components/home/Projects.astro
@@ -3,30 +3,30 @@ import { StaticAssets } from "~/core/urls";
import Item from "~/components/home/ProjectItem.astro";
---
-
+
-
diff --git a/src/core/urls.ts b/src/core/urls.ts
index cd18e0e..4b6e2a9 100644
--- a/src/core/urls.ts
+++ b/src/core/urls.ts
@@ -35,14 +35,13 @@ export class StaticAssets {
static git = `${images}/git.png`;
static vscode = `${images}/vscode.png`;
static figma = `${images}/figma.png`;
- static symphony = `${images}/symphony.png`;
- static beize = `${images}/beize.png`;
- static phrasey = `${images}/phrasey.png`;
- static uprightQuotes = `${images}/upright-quotes.png`;
+ static symphony = `${images}/symphony.svg`;
+ static beize = `${images}/beize.svg`;
+ static phrasey = `${images}/phrasey.svg`;
static go = `${images}/go.png`;
static bash = `${images}/bash.png`;
static podman = `${images}/podman.png`;
- static pho = `${images}/pho.png`;
+ static pho = `${images}/pho.svg`;
}
export class ExternalAssets {}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 575f61e..3058171 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -22,10 +22,15 @@ const head: HeadMetadata = {
-
-
Some of my projects
+
+
+ 🎉 Whoo Hoo! You scrolled to the end!
+