From 93f7b5c8544057cbb5656e12390d4b97df4cb6e4 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 15 Jul 2017 14:59:27 +0200 Subject: Add random project page --- _includes/header.html | 1 + articles/random-projects.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 articles/random-projects.md 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 @@
  • const menu = [
  • 'Home',
  • 'Projects',
  • +
  • 'Random Projects',
  • 'Badges'
  • ]
  • 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). -- cgit v1.1