diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 14:02:42 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 14:02:42 +0200 |
| commit | e1ceac1ca907d733e17f5ca8decf61a1a006fe07 (patch) | |
| tree | e2014dc61f0945a7211fa6ea05406ce4be346831 | |
| parent | 76725afe4d1710ba1e6edd7ac7f9399139b015c2 (diff) | |
Add Fabian to splashpage
| -rw-r--r-- | public/img/portraits/fmastenbroek.png | bin | 0 -> 135589 bytes | |||
| -rw-r--r-- | public/img/portraits/mbijman.png | bin | 111670 -> 0 bytes | |||
| -rw-r--r-- | src/components/home/TeamSection.js | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/public/img/portraits/fmastenbroek.png b/public/img/portraits/fmastenbroek.png Binary files differnew file mode 100644 index 00000000..fd0d9de1 --- /dev/null +++ b/public/img/portraits/fmastenbroek.png diff --git a/public/img/portraits/mbijman.png b/public/img/portraits/mbijman.png Binary files differdeleted file mode 100644 index decf9fdd..00000000 --- a/public/img/portraits/mbijman.png +++ /dev/null diff --git a/src/components/home/TeamSection.js b/src/components/home/TeamSection.js index d4b93638..f9ca3105 100644 --- a/src/components/home/TeamSection.js +++ b/src/components/home/TeamSection.js @@ -25,7 +25,7 @@ const TeamSection = () => ( API specification"/> <TeamMember photoId="gandreadis" name="Georgios Andreadis" description="Software Engineer responsible for the frontend web application"/> - <TeamMember photoId="mbijman" name="Matthijs Bijman" + <TeamMember photoId="fmastenbroek" name="Fabian Mastenbroek" description="Software Engineer responsible for the datacenter simulator"/> </div> <div className="text-center lead mt-3"> |
