Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Arpan-206/hc-site
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpan-206 committed Oct 27, 2023
2 parents 770b8d4 + f415005 commit 0f1b922
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions pages/team.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Box, Container, Flex, Grid, Text } 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";
import ForceTheme from "../components/force-theme";
import { Box, Container, Flex, Grid, Text } 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'
import ForceTheme from '../components/force-theme'

export default function Team() {
return (
Expand All @@ -23,9 +23,9 @@ export default function Team() {
px={[2, 4]}
sx={{
backgroundImage:
"radial-gradient(ellipse farthest-corner at top left,rgb(36 181 165 / 70%),rgb(30 151 137 / 70%)), url(https://cloud-6b7atvvf8-hack-club-bot.vercel.app/0hack_club_team_-_july_2023.jpg)",
backgroundSize: "cover",
backgroundPosition: "75%",
'radial-gradient(ellipse farthest-corner at top left,rgb(36 181 165 / 70%),rgb(30 151 137 / 70%)), url(https://cloud-6b7atvvf8-hack-club-bot.vercel.app/0hack_club_team_-_july_2023.jpg)',
backgroundSize: 'cover',
backgroundPosition: '75%'
}}
>
<Container>
Expand All @@ -38,7 +38,7 @@ export default function Team() {
as="div"
variant="lead"
color="smoke"
sx={{ maxWidth: "650px" }}
sx={{ maxWidth: '650px' }}
>
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
Expand All @@ -50,31 +50,31 @@ export default function Team() {
<Container>
<Flex
sx={{
bg: "rgb(51 142 218 / 40%)",
bg: 'rgb(51 142 218 / 40%)',
p: 3,
borderRadius: "20px",
borderRadius: '20px',
mb: 3,
gap: 3,
flexWrap: ["wrap", null, null, "nowrap"],
flexWrap: ['wrap', null, null, 'nowrap']
}}
>
<Text
variant="headline"
my={[0, 0, 3]}
as="h3"
sx={{
textAlign: "center",
textAlign: 'center',
fontSize: 4,
writingMode: [null, null, null, "vertical-rl"],
writingMode: [null, null, null, 'vertical-rl'],
mr: [0, 0, 0, 2],
transform: [null, null, null, "rotate(180deg)"],
width: ["100%", null, null, "fit-content"],
transform: [null, null, null, 'rotate(180deg)'],
width: ['100%', null, null, 'fit-content'],
marginBottom: [
"0px!important",
"0px!important",
"0px!important",
3,
],
'0px!important',
'0px!important',
'0px!important',
3
]
}}
>
Our Board
Expand Down Expand Up @@ -127,17 +127,17 @@ export default function Team() {
<Box>
<Box
sx={{
bg: "rgb(51 214 166 / 40%)",
bg: 'rgb(51 214 166 / 40%)',
p: 3,
borderRadius: "20px",
borderRadius: '20px'
}}
>
<Text
variant="headline"
mt={2}
mb={3}
as="h3"
sx={{ textAlign: "center", fontSize: 4 }}
sx={{ textAlign: 'center', fontSize: 4 }}
>
Hacker Resources Team
</Text>
Expand All @@ -156,13 +156,6 @@ export default function Team() {
img="/team/leo.png"
pronouns="he/him"
/>
<Bio
name="Holly Delisle"
teamRole="Clubs Operations Lead"
text="Holly comes to Hack Club with 10 years of operations management in the banking industry, bringing people together and simplifying processes. She's lived in Maine and Vermont in intervals all her life and loves the outdoors in every season. Now, Holly meets and works with amazing, inspiring technical teenagers every day from around the world. She's got two sons, two dogs and two cats, the latter of which are all named after characters in some of her favorite books."
img="/team/holly.jpeg"
pronouns="she/her"
/>
<Bio
name="Lexi Mattick"
teamRole="Clubs Engineering"
Expand Down Expand Up @@ -246,24 +239,24 @@ export default function Team() {
<Box>
<Box
sx={{
bg: "rgb(236 55 80 / 40%)",
bg: 'rgb(236 55 80 / 40%)',
p: 3,
borderRadius: "20px",
borderRadius: '20px'
}}
>
<Text
variant="headline"
mt={2}
mb={3}
as="h3"
sx={{ textAlign: "center", fontSize: 4 }}
sx={{ textAlign: 'center', fontSize: 4 }}
>
HCB Team
</Text>
<Grid
columns={[1, null, 2]}
gap={2}
sx={{ height: "fit-content" }}
sx={{ height: 'fit-content' }}
>
<Bio
img="/team/max.jpg"
Expand Down Expand Up @@ -357,18 +350,18 @@ export default function Team() {
</Grid>
<Box
sx={{
bg: "rgb(166 51 214 / 40%)",
bg: 'rgb(166 51 214 / 40%)',
p: 3,
borderRadius: "20px",
mt: 3,
borderRadius: '20px',
mt: 3
}}
>
<Text
variant="headline"
mt={2}
mb={3}
as="h3"
sx={{ textAlign: "center", fontSize: 4 }}
sx={{ textAlign: 'center', fontSize: 4 }}
>
Community Team
</Text>
Expand All @@ -391,12 +384,6 @@ export default function Team() {
img="https://github.com/faisalsayed10.png"
pronouns="he/him"
/>
<Bio
name="Maggie Liu"
teamRole="Moderation & Events"
img="https://ca.slack-edge.com/T0266FRGM-U026XSMKEDC-a5beea76faa2-512"
pronouns="she/her"
/>
<Bio
name="Sahiti Dasari"
teamRole="Moderation & Events"
Expand Down Expand Up @@ -424,11 +411,11 @@ export default function Team() {
</Grid>
</Box>
<br />
<Box sx={{ textAlign: "center", mt: 2, mb: [3, 4] }}>
<Box sx={{ textAlign: 'center', mt: 2, mb: [3, 4] }}>
<Text
variant="title"
color="orange"
sx={{ lineHeight: "1em", fontSize: [4, 5, 6] }}
sx={{ lineHeight: '1em', fontSize: [4, 5, 6] }}
as="h2"
>
Acknowledgements
Expand All @@ -437,13 +424,13 @@ export default function Team() {
variant="title"
color="text"
sx={{
lineHeight: "1.2",
lineHeight: '1.2',
fontSize: [1, 3, 4],
my: [3, 0, 0],
fontWeight: 400,
maxWidth: "600px",
width: "100%",
margin: "auto",
maxWidth: '600px',
width: '100%',
margin: 'auto'
}}
as="h2"
>
Expand All @@ -452,6 +439,13 @@ export default function Team() {
</Text>
</Box>
<Grid columns={[1, null, 2, 4]} gap={2}>
<Bio
name="Holly Delisle"
teamRole="Clubs Operations Lead"
text="Holly comes to Hack Club with 10 years of operations management in the banking industry, bringing people together and simplifying processes. She's lived in Maine and Vermont in intervals all her life and loves the outdoors in every season. Now, Holly meets and works with amazing, inspiring technical teenagers every day from around the world. She's got two sons, two dogs and two cats, the latter of which are all named after characters in some of her favorite books."
img="/team/holly.jpeg"
pronouns="she/her"
/>
<Bio
name="Kunal Botla"
teamRole="Operations"
Expand Down Expand Up @@ -481,6 +475,12 @@ export default function Team() {
pronouns="he/him"
href="https://github.com/sampoder"
/>
<Bio
name="Maggie Liu"
teamRole="Moderation & Events"
img="https://ca.slack-edge.com/T0266FRGM-U026XSMKEDC-a5beea76faa2-512"
pronouns="she/her"
/>
<Bio
img="/team/athul.jpg"
name="Athul Blesson"
Expand Down Expand Up @@ -648,5 +648,5 @@ When not busy juggling different tasks he takes up, he enjoys tinkering & buildi
</Box>
<Footer light key="footer" />
</>
);
)
}

0 comments on commit 0f1b922

Please sign in to comment.