diff --git a/config/member.ts b/config/member.ts
index caae915..99f82d5 100644
--- a/config/member.ts
+++ b/config/member.ts
@@ -58,6 +58,14 @@ const members: Member[] = [
company: 'Nexus Geographics',
linkedin: 'carles-piqueras-carreras',
},
+ {
+ github: 'biels',
+ name: 'Biel Simon',
+ role: 'Senior Javascipt Engineer',
+ company: 'UserTesting',
+ twitter: 'biel_simon',
+ linkedin: 'biel-simon-16554760',
+ },
];
const membersDictionary: Dictionary = members.reduce(
diff --git a/dictionaries/ca.json b/dictionaries/ca.json
index c25ee04..914b105 100644
--- a/dictionaries/ca.json
+++ b/dictionaries/ca.json
@@ -38,7 +38,9 @@
"sharePost": "T'ha agradat el post? Si us plau, comparteix-lo",
"title": "Blog",
"subtitle_1": "Aquí pots trobar totes les entrades del blog publicades per GironaJS",
- "subtitle_2": "Qualsevol contribució és benvinguda, així que si vols escriure una entrada, si us plau, contacta'ns!"
+ "subtitle_2": "Qualsevol contribució és benvinguda, així que si vols escriure una entrada, si us plau, contacta'ns!",
+ "edit_github": "Has trobat una errada? ",
+ "edit_github_link": "Edita-la al Github"
},
"map": {
"title": "GironaJS - Mapa 3D de la ciutat",
diff --git a/dictionaries/en.json b/dictionaries/en.json
index 41f06a5..e6bedc2 100644
--- a/dictionaries/en.json
+++ b/dictionaries/en.json
@@ -38,7 +38,9 @@
"sharePost": "Did you like the post? Please share it",
"title": "Blog posts",
"subtitle_1": "Here you can find all the blog posts published by GironaJS",
- "subtitle_2": "Any contribution is welcome, so if you want to write a post, please contact us!"
+ "subtitle_2": "Any contribution is welcome, so if you want to write a post, please contact us!",
+ "edit_github": "Have you found a mistake? ",
+ "edit_github_link": "Edit it on Github!"
},
"map": {
"title": "GironaJS - 3D City Map",