feat: streamline experience section

- Jobs can now be added by changing jobs.json
This commit is contained in:
2025-12-31 18:40:41 -05:00
parent 5c1d7f4b67
commit 41b92fe886
6 changed files with 52 additions and 35 deletions

16
src/data/jobs.json Normal file
View File

@@ -0,0 +1,16 @@
[
{
"title": "Software Developer Engineer Intern",
"company": "Amazon Canada",
"location": "Toronto, Ontario, Canada",
"range": "May 2025 - August 2025",
"url": "https://flex.amazon.ca/"
},
{
"title": "Software Engineer Intern",
"company": "Cisco Canada",
"location": "Remote",
"range": "January 2023 - May 2023",
"url": "https://developer.cisco.com/docs/modeling-labs/cat-9000v/"
}
]