From 57b8c8d88719b4e4f3fd3d69f8c2824d875d395d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 26 Nov 2020 23:24:53 +0100 Subject: [PATCH] fix: reordering tags --- pages/_data/resume.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/_data/resume.json b/pages/_data/resume.json index 2fd8152..a1f7f6a 100644 --- a/pages/_data/resume.json +++ b/pages/_data/resume.json @@ -30,7 +30,7 @@ "location": { "address": "Brest, France", "link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601", - "icon": "fas fa-map-marker" + "icon": "fas fa-map-marker-alt" }, "socials": [ @@ -127,19 +127,19 @@ "name": "General Softwares", "level": "advanced", "tags": [ - "Word", - "Excel", - "LaTeX", "Linux", - "Git" + "LaTeX", + "Git", + "Word", + "Excel" ] }, { "name": "Scientific Computing", "level": "intermediate", "tags": [ - "Matlab", - "Numpy" + "Numpy", + "Matlab" ] } ],