mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31:30 +01:00
fix: improve spelling consistency
This commit is contained in:
parent
b88246b668
commit
670897fa78
@ -23,13 +23,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Théo LUDWIG (Divlo)",
|
"name": "Théo LUDWIG (Divlo)",
|
||||||
"pronouns": "He/Him",
|
"pronouns": "He/Him",
|
||||||
"birthdate": "31/03/2003",
|
"birthDate": "31/03/2003",
|
||||||
"nationality": "Alsace, France",
|
"nationality": "Alsace, France",
|
||||||
"interests": ["Open-Source enthusiast", "Passionate about High-Tech"],
|
"interests": ["Open-Source enthusiast", "Passionate about High-Tech"],
|
||||||
"skills": {
|
"skills": {
|
||||||
"programmingLanguages": ["JavaScript/TypeScript", "Python", "C/C++", "PHP"],
|
"programmingLanguages": ["JavaScript/TypeScript", "Python", "C/C++", "PHP"],
|
||||||
"frontEnd": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"],
|
"frontend": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"],
|
||||||
"backEnd": ["Laravel", "Node.js", "Fastify", "PostgreSQL"],
|
"backend": ["Laravel", "Node.js", "Fastify", "PostgreSQL"],
|
||||||
"tools": ["GNU/Linux", "Ubuntu", "Visual Studio Code", "Git", "Docker"]
|
"tools": ["GNU/Linux", "Ubuntu", "Visual Studio Code", "Git", "Docker"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,14 +16,14 @@ export const Skills: React.FC = () => {
|
|||||||
<SkillComponent skill='PHP' />
|
<SkillComponent skill='PHP' />
|
||||||
</SkillsSection>
|
</SkillsSection>
|
||||||
|
|
||||||
<SkillsSection title='Front-end'>
|
<SkillsSection title='Frontend'>
|
||||||
<SkillComponent skill='HTML' />
|
<SkillComponent skill='HTML' />
|
||||||
<SkillComponent skill='CSS' />
|
<SkillComponent skill='CSS' />
|
||||||
<SkillComponent skill='Tailwind CSS' />
|
<SkillComponent skill='Tailwind CSS' />
|
||||||
<SkillComponent skill='React.js (+ Next.js)' />
|
<SkillComponent skill='React.js (+ Next.js)' />
|
||||||
</SkillsSection>
|
</SkillsSection>
|
||||||
|
|
||||||
<SkillsSection title='Back-end'>
|
<SkillsSection title='Backend'>
|
||||||
<SkillComponent skill='Laravel' />
|
<SkillComponent skill='Laravel' />
|
||||||
<SkillComponent skill='Node.js' />
|
<SkillComponent skill='Node.js' />
|
||||||
<SkillComponent skill='Fastify' />
|
<SkillComponent skill='Fastify' />
|
||||||
|
Loading…
Reference in New Issue
Block a user