From 05e67af41bd6790e833b10c98732ee0fd3fb6b24 Mon Sep 17 00:00:00 2001 From: Benjamin Morali Date: Tue, 1 Sep 2020 18:23:11 +0200 Subject: [PATCH] feat: update misc ui elements (#54) --- src/components/download-link.tsx | 2 +- src/components/homepage-tweets.tsx | 46 ++++++++++++++++++----------- src/components/product-features.tsx | 2 +- src/components/team-member.tsx | 5 ++++ src/display-data/faq-data.tsx | 12 ++++---- src/pages/index.tsx | 14 ++++----- src/pages/telechargements.tsx | 4 +-- 7 files changed, 50 insertions(+), 35 deletions(-) diff --git a/src/components/download-link.tsx b/src/components/download-link.tsx index ab147355..97d1db3d 100644 --- a/src/components/download-link.tsx +++ b/src/components/download-link.tsx @@ -19,7 +19,7 @@ const DownloadLink: FC = ({ url, label, version }) => { diff --git a/src/components/product-features.tsx b/src/components/product-features.tsx index fc49e830..9924d04f 100644 --- a/src/components/product-features.tsx +++ b/src/components/product-features.tsx @@ -19,7 +19,7 @@ const ProductFeatures: FC = () => { return ( - + Pourquoi c’est si simple ? diff --git a/src/components/team-member.tsx b/src/components/team-member.tsx index 54043aa6..ac30bd13 100644 --- a/src/components/team-member.tsx +++ b/src/components/team-member.tsx @@ -17,6 +17,10 @@ type TeamMemberProps = { const useStyles = makeStyles(() => createStyles({ root: { + display: "flex", + flexDirection: "column", + height: "100%", + justifyContent: "space-between", minHeight: 120, minWidth: 200, }, @@ -42,6 +46,7 @@ const TeamMember: FC = ({ job, name, photo, url }) => { startIcon={} target="_blank" rel="noopener" + color="primary" href={url} > Voir le profil diff --git a/src/display-data/faq-data.tsx b/src/display-data/faq-data.tsx index f003cc10..e446e121 100644 --- a/src/display-data/faq-data.tsx +++ b/src/display-data/faq-data.tsx @@ -57,7 +57,7 @@ export const faqData = [ utilisateur·trice·s . Cependant, nous utilisons{" "} - + Matomo , un outil open-source pour avoir des statistiques d'utilisation sur @@ -155,7 +155,7 @@ export const faqData = [ algorithme MD5 @@ -237,7 +237,7 @@ export const faqData = [ GitHub @@ -257,7 +257,7 @@ export const faqData = [ GitHub @@ -267,7 +267,7 @@ export const faqData = [ pull request @@ -278,7 +278,7 @@ export const faqData = [ mail diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 70c28afc..7004114b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -73,7 +73,7 @@ const IndexPage: FC = () => {