diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3f4a8da Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index e8b83d2..ace4a6a 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - SilicoFlare diff --git a/public/resume.pdf b/public/resume.pdf index 266309c..126bb0d 100644 Binary files a/public/resume.pdf and b/public/resume.pdf differ diff --git a/src/App.tsx b/src/App.tsx index c32ff66..7a9f9ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -69,8 +69,12 @@ export default function App() { ))} diff --git a/src/data.ts b/src/data.ts index 2acb93d..c203c15 100644 --- a/src/data.ts +++ b/src/data.ts @@ -12,6 +12,13 @@ export interface Project { } export const projects: Project[] = [ + { + name: "nexgen-portal", + description: + "A portal for participant check-in, food coupons and logging snacks during NexGen 2.0", + repo: "silicoflare/nexgen-portal", + tech: ["nextdotjs", "mongodb"], + }, { name: "rapport", description: @@ -24,7 +31,7 @@ export const projects: Project[] = [ description: "An event ticketing system tailored for PES University, integrating ID Card verification for secure event access.", repo: "silicoflare/pesu-tix", - tech: ["nextdotjs", "trpc"], + tech: ["nextdotjs", "trpc", "postgresql"], }, { name: "confidant",