aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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