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/css/custom.css | 12 +++++++ src/pages/index.tsx | 100 +++++++++++++++++++++++++++++----------------------- 2 files changed, 68 insertions(+), 44 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index aaba84f..59d9978 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -29,6 +29,18 @@ } */ +.footer { + @apply bg-black +} + +.footer__links { + text-align: center; +} + +.footer__link-item svg { + display: none; +} + .close { opacity: 1 !important; } 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