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

Binary file not shown.

View File

@@ -69,8 +69,12 @@ export default function App() {
<img
height="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"
style={{
filter:
"invert(67%) sepia(85%) saturate(350%) hue-rotate(1deg)",
}}
/>
</a>
))}

View File

@@ -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",