From b6c66c6b43f0af87f7977bfb6f040e70b72fa369 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Sun, 7 Jul 2024 12:43:56 +0100 Subject: [PATCH] Add more content --- templates/projects/004-cgpsmarterdownload.json | 18 ++++++++++++++++++ templates/projects/005-easihht.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 templates/projects/004-cgpsmarterdownload.json create mode 100644 templates/projects/005-easihht.json diff --git a/templates/projects/004-cgpsmarterdownload.json b/templates/projects/004-cgpsmarterdownload.json new file mode 100644 index 0000000..192bf81 --- /dev/null +++ b/templates/projects/004-cgpsmarterdownload.json @@ -0,0 +1,18 @@ +{ + "name": "cgp-smarter-download", + "image": "img/project/placeholder.png", + "description": "Download CGP/FlippingBook books and convert to pdf.", + "badges": [ + { + "text": "Finished", + "classes": "text-bg-success" + } + ], + "buttons": [ + { + "text": "Source Code", + "url": "https://github.com/TheJoeCoder/cgp-smarter-download", + "classes": "btn-secondary" + } + ] +} \ No newline at end of file diff --git a/templates/projects/005-easihht.json b/templates/projects/005-easihht.json new file mode 100644 index 0000000..06432a2 --- /dev/null +++ b/templates/projects/005-easihht.json @@ -0,0 +1,18 @@ +{ + "name": "EasiHHT", + "image": "img/project/placeholder.png", + "description": "Do stock take from an Easitill system.", + "badges": [ + { + "text": "Finished", + "classes": "text-bg-success" + } + ], + "buttons": [ + { + "text": "Source Code", + "url": "https://github.com/TheJoeCoder/EasiHHT", + "classes": "btn-secondary" + } + ] +} \ No newline at end of file -- GitLab