From eef42bcfe975ed3a39ab385a2675fde0e31617f1 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 5 Jan 2017 11:50:28 +0100 Subject: add projects page --- projects.md | 7 +++++++ style/main.scss | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 projects.md diff --git a/projects.md b/projects.md new file mode 100644 index 0000000..9fcc455 --- /dev/null +++ b/projects.md @@ -0,0 +1,7 @@ +--- +layout: layout +--- +Here are some of the projects i'm currently working on: + +- **[Metis Rooster](http://rooster.hetmml.nl/)** An improved version of my school schedule page. +- **[Manager Zonder Stress](http://managerzonderstress.nl/)** A website for my dad. \ No newline at end of file diff --git a/style/main.scss b/style/main.scss index 1c03a1e..5afd75a 100644 --- a/style/main.scss +++ b/style/main.scss @@ -79,4 +79,21 @@ h2::before { h3::before { content: '### '; +} + +main ul { + padding: 0; + + li { + list-style: none; + padding-left: 30px; + position: relative; + + &::before { + content: "\00a0- "; + position: absolute; + top: 0; + left: 0; + } + } } \ No newline at end of file -- cgit v1.1