corrections

This commit is contained in:
Kaushik Narayan R 2023-11-07 19:22:23 -07:00
parent 702659d4e2
commit 574eded634
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -47,7 +47,7 @@ export const experiencesData = [
'Graduated first-class with distinction with a 9.12 CGPA', 'Graduated first-class with distinction with a 9.12 CGPA',
'Relevant coursework: DBMS, OOPS, full-stack development, cloud computing, deep learning, computer networks', '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'
}, },
]; ];

View File

@ -54,7 +54,7 @@ export const projectsData = [
'Developed using scapy and PyQt.', 'Developed using scapy and PyQt.',
], ],
tools: ['Python', 'Qt', 'scapy'], tools: ['Python', 'Qt', 'scapy'],
link: 'https://kirangeorge.itch.io/donut-eat-me' link: 'https://github.com/20kaushik02/AUNMS---Network-Monitoring-System'
}, },
] ]
const Projects = () => { const Projects = () => {