aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 18:16:00 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 18:16:00 +0100
commit0619286d9615c6a2b5e0420c193bd2c7ef344cc0 (patch)
treeee65c04482b5262d0ee4f599a88d9fcb16e2e0a1
parent977f4f66f0a25f07092ddf2164687b9bbd180b4d (diff)
downloadneohaskell.github.io-0619286d9615c6a2b5e0420c193bd2c7ef344cc0.tar.gz
neohaskell.github.io-0619286d9615c6a2b5e0420c193bd2c7ef344cc0.tar.bz2
neohaskell.github.io-0619286d9615c6a2b5e0420c193bd2c7ef344cc0.zip
Update index
-rw-r--r--src/pages/index.tsx47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 862e05e..91a1dd7 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -89,6 +89,53 @@ export default function Home(): JSX.Element {
<main className="pt-32">
<HomepageFeatures />
+ <div className="lg:mx-32 mx-0 mb-32">
+ <Frame>
+ <div className="lg:p-16 p-0 flex flex-col gap-8">
+ <h2 className="text-center md:text-4xl text-2xl">
+ A Community for People Like You
+ </h2>
+ <div className="flex flex-col gap-8 text-lg">
+ <p>
+ NeoHaskell is a community of people who are passionate about
+ delivering software in an efficient and enjoyable way. We
+ believe that programming should be fun, and that the best
+ way to learn is to build things.
+ </p>
+ <p>
+ Therefore, NeoHaskell is a work in progress project. We are
+ aiming to build a language that is delightful to learn and
+ use,{" "}
+ <b>strongly focusing on optimizing developers' happiness</b>
+ .
+ </p>
+ <p>
+ Whether you're a freshman or a senior, a hacker or a rocket
+ scientist, you'll find a place in our community.
+ </p>
+ <p>
+ Together, we are building the best language for the next
+ generation of developers. Join us!
+ </p>
+ </div>
+ <div className="mx-auto">
+ <Button
+ className="mx-auto"
+ color="violet"
+ rounded="full"
+ size="lg"
+ >
+ <a
+ href="https://discord.com/invite/wDj3UYzec8"
+ target="_blank"
+ >
+ <h3>JOIN THE DISCORD SERVER!</h3>
+ </a>
+ </Button>
+ </div>
+ </div>
+ </Frame>
+ </div>
</main>
</div>
</Layout>