From 1b230c12799a47a8fa610b3f7c4c7f77a3bc08b6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Sep 2018 23:18:58 +0200 Subject: content update --- slides/presentations/example/default.pug | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'slides/presentations/example/default.pug') 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 li Brute force solutions we make are usually not optimized +section + h3 Grid example + div.grid.col-1-1 + div Lipsum + div Lipsum + + div.grid.col-2-1 + div Lipsum + div Lipsum + + div.grid.col-1-2 + div Lipsum + div Lipsum section h2 Basic linear algebra -- cgit v1.2.3