From ffb6f864ecdbb260cac477bd0543ced208bb2b25 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 28 Sep 2017 11:07:39 +0200 Subject: Add link to @Large site for full team --- src/components/home/JumbotronHeader.sass | 4 ++-- src/components/home/TeamSection.js | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'src/components') diff --git a/src/components/home/JumbotronHeader.sass b/src/components/home/JumbotronHeader.sass index fae9f53f..b88b79f7 100644 --- a/src/components/home/JumbotronHeader.sass +++ b/src/components/home/JumbotronHeader.sass @@ -9,7 +9,7 @@ padding-bottom: 120px img - width: 110px + max-width: 110px h1 color: #fff @@ -21,4 +21,4 @@ .lead color: #fff - font-size: 1.3em + font-size: 1.4em diff --git a/src/components/home/TeamSection.js b/src/components/home/TeamSection.js index efa76b29..d4b93638 100644 --- a/src/components/home/TeamSection.js +++ b/src/components/home/TeamSection.js @@ -16,7 +16,7 @@ const TeamMember = ({photoId, name, description}) => ( ); const TeamSection = () => ( - +
@@ -28,6 +28,15 @@ const TeamSection = () => (
+
+ See + {" "} + + atlarge.science/opendc + + {" "} + for the full team! +
); -- cgit v1.2.3