mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Text for skills
This commit is contained in:
@@ -29,7 +29,23 @@
|
||||
"skills":{
|
||||
"ai":{
|
||||
"title": "Artificial Intelligence",
|
||||
"desc":"I'm spending a lot of time learning AI"
|
||||
"desc":"AI is a really hot topic in Computer Science, and while staying updated about the latests discoveries, I spend a lot of time working on AI projects, using mainly Tensorflow and LLMs."
|
||||
},
|
||||
"web":{
|
||||
"title": "Web & Apps development",
|
||||
"desc": "Websites and APIs are essentials tools to communicate and share information between people and services. Mastering the ability to create and maintain such applications is essential in my works."
|
||||
},
|
||||
"low_level":{
|
||||
"title": "Low level programming",
|
||||
"desc": "Some applications and algorithms need to be highly optimized and run fast. This is where C, C++ or Rust come in handy. I often write programs designed to produce quick results when doing research about algorithms."
|
||||
},
|
||||
"devops":{
|
||||
"title": "DevOps and deployment",
|
||||
"desc": "No matter how great is a website or an app, if it's not hosted and accessible on the Internet, it's still useless ! A good understanding of hosting best practices is vital to create something, from the blank file to the production servers."
|
||||
},
|
||||
"data":{
|
||||
"title": "Data analysis",
|
||||
"desc": "When working with AI, creating a high-quality dataset for training is vital. Many operations and transformations need to be executed, which require a solid understanding of data management. Some infrasctructures also come with databases containing valuable information, that should be extracted and analysed to extract the best from it."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,26 +25,26 @@
|
||||
desc: i18n.t("skills.skills.ai.desc"),
|
||||
picture: aIsvg
|
||||
},{
|
||||
title:"A",
|
||||
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ante turpis, mattis vel tellus nec, porttitor condimentum libero. Fusce ut neque magna. ",
|
||||
title: i18n.t("skills.skills.web.title"),
|
||||
desc: i18n.t("skills.skills.web.desc"),
|
||||
buttonText: "Click me",
|
||||
picture: webSvg,
|
||||
link: "google.com"
|
||||
},{
|
||||
title:"A",
|
||||
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ante turpis, mattis vel tellus nec, porttitor condimentum libero. Fusce ut neque magna. ",
|
||||
title: i18n.t("skills.skills.low_level.title"),
|
||||
desc: i18n.t("skills.skills.low_level.desc"),
|
||||
buttonText: "Click me",
|
||||
picture: lowlevelSvg,
|
||||
link: "google.com"
|
||||
},{
|
||||
title:"A",
|
||||
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ante turpis, mattis vel tellus nec, porttitor condimentum libero. Fusce ut neque magna. ",
|
||||
title: i18n.t("skills.skills.devops.title"),
|
||||
desc: i18n.t("skills.skills.devops.desc"),
|
||||
buttonText: "Click me",
|
||||
picture: devopsSvg,
|
||||
link: "google.com"
|
||||
},{
|
||||
title:"A",
|
||||
desc: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ante turpis, mattis vel tellus nec, porttitor condimentum libero. Fusce ut neque magna. ",
|
||||
title: i18n.t("skills.skills.data.title"),
|
||||
desc: i18n.t("skills.skills.data.desc"),
|
||||
buttonText: "Click me",
|
||||
picture: analysisSvg,
|
||||
link: "google.com"
|
||||
|
||||
Reference in New Issue
Block a user