website

commit 5a22b8ffa2ff144a009bf432121925b79d9cc5e7

Author: mesyeti <mesyeti@mesyeti.uk>

distinguish between personal and group projects

 .gitignore | 1 +
 wiki/pages.md | 5 ++++-


diff --git a/.gitignore b/.gitignore
index 1d6ea9455cd7470b80a2f5002e9b2dabc8e6218f..7be3129cba2fcd539248ab939df4f7c13f44d422 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dest
+/*.sh




diff --git a/wiki/pages.md b/wiki/pages.md
index 7b90b3ed8c242385b03c6da855f455dc047c7c8d..ba24ce8bb4b656b31398400e29eae6fe4890e805 100644
--- a/wiki/pages.md
+++ b/wiki/pages.md
@@ -2,10 +2,13 @@ # Pages
 ## Main
 - [Home](/index.html)
 
-## Projects
+## Individual projects
 - [Arkas Engine - Retro game engine](/arkas-engine.html)
 - [Trinity Engine - Retro game engine](/trinity.html)
 - [PlatinumSrc - Retro game engine](/platinumsrc.html)
 - [gl45rw Engine - Game engine](/gl45rw.html)
 - [PSCHS - PQCraft's Simple C HTTP Server](/pschs.html)
 - [Nitron - Operating system and VM](/nitron.html)
+
+## Group projects
+Coming soon