From 35c59fa8769e5de245bec4bf17e7f53bbf84d66c Mon Sep 17 00:00:00 2001 From: Ivan Kirilov Dimitrov Date: Wed, 24 Jul 2024 19:35:48 +0200 Subject: [PATCH] better location --- cv.json | 4 ++-- theme/experience.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cv.json b/cv.json index aaeb85f..c3ff478 100644 --- a/cv.json +++ b/cv.json @@ -10,7 +10,7 @@ { "company": "Deutsche Börse AG", "position": "Software Developer", - "location": "Worldwide", + "location": "Prague, Czechia", "from": "Feb 2024", "to": "9999", "description": "Deutsche Börse AG is a German multinational corporation that offers a marketplace for organizing the trading of shares and other securities. My role as a software developer working in the Prague branch is to take part in the implementation and integration of new features like the support for OTC IRS in C7 CAS in Release 2.284 as well as the Repo market support in C7 CAS.", @@ -24,7 +24,7 @@ { "company": "IDimitrov Ltd.", "position": "Director/Owner", - "location": "Worldwide", + "location": "Planet Earth", "from": "2023", "to": "9999", "description": "This is my software consulting and development business. It offers web development services to businesses around the world. Please head over to my resume website or my Upwork profile to learn more.", diff --git a/theme/experience.tsx b/theme/experience.tsx index ff49d4a..c32663c 100644 --- a/theme/experience.tsx +++ b/theme/experience.tsx @@ -34,7 +34,11 @@ export default function Experience({ {position} at - {company}, {location} + {company} + + in + + {location} from {from.toDateString()}