diff --git a/landing/team-profile.css b/landing/team-profile.css index a7c8a39ab..b0de6b4c0 100644 --- a/landing/team-profile.css +++ b/landing/team-profile.css @@ -1,46 +1,45 @@ .profile { display: flex; flex-direction: column; align-items: center; min-width: 175px; } .profile img { border-radius: 8px; max-width: 125px; max-height: 125px; margin-bottom: 8px; } .profile p { - flex-grow: 1; font-size: 18px; text-align: center; } .profile small { color: var(--grey); font-size: 16px; text-align: center; } .profile span svg { color: var(--grey); } .profile span svg:hover { color: var(--white); } .profile span { text-align: center; } .profile span > a + a { padding-left: 8px; } .profile span > a { color: var(--white); font-size: 20px; } diff --git a/landing/team.react.js b/landing/team.react.js index 67ec4fac4..d3562bae3 100644 --- a/landing/team.react.js +++ b/landing/team.react.js @@ -1,81 +1,135 @@ // @flow import * as React from 'react'; import { assetsCacheURLPrefix } from './asset-meta-data'; import Button from './button.react.js'; import TeamProfile from './team-profile.react'; import css from './team.css'; function Team(): React.Node { const onRolesClick = React.useCallback(() => { window.open( 'https://www.notion.so/commapp/Comm-is-hiring-db097b0d63eb4695b32f8988c8e640fd', '_blank', ); }, []); return (
Comm is the keyserver company. Come join us and help build the future of the decentralized web!