From 8fa339f19e6c4cb2ffe35b7a018ac2e5ec78b8ec Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 23 Apr 2024 19:10:56 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/about/index.tsx | 150 ++++++++++++++++++++++++ 1 file changed, 150 insertions(+) diff --git a/documentation/src/pages/about/index.tsx b/documentation/src/pages/about/index.tsx index 5cd4561f..d398a694 100644 --- a/documentation/src/pages/about/index.tsx +++ b/documentation/src/pages/about/index.tsx @@ -60,6 +60,156 @@ const About: React.FC = () => { + + + + + + + +
+

+ Our Team +

+ +
+ {team.map(({ name, avatar, role1, role2 }) => ( +
+ {name} + + {name} + + + {role1} + + {role2 && ( + + {role2} + + )} +
+ ))} +
+
+ +
+
+ + Join our team! + + + See open positions + +
+
+
+
+ + + + + + + + + + + + + + + + + +