diff --git a/public/myresume.pdf b/public/myresume.pdf index bb1fab9..e2812de 100644 Binary files a/public/myresume.pdf and b/public/myresume.pdf differ diff --git a/src/components/Career.js b/src/components/Career.js index 54769d6..9fc9223 100644 --- a/src/components/Career.js +++ b/src/components/Career.js @@ -47,7 +47,7 @@ export const experiencesData = [ 'Graduated first-class with distinction with a 9.12 CGPA', 'Relevant coursework: DBMS, OOPS, full-stack development, cloud computing, deep learning, computer networks', ], - startDate: 'Aug 2023', endDate: 'May 2025' + startDate: 'July 2019', endDate: 'June 2023' }, ]; diff --git a/src/components/Projects.js b/src/components/Projects.js index 2b8e34a..61e71f0 100644 --- a/src/components/Projects.js +++ b/src/components/Projects.js @@ -54,7 +54,7 @@ export const projectsData = [ 'Developed using scapy and PyQt.', ], tools: ['Python', 'Qt', 'scapy'], - link: 'https://kirangeorge.itch.io/donut-eat-me' + link: 'https://github.com/20kaushik02/AUNMS---Network-Monitoring-System' }, ] const Projects = () => {