From 5d4bce8555e279020102f3f4504f01f0a351bb3f Mon Sep 17 00:00:00 2001 From: wilmerg <77338618+Yeenasour@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:16:48 +0200 Subject: [PATCH] Added cards for Vikunja and Rallly --- frontend/data/service.json | 14 ++++++++++++++ frontend/public/images/kanban.svg | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 frontend/public/images/kanban.svg diff --git a/frontend/data/service.json b/frontend/data/service.json index c2313ff5..497259a6 100644 --- a/frontend/data/service.json +++ b/frontend/data/service.json @@ -117,6 +117,20 @@ "description": "Create templates for printing pins", "github_url": "https://github.com/cthit/pins", "icon": "bulb" + }, + { + "title": "Vikunja", + "url": "https://vikunja.chalmers.it", + "description": "A self-hosted service for setting up kanban-boards", + "github_url": "", + "icon": "kanban" + }, + { + "title": "Rallly", + "url": "https://rallly.chalmers.it", + "description": "Meeting scheduling tool", + "github_url": "", + "icon": "calendar" } ] diff --git a/frontend/public/images/kanban.svg b/frontend/public/images/kanban.svg new file mode 100644 index 00000000..3c427d62 --- /dev/null +++ b/frontend/public/images/kanban.svg @@ -0,0 +1,10 @@ + + + + Layer 1 + + + + + + \ No newline at end of file