From dd7f9969b01e96c8e7dfb5603e889cfb708acf65 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 5 Aug 2023 22:54:34 +0100 Subject: Add projects page --- pages/projects.md | 12 ++++++++++++ views/partials/navbar.ejs | 1 + 2 files changed, 13 insertions(+) create mode 100644 pages/projects.md diff --git a/pages/projects.md b/pages/projects.md new file mode 100644 index 0000000..07843fa --- /dev/null +++ b/pages/projects.md @@ -0,0 +1,12 @@ +# Projects + +I'm [LMBishop on GitHub](https://github.com/LMBishop), where I have quite a few +repositories of varying quality. Some of the better ones are: + +* [Quests](https://github.com/LMBishop/Quests), a plugin for Minecraft servers + which lets you create objectives and missions for players to complete. +* [/spotify](/spotify), so I can share what I'm + listening to at this very moment. Though it's still a work in progress, and + the actual repository for it is the same one as this website. +* If you're a Linux nerd then maybe my + [dotfiles](https://github.com/LMBishop/dotfiles) are of interest to you. diff --git a/views/partials/navbar.ejs b/views/partials/navbar.ejs index 3dbeb6a..2797347 100644 --- a/views/partials/navbar.ejs +++ b/views/partials/navbar.ejs @@ -3,6 +3,7 @@ home now blog + projects contact -- cgit v1.2.3-70-g09d2