diff options
Diffstat (limited to 'src/components/home')
| -rw-r--r-- | src/components/home/ContentSection.sass | 2 | ||||
| -rw-r--r-- | src/components/home/TeamSection.js | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/src/components/home/ContentSection.sass b/src/components/home/ContentSection.sass index 31062aa7..67541179 100644 --- a/src/components/home/ContentSection.sass +++ b/src/components/home/ContentSection.sass @@ -2,7 +2,7 @@ .content-section padding-top: 50px - padding-bottom: 150px + padding-bottom: 100px text-align: center h1 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{" "} |
