diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-08-17 15:09:33 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-08-17 15:09:33 +0200 |
| commit | ebf1313490bc7a3d76e65279cc6b75e88509c42c (patch) | |
| tree | a4e8239a27f116cf96115d133b3fcb50c27c0277 /src/components/home | |
| parent | 5ce639ef8c86ebc296b7bce30984a84f9a1eb7b0 (diff) | |
Update OpenDC team in team section
Diffstat (limited to 'src/components/home')
| -rw-r--r-- | src/components/home/TeamSection.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/components/home/TeamSection.js b/src/components/home/TeamSection.js index f29003f7..b86655b4 100644 --- a/src/components/home/TeamSection.js +++ b/src/components/home/TeamSection.js @@ -24,21 +24,20 @@ const TeamSection = () => ( description="Project Lead" /> <TeamMember - photoId="loverweel" - name="Leon Overweel" - description="Product Lead and Software Engineer responsible for the web server, database, and - API specification" - /> - <TeamMember photoId="gandreadis" name="Georgios Andreadis" - description="Software Engineer responsible for the frontend web application" + description="Technology Lead and Software Engineer responsible for the frontend web application" /> <TeamMember photoId="fmastenbroek" name="Fabian Mastenbroek" description="Software Engineer responsible for the datacenter simulator" /> + <TeamMember + photoId="loverweel" + name="Leon Overweel" + description="Software Engineer responsible for the web server, database, and API specification" + /> </div> <div className="text-center lead mt-3"> See{" "} |
