Add Exercism link

This commit is contained in:
Lucàs
2022-10-31 18:20:25 +01:00
parent a573de1984
commit 64ac979669
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ I'm a passionate developer from 🇫🇷 **Albi, France**.
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://lucasvbr.github.io/links/?portfolio) [![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://lucasvbr.github.io/links/?portfolio)
[![linkedin](https://img.shields.io/badge/linkedin-0e76a8?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/lucasvbr) [![linkedin](https://img.shields.io/badge/linkedin-0e76a8?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/lucasvbr)
[![freecodecamp](https://img.shields.io/badge/freecodecamp-0a0a23?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/LucasVbr) [![freecodecamp](https://img.shields.io/badge/freecodecamp-0a0a23?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/LucasVbr)
[![openclassrooms](https://img.shields.io/badge/openclassrooms-7451eb?style=for-the-badge&logoColor=white)](https://openclassrooms.com/fr/members/97j9zltv6225) [![openclassrooms](https://img.shields.io/badge/openclassrooms-7451eb?style=for-the-badge&logo=openclassrooms&logoColor=white)](https://openclassrooms.com/fr/members/97j9zltv6225)
[![exercism](https://img.shields.io/badge/exercism-2e57e8?style=for-the-badge&logo=exercism&logoColor=white)](https://exercism.org/profiles/LucasVbr)
## 🛠 Skills ## 🛠 Skills
+8 -1
View File
@@ -26,9 +26,16 @@
{ {
"href": "https://openclassrooms.com/fr/members/97j9zltv6225", "href": "https://openclassrooms.com/fr/members/97j9zltv6225",
"img": { "img": {
"src": "https://img.shields.io/badge/openclassrooms-7451eb?style=for-the-badge&logoColor=white", "src": "https://img.shields.io/badge/openclassrooms-7451eb?style=for-the-badge&logo=openclassrooms&logoColor=white",
"alt": "openclassrooms" "alt": "openclassrooms"
} }
},
{
"href": "https://exercism.org/profiles/LucasVbr",
"img": {
"src": "https://img.shields.io/badge/exercism-2e57e8?style=for-the-badge&logo=exercism&logoColor=white",
"alt": "exercism"
}
} }
], ],