Skip to content

Commit

Permalink
beautify
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 23, 2024
1 parent 67d9d6c commit 02062db
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,32 +75,32 @@ const Home: FC<HomeProps> = () => {
return (
<pages.Page>
<pages.Section>
<Stack
spacing={10}
direction="column"
textAlign="center"
alignItems="center"
>
<Stack direction="column" textAlign="center" alignItems="center">
<Image
src={CflLogoImage}
alt="code for life logo"
maxWidth="200px"
href={LINK_CFL}
hrefInNewTab
/>
<Typography variant="h1">
<Typography my={10} variant="h1">
Welcome to our Contributor Service!
</Typography>
<Typography variant="h6">
🎉 We&apos;re excited to have you join the CFL community. 🎉
</Typography>
<Typography>
As a contributor, you have the opportunity to share your knowledge,
insights, and unique perspectives with a passionate audience. Dive
in, start contributing, and help us make a difference.
</Typography>
<Typography>
We are excited to have you join the CFL community. As a contributor,
you have the opportunity to share your knowledge, insights, and
unique perspectives with a passionate audience. Dive in, start
contributing, and help us make a difference.
Log in with your GitHub account to start contributing.
</Typography>
<Typography fontSize="40px !important">👇</Typography>
<LinkButton
to={LINK_GH_LOGIN}
sx={({ spacing }) => ({
marginTop: spacing(20),
padding: `${spacing(4)} ${spacing(5)}`,
fontSize: "1.2rem",
background: "black",
Expand Down

0 comments on commit 02062db

Please sign in to comment.