mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: update biography description
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <h1 align="center"><a href="https://divlo.fr/">Divlo</a></h1> | ||||
|  | ||||
| <p align="center"> | ||||
|   <strong>Developer Full Stack Junior • Passionate about High-Tech</strong> | ||||
|   <strong>Developer Full Stack • Passionate about High-Tech</strong> | ||||
| </p> | ||||
|  | ||||
| <p align="center"> | ||||
| @@ -26,7 +26,7 @@ | ||||
|   "birthDate": "31/03/2003", | ||||
|   "nationality": "Alsace, France", | ||||
|   "interests": [ | ||||
|     "Developer Full Stack Junior", | ||||
|     "Developer Full Stack", | ||||
|     "Passionate about High-Tech", | ||||
|     "Open-Source enthusiast" | ||||
|   ], | ||||
|   | ||||
| @@ -11,7 +11,7 @@ export const Head: React.FC<HeadProps> = (props) => { | ||||
|   const { | ||||
|     title = 'Divlo', | ||||
|     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/' | ||||
|   } = props | ||||
|  | ||||
|   | ||||
| @@ -7,10 +7,7 @@ export const InterestsList: React.FC = () => { | ||||
|   return ( | ||||
|     <div className='my-4 flex justify-center'> | ||||
|       <ul className='m-0 flex w-96 list-none justify-around p-0'> | ||||
|         <InterestItem | ||||
|           title='Developer Full Stack Junior' | ||||
|           fontAwesomeIcon={faCode} | ||||
|         /> | ||||
|         <InterestItem title='Developer Full Stack' fontAwesomeIcon={faCode} /> | ||||
|         <InterestItem | ||||
|           title='Passionate about High-Tech' | ||||
|           fontAwesomeIcon={faMicrochip} | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "about": { | ||||
|     "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", | ||||
|     "birth-date": "Birth date", | ||||
|     "years-old": "years old", | ||||
| @@ -12,7 +12,7 @@ | ||||
|     "title": "Interests", | ||||
|     "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." | ||||
|       }, | ||||
|       { | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "about": { | ||||
|     "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", | ||||
|     "birth-date": "Date de naissance", | ||||
|     "years-old": "ans", | ||||
| @@ -12,7 +12,7 @@ | ||||
|     "title": "Intérêts", | ||||
|     "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." | ||||
|       }, | ||||
|       { | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|   }, | ||||
|   "basics": { | ||||
|     "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", | ||||
|     "email": "contact@divlo.fr", | ||||
|     "location": {}, | ||||
| @@ -82,7 +82,7 @@ | ||||
|   ], | ||||
|   "interests": [ | ||||
|     { | ||||
|       "name": "Développeur Full Stack Junior" | ||||
|       "name": "Développeur Full Stack" | ||||
|     }, | ||||
|     { | ||||
|       "name": "Passionné de High-Tech" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user