1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 14:05:53 +02:00

fix: update biography description

This commit is contained in:
Divlo 2022-10-23 18:38:37 +02:00
parent e6c583f2cd
commit 4d085cb148
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
6 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<h1 align="center"><a href="https://divlo.fr/">Divlo</a></h1> <h1 align="center"><a href="https://divlo.fr/">Divlo</a></h1>
<p align="center"> <p align="center">
<strong>Developer Full Stack Junior • Passionate about High-Tech</strong> <strong>Developer Full Stack • Passionate about High-Tech</strong>
</p> </p>
<p align="center"> <p align="center">
@ -26,7 +26,7 @@
"birthDate": "31/03/2003", "birthDate": "31/03/2003",
"nationality": "Alsace, France", "nationality": "Alsace, France",
"interests": [ "interests": [
"Developer Full Stack Junior", "Developer Full Stack",
"Passionate about High-Tech", "Passionate about High-Tech",
"Open-Source enthusiast" "Open-Source enthusiast"
], ],

View File

@ -11,7 +11,7 @@ export const Head: React.FC<HeadProps> = (props) => {
const { const {
title = 'Divlo', title = 'Divlo',
image = 'https://divlo.fr/images/icons/icon-96x96.png', image = 'https://divlo.fr/images/icons/icon-96x96.png',
description = 'Divlo - Developer Full Stack Junior • Passionate about High-Tech', description = 'Divlo - Developer Full Stack • Passionate about High-Tech',
url = 'https://divlo.fr/' url = 'https://divlo.fr/'
} = props } = props

View File

@ -7,10 +7,7 @@ export const InterestsList: React.FC = () => {
return ( return (
<div className='my-4 flex justify-center'> <div className='my-4 flex justify-center'>
<ul className='m-0 flex w-96 list-none justify-around p-0'> <ul className='m-0 flex w-96 list-none justify-around p-0'>
<InterestItem <InterestItem title='Developer Full Stack' fontAwesomeIcon={faCode} />
title='Developer Full Stack Junior'
fontAwesomeIcon={faCode}
/>
<InterestItem <InterestItem
title='Passionate about High-Tech' title='Passionate about High-Tech'
fontAwesomeIcon={faMicrochip} fontAwesomeIcon={faMicrochip}

View File

@ -1,7 +1,7 @@
{ {
"about": { "about": {
"i-am": "I am", "i-am": "I am",
"description": "Developer Full Stack Junior • Passionate about High-Tech", "description": "Developer Full Stack • Passionate about High-Tech",
"full-name": "Full name", "full-name": "Full name",
"birth-date": "Birth date", "birth-date": "Birth date",
"years-old": "years old", "years-old": "years old",
@ -12,7 +12,7 @@
"title": "Interests", "title": "Interests",
"paragraphs": [ "paragraphs": [
{ {
"title": "Developer Full Stack Junior", "title": "Developer Full Stack",
"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." "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."
}, },
{ {

View File

@ -1,7 +1,7 @@
{ {
"about": { "about": {
"i-am": "Je suis", "i-am": "Je suis",
"description": "Développeur Full Stack Junior • Passionné de High-Tech", "description": "Développeur Full Stack • Passionné de High-Tech",
"full-name": "Prénom NOM", "full-name": "Prénom NOM",
"birth-date": "Date de naissance", "birth-date": "Date de naissance",
"years-old": "ans", "years-old": "ans",
@ -12,7 +12,7 @@
"title": "Intérêts", "title": "Intérêts",
"paragraphs": [ "paragraphs": [
{ {
"title": "Développeur Full Stack Junior", "title": "Développeur Full Stack",
"description": "La programmation informatique est mon loisir principal, j'adore! <br/> Principalement du développement Web pour le moment, mais je programme aussi dans d'autres langages de programmation." "description": "La programmation informatique est mon loisir principal, j'adore! <br/> Principalement du développement Web pour le moment, mais je programme aussi dans d'autres langages de programmation."
}, },
{ {

View File

@ -5,7 +5,7 @@
}, },
"basics": { "basics": {
"name": "Théo LUDWIG", "name": "Théo LUDWIG",
"label": "Développeur Full Stack Junior • Passionné de High-Tech", "label": "Développeur Full Stack • Passionné de High-Tech",
"image": "https://divlo.fr/images/logo_orange.png", "image": "https://divlo.fr/images/logo_orange.png",
"email": "contact@divlo.fr", "email": "contact@divlo.fr",
"location": {}, "location": {},
@ -82,7 +82,7 @@
], ],
"interests": [ "interests": [
{ {
"name": "Développeur Full Stack Junior" "name": "Développeur Full Stack"
}, },
{ {
"name": "Passionné de High-Tech" "name": "Passionné de High-Tech"