diff --git a/next.config.js b/next.config.js index 3b0099d..a843cbe 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - output: "export", } module.exports = nextConfig diff --git a/public/Resume.pdf b/public/Resume.pdf index 1e44c98..82e055b 100644 Binary files a/public/Resume.pdf and b/public/Resume.pdf differ diff --git a/public/projects/finvest.png b/public/projects/finvest.png index 076f70a..012b23d 100644 Binary files a/public/projects/finvest.png and b/public/projects/finvest.png differ diff --git a/src/lib/achievements.ts b/src/lib/achievements.ts index aad9bfb..79e9c77 100644 --- a/src/lib/achievements.ts +++ b/src/lib/achievements.ts @@ -8,6 +8,7 @@ type Position = | "Participant" | "Project Pitching" | "Idea Pitching" + | "Track Winners" type Achievement = { id: string @@ -20,6 +21,26 @@ type Achievement = { } export const achievements: Achievement[] = [ + { + id: uuid(), + competition: "Devhacks 5.0", + position: "Track Winners", + description: + "Developed a collaborative savings platform using blockchain to decentralize transactions.", + date: "February 2024", + teamMembers: ["Akkil MG", "Srajan Kumar", "Srujan Rai", "Zeliq Zayyan"], + organizer: "IIT Dharwad", + }, + { + id: uuid(), + competition: "Echelon 2024", + position: "2nd Place", + description: + "Pitched the idea for ResQ phone for children and oldage people, competed against MBA students.", + date: "January 2024", + teamMembers: ["Chinmaya Vittal V", "Tejas GK"], + organizer: "Shreedevi Institute of Technology", + }, { id: uuid(), competition: "Roolathon 2023", diff --git a/src/lib/experiences.ts b/src/lib/experiences.ts index 27fb2a0..0a1851d 100644 --- a/src/lib/experiences.ts +++ b/src/lib/experiences.ts @@ -10,7 +10,7 @@ export const experiences = [ logo: "/experiences/niveus.jpeg", }, startDate: "Nov 2023", - endDate: null, + endDate: "Feb 2024", }, { id: uuid(), diff --git a/src/lib/projects.ts b/src/lib/projects.ts index 3c2d724..ac58e48 100644 --- a/src/lib/projects.ts +++ b/src/lib/projects.ts @@ -4,12 +4,12 @@ export const projects = [ id: uuid(), name: "Finvest", description: - "Web application for providing financial education to underserved poeple, built for Roolathon 2023", + "Web application for providing financial education, and mutual savings using Pots", image: "/projects/finvest.png", labels: ["Next.js", "TypeScript", "TailwindCSS"], - date: "October 2023", - sourceCode: "https://github.com/so-sc/Finvest-Roolathon", - liveUrl: "https://finvest-rudra.vercel.app/", + date: "February 2024", + sourceCode: "https://github.com/dev-shetty/rudra-parsec", + liveUrl: null, }, { id: uuid(),