aboutsummaryrefslogtreecommitdiff
path: root/slides/presentations
diff options
context:
space:
mode:
Diffstat (limited to 'slides/presentations')
-rw-r--r--slides/presentations/basic-math-in-programming/default.pug30
1 files changed, 16 insertions, 14 deletions
diff --git a/slides/presentations/basic-math-in-programming/default.pug b/slides/presentations/basic-math-in-programming/default.pug
index 1e356f5..af5ee90 100644
--- a/slides/presentations/basic-math-in-programming/default.pug
+++ b/slides/presentations/basic-math-in-programming/default.pug
@@ -22,20 +22,6 @@ section
22 22
23 23
24section 24section
25 h3 Grid example
26 div.grid.col-1-1
27 div Lipsum
28 div Lipsum
29
30 div.grid.col-2-1
31 div Lipsum
32 div Lipsum
33
34 div.grid.col-1-2
35 div Lipsum
36 div Lipsum
37
38section
39 h2 Basic linear algebra 25 h2 Basic linear algebra
40 26
41 pre 27 pre
@@ -148,3 +134,19 @@ section
148 | body { 134 | body {
149 | background: black; 135 | background: black;
150 | } 136 | }
137
138
139
140section
141 h3 Grid example
142 div.grid.col-1-1
143 div Lipsum
144 div Lipsum
145
146 div.grid.col-2-1
147 div Lipsum
148 div Lipsum
149
150 div.grid.col-1-2
151 div Lipsum
152 div Lipsum