From 4c756bc26fd26cc6f9e1f536b9aab0ba854e4b88 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 4 May 2016 15:59:59 -0700 Subject: [PATCH] Add a section with a list of participating projects. --- _sections/{02-statement.md => 20-statement.md} | 2 +- _sections/30-projects.md | 16 ++++++++++++++++ _sections/{03-timeline.md => 40-timeline.md} | 0 _sections/{04-why.md => 50-why.md} | 0 _sections/{05-sign.md => 60-sign.md} | 0 combo.css | 6 ++++++ 6 files changed, 23 insertions(+), 1 deletion(-) rename _sections/{02-statement.md => 20-statement.md} (99%) create mode 100644 _sections/30-projects.md rename _sections/{03-timeline.md => 40-timeline.md} (100%) rename _sections/{04-why.md => 50-why.md} (100%) rename _sections/{05-sign.md => 60-sign.md} (100%) diff --git a/_sections/02-statement.md b/_sections/20-statement.md similarity index 99% rename from _sections/02-statement.md rename to _sections/20-statement.md index 1d66e15..737ee3b 100644 --- a/_sections/02-statement.md +++ b/_sections/20-statement.md @@ -1,4 +1,4 @@ ---- +--- title: statement bg: '#fab125' color: black diff --git a/_sections/30-projects.md b/_sections/30-projects.md new file mode 100644 index 0000000..fe47d09 --- /dev/null +++ b/_sections/30-projects.md @@ -0,0 +1,16 @@ +--- +title: Projects +bg: '#9850ea' +fa-icon: group +color: white +style: center +--- + +# Participating Project + +- [IPython](https://ipython.org) +- [Jupyter notebook](https://jupyter.org) +- [Scikit-Bio](https://scikit-bio.org/) +- [matplotlib](https://matplotlib.org) + + diff --git a/_sections/03-timeline.md b/_sections/40-timeline.md similarity index 100% rename from _sections/03-timeline.md rename to _sections/40-timeline.md diff --git a/_sections/04-why.md b/_sections/50-why.md similarity index 100% rename from _sections/04-why.md rename to _sections/50-why.md diff --git a/_sections/05-sign.md b/_sections/60-sign.md similarity index 100% rename from _sections/05-sign.md rename to _sections/60-sign.md diff --git a/combo.css b/combo.css index 81c5280..5e64dd9 100644 --- a/combo.css +++ b/combo.css @@ -41,3 +41,9 @@ div.vis-item.vis-selected { .fa-calendar { color: #868686; } + +/* enable that if too long, but seem to have some rendering issues.*/ +/*.p-sections20-projects ul { + column-count: 3; + list-style: none; +}*/