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:
@@ -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>
|
||||
))}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user