From: Cameron Ball Date: Fri, 13 Mar 2020 19:14:34 +0000 (+0800) Subject: Animated cloud guy! X-Git-Url: http://cameron1729.xyz/?p=fp-lecture.git;a=commitdiff_plain;h=d66ec017ca84d359959d396b7a16238a3701df81 Animated cloud guy! --- diff --git a/img/cloudguy.gif b/img/cloudguy.gif new file mode 100644 index 0000000..7d2a8b9 Binary files /dev/null and b/img/cloudguy.gif differ diff --git a/img/wip/cloudguy-anim.png b/img/wip/cloudguy-anim.png index e351fe7..ee6d749 100644 Binary files a/img/wip/cloudguy-anim.png and b/img/wip/cloudguy-anim.png differ diff --git a/img/wip/f1.png b/img/wip/f1.png new file mode 100644 index 0000000..647282c Binary files /dev/null and b/img/wip/f1.png differ diff --git a/img/wip/f2.png b/img/wip/f2.png new file mode 100644 index 0000000..8b55d23 Binary files /dev/null and b/img/wip/f2.png differ diff --git a/img/wip/f3.png b/img/wip/f3.png new file mode 100644 index 0000000..286aa4b Binary files /dev/null and b/img/wip/f3.png differ diff --git a/img/wip/f4.png b/img/wip/f4.png new file mode 100644 index 0000000..6362f67 Binary files /dev/null and b/img/wip/f4.png differ diff --git a/img/wip/f5.png b/img/wip/f5.png new file mode 100644 index 0000000..67dd444 Binary files /dev/null and b/img/wip/f5.png differ diff --git a/index.html b/index.html index eddb754..458decc 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,12 @@ display: flex; justify-content: center; align-items: center; + flex-wrap: wrap; + } + + #cgquotes { + font-size: 30px; + text-shadow: 2px 2px 0 #000; } #slide-1 .slide div { @@ -110,7 +116,10 @@
- +
+ +
Welcome to the talk!
+
@@ -149,77 +158,76 @@ .then(x => Promise.resolve(x + " and finally here!"))

Haskell

Right("We start here")
-            >>= (\x -> Right (x ++ " then get here"))
+                >>= (\x -> Right (x ++ " then get here"))
             >>= (\x -> Right (x ++ " and finally here!"))