Skip to content
Snippets Groups Projects
Commit cafc2703 authored by jaramillo's avatar jaramillo
Browse files

Added more uni services

parent f4252fc8
No related branches found
No related tags found
1 merge request!14More university services
......@@ -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