Skip to content

Commit 057a96b

Browse files
author
Henrik Kirk
committed
Updates to slides week 6
1 parent 4c0c1be commit 057a96b

File tree

6 files changed

+146
-109
lines changed

6 files changed

+146
-109
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3>Property Based Tests</h3>
4444
</section>
4545
<section>
4646
<h1>Lecture 6</h1>
47-
<h3>Functors, Applicatives and Monads</h3>
47+
<h3>Functors, Monads, and Applicatives</h3>
4848
<div>Can be found <a href="./slides/06/">here</a></div>
4949
</section>
5050
<section>
File renamed without changes.
File renamed without changes.

slides/10/index.html renamed to slides/06/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66

77
<title>
8-
Monads
8+
Functors, Applicatives and Monads
99
</title>
1010

1111
<link rel="stylesheet" href="../../dist/reset.css">
@@ -17,6 +17,23 @@
1717
<link rel="stylesheet" href="../css/highlight.js/idea.css" id="highlight-theme">
1818

1919
<script src="../../plugin/math/math.js"></script>
20+
<style>
21+
.reveal ul {
22+
list-style-type: none;
23+
}
24+
.reveal ul ul {
25+
list-style-type: none;
26+
}
27+
28+
.reveal .slides section .fragment:not(.current-fragment) {
29+
opacity: 0.3;
30+
display: inline;
31+
}
32+
.reveal .slides section .fragment.current-fragment {
33+
opacity: 1;
34+
display: inline;
35+
}
36+
</style>
2037
</head>
2138
<body>
2239
<div class="reveal">

0 commit comments

Comments
 (0)