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

60 lines
2.3 KiB
JSON
Raw Normal View History

2021-04-18 01:56:23 +02:00
{
"about": {
"i-am": "I am",
2022-11-19 20:24:13 +01:00
"description": "Developer Full Stack • Open-Source enthusiast",
2022-02-22 21:19:42 +01:00
"full-name": "Full name",
"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/Divlo/Divlo' 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": [
{
"title": "function.divlo.fr",
"description": "Learn programming through project-based alias function.",
"link": "https://function.divlo.fr/",
"image": "/images/portfolio/functiondivlofr.png"
},
{
"title": "thream.divlo.fr",
"description": "Your open source platform to stay close with your friends and communities, talk, chat, collaborate, share and have fun.",
"link": "https://thream.divlo.fr/",
"image": "/images/portfolio/threamdivlofr.png"
2021-06-24 19:57:06 +02:00
},
{
"title": "Leon",
"description": "Leon is your open-source personal assistant.",
"link": "https://getleon.ai/",
"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
}
}