fix: reordering tags
This commit is contained in:
parent
738a3f7dcb
commit
57b8c8d887
|
@ -30,7 +30,7 @@
|
||||||
"location": {
|
"location": {
|
||||||
"address": "Brest, France",
|
"address": "Brest, France",
|
||||||
"link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
|
"link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
|
||||||
"icon": "fas fa-map-marker"
|
"icon": "fas fa-map-marker-alt"
|
||||||
},
|
},
|
||||||
|
|
||||||
"socials": [
|
"socials": [
|
||||||
|
@ -127,19 +127,19 @@
|
||||||
"name": "General Softwares",
|
"name": "General Softwares",
|
||||||
"level": "advanced",
|
"level": "advanced",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Word",
|
|
||||||
"Excel",
|
|
||||||
"LaTeX",
|
|
||||||
"Linux",
|
"Linux",
|
||||||
"Git"
|
"LaTeX",
|
||||||
|
"Git",
|
||||||
|
"Word",
|
||||||
|
"Excel"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Scientific Computing",
|
"name": "Scientific Computing",
|
||||||
"level": "intermediate",
|
"level": "intermediate",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Matlab",
|
"Numpy",
|
||||||
"Numpy"
|
"Matlab"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Reference in a new issue