From 6feb69af55e01bdad5ee15dbe90db39b8effcc1f Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Sat, 16 Sep 2023 21:55:49 +0100 Subject: Fix footer --- src/pages/index.tsx | 100 +++++++++++++++++++++++++++++----------------------- 1 file changed, 56 insertions(+), 44 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 91a1dd7..9f81113 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -89,52 +89,64 @@ export default function Home(): JSX.Element {
-
- -
-

- A Community for People Like You -

-
-

- 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. -

-

- Therefore, NeoHaskell is a work in progress project. We are - aiming to build a language that is delightful to learn and - use,{" "} - strongly focusing on optimizing developers' happiness - . -

-

- Whether you're a freshman or a senior, a hacker or a rocket - scientist, you'll find a place in our community. -

-

- Together, we are building the best language for the next - generation of developers. Join us! -

-
-
-
- + +
-- cgit