Skip to content

Commit 2326e37

Browse files
committed
feat: added portfolio project
1 parent 1b10443 commit 2326e37

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image" href="/icon.png" />
66
<link rel="preconnect" href="https://fonts.googleapis.com" />
77
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
88
<link

public/icon.png

104 KB
Loading

src/components/projects/projects.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ export const projects = [
5454
libraries: ["pyautogui"],
5555
},
5656
},
57-
// {
58-
// name: "Porfolio",
59-
// description: "This website! Built with threejs for blazingly fast renders",
60-
// image: "../../assets/",
61-
// tags: {
62-
// license: "mit",
63-
// languages: ["typescript"],
64-
// libraries: ["react", "vite", "three.js"],
65-
// },
66-
// },
57+
{
58+
name: "Porfolio",
59+
description: "This website!",
60+
image: "/icon.png",
61+
tags: {
62+
license: "mit",
63+
languages: ["typescript"],
64+
libraries: ["react", "vite", "three.js"],
65+
},
66+
},
6767
{
6868
name: "Natural Selection Simulation",
6969
description: "Evolution through natural selection demonstrated through particle creatures",

0 commit comments

Comments
 (0)