From ae31d7b337c64acfdef4ec7697bccb3eba2c9584 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Sep 2018 23:37:17 +0200 Subject: content update --- .../basic-math-in-programming/default.pug | 30 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'slides/presentations/basic-math-in-programming/default.pug') 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 @@ -21,20 +21,6 @@ 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 @@ -148,3 +134,19 @@ section | body { | background: black; | } + + + +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 -- cgit v1.2.3