From c326f37c2b35f11c79afa6b045a9d49a151ee3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20=C3=85kefeldt?= <91898187+lutches@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:19:14 +0100 Subject: [PATCH] Revert "added pins" --- frontend/data/service.json | 79 +++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 44 deletions(-) diff --git a/frontend/data/service.json b/frontend/data/service.json index 0e8350f8..d13497ad 100644 --- a/frontend/data/service.json +++ b/frontend/data/service.json @@ -82,50 +82,41 @@ { "category": "Other Services", "services": [ - - { - "title": "findIT", - "url": "http://findIT.chalmers.it", - "description": "A simple site for browsing the digital services available for Chalmers IT sections students.", - "github_url": "https://github.com/cthit/findIT", - "icon": "spyglass" - }, - { - "title": "chalmers.it", - "url": "https://chalmers.it", - "description": "Current version of chalmers.it, built with Rails.", - "github_url": "https://github.com/cthit/chalmersit-rails", - "icon": "it" - }, - { - "title": "dockerBoi", - "url": "https://docker.chalmers.it", - "description": "digIT's very own docker registry!", - "github_url": "https://github.com/cthit/dockerBoi", - "icon": "ship" - }, - { - "title": "BussIT", - "url": "https://bussit.chalmers.it", - "description": "A quick way to know when the buses and trams leave Chalmers.", - "github_url": "https://github.com/cthit/BussIT", - "icon": "bus" - }, - { - "title": "hexIT", - "url": "https://hex.chalmers.it", - "description": "The (un)official color palette for IT", - "github_url": "https://github.com/cthit/hexit", - "icon": "water" - }, - { - "title": "pinIT", - "url": "https://pins.chalmers.it", - "description": "Create templates for printing pins", - "github_url": "https://github.com/cthit/pins", - "icon": "bulb" - } - + { + "title": "findIT", + "url": "http://findIT.chalmers.it", + "description": "A simple site for browsing the digital services available for Chalmers IT sections students.", + "github_url": "https://github.com/cthit/findIT", + "icon": "spyglass" + }, + { + "title": "chalmers.it", + "url": "https://chalmers.it", + "description": "Current version of chalmers.it, built with Rails.", + "github_url": "https://github.com/cthit/chalmersit-rails", + "icon": "it" + }, + { + "title": "dockerBoi", + "url": "https://docker.chalmers.it", + "description": "digIT's very own docker registry!", + "github_url": "https://github.com/cthit/dockerBoi", + "icon": "ship" + }, + { + "title": "BussIT", + "url": "https://bussit.chalmers.it", + "description": "A quick way to know when the buses and trams leave Chalmers.", + "github_url": "https://github.com/cthit/BussIT", + "icon": "bus" + }, + { + "title": "hexIT", + "url": "https://hex.chalmers.it", + "description": "The (un)official color palette for IT", + "github_url": "https://github.com/cthit/hexit", + "icon": "water" + } ] }, {