From 30c0cc09c6b6c9f6beb251fbfbb0c59d0eb458ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0o=C5=A1i=C4=87?= Date: Sun, 29 Jan 2023 19:11:23 +0100 Subject: [PATCH] Fixed Boostrap mistakes on landing page. (#243) --- site/index.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/site/index.html b/site/index.html index 0c6ec10..da17d0c 100644 --- a/site/index.html +++ b/site/index.html @@ -5,22 +5,27 @@ ---
-
+
+
+
- + +

An advanced, purely functional programming language

-
-
-

Declarative, statically typed code.

-
-
primes = filterPrime [2..]
-  where filterPrime (p:xs) =
-          p : filterPrime [x | x <- xs, x `mod` p /= 0]
+
+
+
+

Declarative, statically typed code.

+
+
primes = filterPrime [2..]
+      where filterPrime (p:xs) =
+              p : filterPrime [x | x <- xs, x `mod` p /= 0]
+
@@ -35,7 +40,11 @@

Declarative, statically typed code.

-
+ +
+ + +
@@ -63,7 +72,9 @@

Try it!

+
+