diff --git a/components/bio.js b/components/bio.js
new file mode 100644
index 00000000..4b1a6d83
--- /dev/null
+++ b/components/bio.js
@@ -0,0 +1,53 @@
+import { Box, Flex, Grid, Text, Avatar, Card } from 'theme-ui'
+
+export default function Bio({ img, name, teamRole, pronouns, text, ...props }) {
+ return (
+
+
+
+
+
+
+
+
+
+
+ {pronouns && (
+
+ ({pronouns})
+
+ )}
+
+
+
+
+
+
+ )
+}
diff --git a/next.config.js b/next.config.js
index ab8dfce7..d4712568 100755
--- a/next.config.js
+++ b/next.config.js
@@ -116,10 +116,6 @@ module.exports = withMDX({
source: '/summer/_next/:path*',
destination: 'https://summer.hackclub.com/_next/:path*'
},
- {
- source: '/team/',
- destination: 'https://v2.hackclub.dev/team/'
- },
{
source: '/donate/',
destination: 'https://v2.hackclub.dev/donate/'
diff --git a/pages/team.js b/pages/team.js
new file mode 100644
index 00000000..4a90a110
--- /dev/null
+++ b/pages/team.js
@@ -0,0 +1,219 @@
+import {
+ Card,
+ Box,
+ Button,
+ Container,
+ Flex,
+ Heading,
+ Image,
+ Text,
+ Grid
+} from 'theme-ui'
+import Meta from '@hackclub/meta'
+import Head from 'next/head'
+import Nav from '../components/nav'
+import Footer from '../components/footer'
+import Bio from '../components/bio'
+
+export default function Team() {
+ return (
+ <>
+
+
+
+ theme.util.gx('#24B5A5', '#1E9789') }}
+ >
+
+
+ By the students,
+
for the students.
+
+
+
+ We believe in a world where every young person is
+ empowered to be the change they want to see around
+ them. At Hack Club, we’re working hard to make it reality.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Behind the Scenes
+
+
+
+
+
+
+
+
+
+ Acknowledgements
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/public/team/amogh.jpg b/public/team/amogh.jpg
new file mode 100755
index 00000000..b2facd96
Binary files /dev/null and b/public/team/amogh.jpg differ
diff --git a/public/team/athul.jpg b/public/team/athul.jpg
new file mode 100755
index 00000000..96857043
Binary files /dev/null and b/public/team/athul.jpg differ
diff --git a/public/team/chris.jpg b/public/team/chris.jpg
new file mode 100755
index 00000000..d47a741d
Binary files /dev/null and b/public/team/chris.jpg differ
diff --git a/public/team/christina.jpg b/public/team/christina.jpg
new file mode 100755
index 00000000..7392511a
Binary files /dev/null and b/public/team/christina.jpg differ
diff --git a/public/team/cnewton.jpg b/public/team/cnewton.jpg
new file mode 100755
index 00000000..0b284369
Binary files /dev/null and b/public/team/cnewton.jpg differ
diff --git a/public/team/dina.jpg b/public/team/dina.jpg
new file mode 100755
index 00000000..c2d2bd41
Binary files /dev/null and b/public/team/dina.jpg differ
diff --git a/public/team/lachlan.jpg b/public/team/lachlan.jpg
new file mode 100755
index 00000000..0781bbbd
Binary files /dev/null and b/public/team/lachlan.jpg differ
diff --git a/public/team/leo.png b/public/team/leo.png
new file mode 100755
index 00000000..9c1b0d3b
Binary files /dev/null and b/public/team/leo.png differ
diff --git a/public/team/linus.jpg b/public/team/linus.jpg
new file mode 100755
index 00000000..b5868c9f
Binary files /dev/null and b/public/team/linus.jpg differ
diff --git a/public/team/matthew.jpg b/public/team/matthew.jpg
new file mode 100755
index 00000000..a9591aa6
Binary files /dev/null and b/public/team/matthew.jpg differ
diff --git a/public/team/max.jpg b/public/team/max.jpg
new file mode 100755
index 00000000..94630d45
Binary files /dev/null and b/public/team/max.jpg differ
diff --git a/public/team/mel.png b/public/team/mel.png
new file mode 100755
index 00000000..7332a7e1
Binary files /dev/null and b/public/team/mel.png differ
diff --git a/public/team/michael.jpg b/public/team/michael.jpg
new file mode 100755
index 00000000..e318eabb
Binary files /dev/null and b/public/team/michael.jpg differ
diff --git a/public/team/mingjie.jpg b/public/team/mingjie.jpg
new file mode 100755
index 00000000..1c775442
Binary files /dev/null and b/public/team/mingjie.jpg differ
diff --git a/public/team/orpheus.jpg b/public/team/orpheus.jpg
new file mode 100755
index 00000000..bcf9b369
Binary files /dev/null and b/public/team/orpheus.jpg differ
diff --git a/public/team/robert.jpg b/public/team/robert.jpg
new file mode 100644
index 00000000..baef542f
Binary files /dev/null and b/public/team/robert.jpg differ
diff --git a/public/team/scott.jpg b/public/team/scott.jpg
new file mode 100755
index 00000000..da52f7ff
Binary files /dev/null and b/public/team/scott.jpg differ
diff --git a/public/team/theo.jpg b/public/team/theo.jpg
new file mode 100755
index 00000000..118ff985
Binary files /dev/null and b/public/team/theo.jpg differ
diff --git a/public/team/tina.jpg b/public/team/tina.jpg
new file mode 100755
index 00000000..9af6492b
Binary files /dev/null and b/public/team/tina.jpg differ
diff --git a/public/team/zach.jpg b/public/team/zach.jpg
new file mode 100755
index 00000000..835005c4
Binary files /dev/null and b/public/team/zach.jpg differ
diff --git a/public/team/zfogg.jpg b/public/team/zfogg.jpg
new file mode 100755
index 00000000..9f908ff4
Binary files /dev/null and b/public/team/zfogg.jpg differ