From bfd3c78c81bf937361c4b54339d5ca00f70b2c34 Mon Sep 17 00:00:00 2001 From: XanderRubio Date: Fri, 1 Sep 2023 16:49:53 +0200 Subject: [PATCH] Updating the cormat of a contributors avatar naming path and adding a resource in the ROADMAP to reference later. --- ROADMAP.md | 1 + .../avatar/{Negar_Nasiri.jpeg => Negar_Nasiri.jpg} | Bin src/Jsons/Contributors.json | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename public/img/avatar/{Negar_Nasiri.jpeg => Negar_Nasiri.jpg} (100%) diff --git a/ROADMAP.md b/ROADMAP.md index 8c3eb70b..e1adb013 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -103,3 +103,4 @@ Integrate with wearable devices like smart watches to track progress on fitness/ - Project architecture (nice to have) - Known issues - Review this Dev.io article and create a new issue for enhancing the contribution guide [article](https://dev.to/opensauced/how-to-make-a-delicious-contributing-guide-4bp3) +- addtional source for open source education for contributors [Open Source Contribution University](https://www.codetriage.com/university) diff --git a/public/img/avatar/Negar_Nasiri.jpeg b/public/img/avatar/Negar_Nasiri.jpg similarity index 100% rename from public/img/avatar/Negar_Nasiri.jpeg rename to public/img/avatar/Negar_Nasiri.jpg diff --git a/src/Jsons/Contributors.json b/src/Jsons/Contributors.json index c07d3c99..980d3c3b 100644 --- a/src/Jsons/Contributors.json +++ b/src/Jsons/Contributors.json @@ -164,7 +164,7 @@ { "id": "Negar Nasiri", "image": "img/bid_image/Negar_Nasiri.jpg", - "avatar": "img/avatar/Negar_Nasiri.jpeg", + "avatar": "img/avatar/Negar_Nasiri.jpg", "name": "Negar Nasiri", "location": "Lisbon, Portugal 🇵🇹", "GitHub": "https://github.com/negar-75",