aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-05 11:50:28 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-05 11:50:28 +0100
commiteef42bcfe975ed3a39ab385a2675fde0e31617f1 (patch)
treef660abeeec3015f62acfc0e5089abd95e9c8ef67
parent61a68559c3131f8291cb117ad90b37bfebcc7aba (diff)
add projects page
-rw-r--r--projects.md7
-rw-r--r--style/main.scss17
2 files changed, 24 insertions, 0 deletions
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