fix: reordering tags
This commit is contained in:
parent
738a3f7dcb
commit
57b8c8d887
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Reference in a new issue