diff options
Diffstat (limited to 'slides/presentations/example/default.pug')
| -rw-r--r-- | slides/presentations/example/default.pug | 13 |
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 | ||
| 24 | section | ||
| 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 | ||
| 25 | section | 38 | section |
| 26 | h2 Basic linear algebra | 39 | h2 Basic linear algebra |
