aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 14:59:27 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 14:59:27 +0200
commit93f7b5c8544057cbb5656e12390d4b97df4cb6e4 (patch)
treeb78a4cc6e858c36df457fca629c7e3486a0a7f2c
parent85dd41ea557fe63a5f2e8a2ea5d70deb75576528 (diff)
Add random project page
-rw-r--r--_includes/header.html1
-rw-r--r--articles/random-projects.md11
2 files changed, 12 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 8ab0b24..6c6b8a6 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -12,6 +12,7 @@
<li>const menu = [</li>
<li><a href="/">'Home'</a>,</li>
<li><a href="/projects/">'Projects'</a>,</li>
+ <li><a href="/random-projects/">'Random Projects'</a>,</li>
<li><a href="/badges/">'Badges'</a></li>
<li>]</li>
</ul></div>
diff --git a/articles/random-projects.md b/articles/random-projects.md
new file mode 100644
index 0000000..be175bc
--- /dev/null
+++ b/articles/random-projects.md
@@ -0,0 +1,11 @@
+---
+layout: layout
+permalink: /random-projects/
+---
+
+These are some of the random project I've made:
+
+ - [Bad Password Generator](/random-projects/bad-password-generator/)
+
+The source code of all of them can be found on
+[GitLab](https://gitlab.com/nloomans/noahloomans.com/tree/master/random-projects).