1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 22:15:53 +02:00
.profile/i18n/translations/en-US/home.json

52 lines
2.2 KiB
JSON
Raw Normal View History

2021-04-18 01:56:23 +02:00
{
"about": {
2024-01-23 23:59:10 +01:00
"description": "Developer Full Stack • Open-Source Enthusiast",
"pronouns": "Pronouns",
"pronouns-value": "He/Him",
"birth-date": "Birth date",
"years-old": "years old",
2021-04-18 01:56:23 +02:00
"nationality": "Nationality",
2024-01-25 14:46:03 +01:00
"description-bottom": "I constantly wonder how to <strong>improve our present, to make our future better</strong>, particularly thanks to the advancements in <strong>computer science</strong>."
2021-04-18 01:56:23 +02:00
},
"interests": {
"title": "Interests",
2021-04-18 01:56:23 +02:00
"paragraphs": [
{
2022-10-23 18:38:37 +02:00
"title": "Developer Full Stack",
2024-01-25 14:46:03 +01:00
"description": "My priority is to craft <strong>intuitive user experiences (<abbr title=\"User Experience\">UX</abbr>)</strong>, that meet the needs of the users <strong>in the most efficient way possible</strong>. <br/> Mainly focused on the development of <strong>Web solutions</strong>. <br/> I am also interested in mobile and desktop application development, among other areas within the field of computer science.",
2024-01-23 23:59:10 +01:00
"id": "code"
2021-04-18 01:56:23 +02:00
},
{
2024-01-23 23:59:10 +01:00
"title": "Open-Source Enthusiast",
2024-04-06 20:25:02 +02:00
"description": "I value the <strong>sharing of knowledge and collaboration</strong> to collectively resolve problems. <br /> The source code of the website is available on <a class='text-primary dark:text-primary-dark hover:underline font-semibold' href='https://github.com/theoludwig/theoludwig' target='_blank' rel='noopener noreferrer'>GitHub</a>.",
2024-01-23 23:59:10 +01:00
"id": "open-source"
2021-04-18 01:56:23 +02:00
}
]
},
"skills": {
"title": "Skills",
2021-04-18 01:56:23 +02:00
"languages": "Programming languages",
"software-tools": "Software and tools"
2021-04-18 01:56:23 +02:00
},
"portfolio": {
"title": "Portfolio",
2021-04-18 01:56:23 +02:00
"items": [
{
2023-07-22 19:39:57 +02:00
"title": "Carolo",
"description": "Strategy board game similar to chess which allows grandiose moves (only available in French).",
"link": "https://carolo.theoludwig.fr/",
2023-07-22 19:39:57 +02:00
"image": "/images/portfolio/Carolo.png"
2021-04-18 01:56:23 +02:00
},
2021-06-24 19:57:06 +02:00
{
"title": "Leon",
"description": "Leon is your open-source personal assistant.",
"link": "https://getleon.ai/",
2023-07-22 19:39:57 +02:00
"image": "/images/portfolio/Leon.png"
2021-04-18 01:56:23 +02:00
}
]
2021-07-04 19:56:05 +02:00
},
"open-source": {
"description": "List of most famous open source projects I contributed to."
2021-04-18 01:56:23 +02:00
}
}