Merge pull request #785 from bugout-dev/team-page-content

adding Anton's card
pull/790/head
Anton Mushnin 2023-05-10 21:11:06 +03:00 zatwierdzone przez GitHub
commit 8e7da79fb1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -32,6 +32,7 @@ const assets = {
scarab: `${TEAM_PATH}/scarab.png`,
spider: `${TEAM_PATH}/carpenter-spider.png`,
weta: `${TEAM_PATH}/weta.png`,
dragonfly: `${TEAM_PATH}/dragonfly.png`,
};
const Team = () => {
@ -152,7 +153,7 @@ const Team = () => {
name={"Kellan Wampler"}
atName={"@wampleek"}
content={`News junkie. Reformed mathematician. Fantasy Football enthusiast.
Enjoys soduku and its variants. Follows artificial intelligence scene for
Enjoys sudoku and its variants. Follows artificial intelligence scene for
Chess and Go. Experiments with grilling recipes.`}
/>
<TeamCard
@ -164,6 +165,15 @@ const Team = () => {
and ukulele. Loves meat, went from well done to blue
rare in a few months.`}
/>
<TeamCard
avatarURL={assets["dragonfly"]}
name={"Anton Mushnin"}
atName={"@mumintrl"}
content={`Interface enthusiast. Loves water to swim in, dive deep into,
yacht on, and drink (especially in wine). Chef - you
could see him baking crepes at the Parisian market. Passionate
about rugby and chess.`}
/>
</Flex>
</Stack>
<Stack mb={12} w="100%">

Wyświetl plik

@ -38,6 +38,7 @@ export default function SocialProfileSimple({
alt={avatarAlt}
mb={4}
pos={"relative"}
bg="white"
_after={
isOnline && {
content: '""',