Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "added pins" something wrong with ui lol #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 35 additions & 44 deletions frontend/data/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
{
Expand Down