mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
feat: update resume and add favicon
This commit is contained in:
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 257 KiB |
@@ -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.
@@ -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>
|
||||||
))}
|
))}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user