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

54 lines
2.1 KiB
JSON
Raw Normal View History

2021-04-18 01:56:23 +02:00
{
"about": {
2022-11-19 20:24:13 +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",
2022-11-19 20:24:13 +01:00
"description-bottom": "I am a student in computer science following the French training \"BUT Informatique\" and I am also a self-taught."
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",
2021-12-04 15:52:51 +01:00
"description": "Computer programming is my main hobby, I love it! <br/> Mostly web development for the moment but I'm programming in others programming language too."
2021-04-18 01:56:23 +02:00
},
{
2022-11-19 20:24:13 +01:00
"title": "Open-Source enthusiast",
"description": "For me, everyone should work, solve problems, build things and think together.<br/> The website is open-source on <a class='text-yellow dark:text-yellow-dark hover:underline' href='https://github.com/theoludwig/theoludwig' target='_blank' rel='noopener noreferrer'>GitHub</a>."
2021-04-18 01:56:23 +02:00
},
{
2022-11-19 20:24:13 +01:00
"title": "Passionate about High-Tech",
"description": "I always wondered how the future would be. Every day I want to wake up and think that the future will be great and better than the past. Technologies improve gradually over time, which is very useful in many areas."
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/",
"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
}
}