aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-27 11:48:52 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-27 11:48:52 +0100
commit9de298f0a2aa781c008e8268f97b95d7f5819335 (patch)
treedddf5c38721e18d4b945ad0f2e0510fbe233039b
parent28b295b64a7e341832a72b776d592c7c8a8560b1 (diff)
Add text to projects page
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
-rw-r--r--articles/projects.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/articles/projects.md b/articles/projects.md
index da6ec70..5ec3fa8 100644
--- a/articles/projects.md
+++ b/articles/projects.md
@@ -2,7 +2,11 @@
layout: layout
permalink: /projects/
---
-Here are some of the projects i'm currently working on:
+
+I'm a **big** open-source fan. Therefore, I open-source as much of my code as I
+can, you can view my [GitHub](https://github.com/nloomans) and my
+[GitLab](https://gitlab.com/nloomans) profile. Most of my work are websites,
+and I really enjoy making them, here are some of my favorites:
<div class="projects">
<a class="project" href="http://rooster.hetmml.nl" target="_black" rel="noopener">
@@ -13,4 +17,17 @@ Here are some of the projects i'm currently working on:
<img src="/assets/projects/managerzonderstress.nl.png" alt="managerzonderstress.nl homepage">
<header>Manager zonder stress</header>
</a>
-</div> \ No newline at end of file
+</div>
+
+The first one, Metis Rooster, is one I wrote for my school. It’s an improved
+schedule page. The problem with the old one was that’s it’s incredibly
+difficult to select your own schedule on mobile. You had to find your own
+student id out of a list containing a virtually infinite amount of student ids,
+in random order.
+
+Compare that to this version where you simply type your student id in a search
+box.
+
+The second on, Manager wonder stress, is a website I made for my father. And
+while I personally don’t like how it came out, I did get some valuable
+experience of working with a boss.