From e33d2c6f2a7861379b92309bd6bef38395a2c18b Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Sun, 29 Jan 2023 15:03:14 +0100 Subject: [PATCH 1/3] Fixed Boostrap mistakes on landing page. --- site/index.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/site/index.html b/site/index.html index 0c6ec104..da17d0cb 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!

+
+
From 2c3606a96564cb3198d6adad87303a681dfe2a9b Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Sun, 29 Jan 2023 15:03:14 +0100 Subject: [PATCH 2/3] Improved landing page design a bit (more spacing). --- site/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/site/index.html b/site/index.html index da17d0cb..1b2933a5 100644 --- a/site/index.html +++ b/site/index.html @@ -6,9 +6,9 @@
- +
-
+
@@ -42,6 +42,8 @@

Declarative, statically typed code.


+ + @@ -74,6 +76,10 @@

Try it!


+ + + +
From 1177fa6f7c1d24aac99ce9b495c26f30d40a61c4 Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Fri, 3 Feb 2023 22:50:59 +0100 Subject: [PATCH 3/3] fix --- site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.html b/site/index.html index 1b2933a5..eba5cfc3 100644 --- a/site/index.html +++ b/site/index.html @@ -8,7 +8,7 @@
-
+