Skip to content
Snippets Groups Projects
Commit 56403feb authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'more-university-services' into 'master'

More university services

Closes #35

See merge request !14
parents f4252fc8 cafc2703
No related branches found
No related tags found
1 merge request!14More university services
Pipeline #6545 passed
......@@ -19,6 +19,33 @@ export const Uni = {
"CL-Account",
),
),
m(
ServiceLink,
new Service(
"Moodle",
"https://moodle.uni-heidelberg.de/",
"fa-solid fa-school-flag",
"Uni-ID",
),
),
m(
ServiceLink,
new Service(
"Uni-Webmail",
"https://sogo.uni-heidelberg.de/",
"fa-solid fa-inbox",
"Uni-Mail",
),
),
m(
ServiceLink,
new Service(
"HeiCo",
"https://heico.uni-heidelberg.de/",
"fa-solid fa-graduation-cap",
"Uni-ID",
),
),
]),
)
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment