aboutsummaryrefslogtreecommitdiff
path: root/slides/presentations/example/default.pug
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-23 23:18:58 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-23 23:18:58 +0200
commit1b230c12799a47a8fa610b3f7c4c7f77a3bc08b6 (patch)
treef6336afdeeb3a77c2e4574946773fb144c20c2f6 /slides/presentations/example/default.pug
parent0585aac76e5ffe0a1891b9c6235a9d16e8d219a7 (diff)
downloadmitjafelicijan.com-1b230c12799a47a8fa610b3f7c4c7f77a3bc08b6.tar.gz
content update
Diffstat (limited to 'slides/presentations/example/default.pug')
-rw-r--r--slides/presentations/example/default.pug13
1 files changed, 13 insertions, 0 deletions
diff --git a/slides/presentations/example/default.pug b/slides/presentations/example/default.pug
index f9c6452..c84446d 100644
--- a/slides/presentations/example/default.pug
+++ b/slides/presentations/example/default.pug
@@ -21,6 +21,19 @@ section
21 li Brute force solutions we make are usually not optimized 21 li Brute force solutions we make are usually not optimized
22 22
23 23
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
24 37
25section 38section
26 h2 Basic linear algebra 39 h2 Basic linear algebra