better location

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-24 19:35:48 +02:00
parent 3f48cc2fb6
commit 35c59fa876
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 7 additions and 3 deletions

View File

@ -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.",

View File

@ -34,7 +34,11 @@ export default function Experience({
<Text style={tw("text-amber-500")}>{position}</Text>
<Text>at</Text>
<Text style={tw("text-blue-500")}>
{company}, {location}
{company}
</Text>
<Text>in</Text>
<Text style={tw("text-sky-500")}>
{location}
</Text>
<Text>from</Text>
<Text style={tw("text-lime-500")}>{from.toDateString()}</Text>