feat: update resume and add favicon

This commit is contained in:
2025-02-07 13:25:49 +05:30
parent 968b52a515
commit 06ebe9e3a3
5 changed files with 13 additions and 3 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -3,7 +3,6 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/avatar.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SilicoFlare</title> <title>SilicoFlare</title>
</head> </head>

Binary file not shown.

View File

@@ -69,8 +69,12 @@ export default function App() {
<img <img
height="20" height="20"
width="20" width="20"
src={`https://cdn.simpleicons.org/${title}/FFD100`} src={`https://unpkg.com/simple-icons@v11/icons/${title}.svg`}
className="text-accent hover:scale-110 transition ease-in-out duration-200" className="text-accent hover:scale-110 transition ease-in-out duration-200"
style={{
filter:
"invert(67%) sepia(85%) saturate(350%) hue-rotate(1deg)",
}}
/> />
</a> </a>
))} ))}

View File

@@ -12,6 +12,13 @@ export interface Project {
} }
export const projects: 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", name: "rapport",
description: description:
@@ -24,7 +31,7 @@ export const projects: Project[] = [
description: description:
"An event ticketing system tailored for PES University, integrating ID Card verification for secure event access.", "An event ticketing system tailored for PES University, integrating ID Card verification for secure event access.",
repo: "silicoflare/pesu-tix", repo: "silicoflare/pesu-tix",
tech: ["nextdotjs", "trpc"], tech: ["nextdotjs", "trpc", "postgresql"],
}, },
{ {
name: "confidant", name: "confidant",