From 9de298f0a2aa781c008e8268f97b95d7f5819335 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 27 Jan 2017 11:48:52 +0100 Subject: Add text to projects page Signed-off-by: Noah Loomans --- articles/projects.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'articles') 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: \ No newline at end of file + + +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. -- cgit v1.1