From 40ea8d80683c944d46f8e33f3a0957c61dabc453 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Sep 2018 03:30:26 +0200 Subject: content update --- .jekyll-metadata | Bin 34395 -> 34975 bytes learn/python-0001.md | 6 ++-- slides/example/index.html | 81 +++++++++++++++++++++++++++++++++++----------- slides/example/slides.md | 27 +++++++++++++++- 4 files changed, 92 insertions(+), 22 deletions(-) diff --git a/.jekyll-metadata b/.jekyll-metadata index 09cbbe5..9544781 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/learn/python-0001.md b/learn/python-0001.md index 6ff91c9..43ad167 100644 --- a/learn/python-0001.md +++ b/learn/python-0001.md @@ -6,6 +6,8 @@ description: Couple of observations regarding project management. Application will fetch and cache Flickr feed and in the second phase display these images on a webpage. +``$ y=\sum_{i=1}^n g(x_i) $`` + Categories: Python, Bottlepy, SQLite3, RSS **Table of contents** @@ -42,12 +44,12 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mollis tempus sod diff --git a/slides/example/index.html b/slides/example/index.html index 2ca36c0..586794f 100644 --- a/slides/example/index.html +++ b/slides/example/index.html @@ -10,30 +10,73 @@ + diff --git a/slides/example/slides.md b/slides/example/slides.md index 3fd92cd..457ba12 100644 --- a/slides/example/slides.md +++ b/slides/example/slides.md @@ -7,11 +7,36 @@ Couple of example slides to test ![alt text](https://media.giphy.com/media/i9qmSfLuXXcXK/giphy.gif) + +--- + +## Math + +$$ \large{ \mathbb{R}^2 ∈ \vec{a} \bar{a} } $$ +$$ \large{ e^{i\pi} + 1 = 0 } $$ +$$ \large{ x = {-b \pm \sqrt{b^2-4ac} \over 2a} } $$ + + +$$ e^{i\pi} + 1 = 0 $$ + +$$ \large{ \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} } $$ + +$$ \large{ ABCDEFGHIJKLMNOPQRSTUVXYZ } $$ + --- ## Image -![alt text](https://media.giphy.com/media/4d0nGeMweD49q/giphy.gif) +![alt text](https://media.giphy.com/media/4d0nGeMweD49q/giphy.gif?style=md-center) + + +--- + +## Lists + +- Couple of example slides to test +- Couple of example slides to test +- Couple of example slides to test --- -- cgit v1.2.3