add board member images

This commit is contained in:
Oskari Ponkala
2021-03-29 20:41:33 +03:00
parent 583825babf
commit 0b6e1a9c38
15 changed files with 15 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 907 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+1 -1
View File
@@ -47,7 +47,7 @@ const CommitteeContainer: React.FC<CommitteeContainerProps> = ({ committee }) =>
phone={representative.phone_number}
email={representative.email}
// conditional image for dev
image={!(committee.name_en === "Board") ? representative.image : blank_profile}
image={(committee.name_en === "Board" && representative.image) ? representative.image : blank_profile}
role_fi={role.name_fi}
role_en={role.name_en}
/>
+14 -13
View File
@@ -7,7 +7,8 @@
"name_en": "Chairman of the Board",
"representatives": [
{
"name": "Johannes Ora"
"name": "Johannes Ora",
"image": "/img/board_member_images/chairman.jpg"
}
]
},
@@ -19,7 +20,7 @@
"name": "Salla Lyytikäinen",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/secretary.jpg"
}
]
},
@@ -31,7 +32,7 @@
"name": "Santeri Huhtala",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/treasurer.jpg"
}
]
},
@@ -43,7 +44,7 @@
"name": "Toni Ojala",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/captain1.jpg"
}
]
},
@@ -55,7 +56,7 @@
"name": "Toni Lyttinen",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/captain2.jpg"
}
]
},
@@ -67,7 +68,7 @@
"name": "Eveliina Ahonen",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/ceremonies.jpg"
}
]
},
@@ -79,7 +80,7 @@
"name": "Melisa Dönmez",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/court_cancelor.jpg"
}
]
},
@@ -91,7 +92,7 @@
"name": "Heidi Mäkitalo",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/isocoordinator.jpg"
}
]
},
@@ -103,7 +104,7 @@
"name": "Sauli Norja",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/wellbeing.jpg"
}
]
},
@@ -115,7 +116,7 @@
"name": "Simo Hakanummi",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/studies.jpg"
}
]
},
@@ -127,7 +128,7 @@
"name": "Oskari Ponkala",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/technology.jpg"
}
]
},
@@ -139,7 +140,7 @@
"name": "Oliver Hiekkamies",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/external.jpg"
}
]
},
@@ -151,7 +152,7 @@
"name": "Otto Julkunen",
"phone_number": null,
"email": null,
"image": null
"image": "/img/board_member_images/corporate.jpeg"
}
]
}