blob: 1f3045131ee04a48cc641ef9a953fc290a784826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
extends layout
block head
style.
body {
font-family: 'Roboto', sans-serif;
text-align: center;
margin: 32px;
}
.content {
max-width: 600px;
margin: 0 auto;
}
h1 {
color: #212121;
margin-bottom: 32px;
}
h2 {
color: #727272;
margin-bottom: 64px;
}
a, a:visited {
margin: 8px;
padding: 8px 16px;
background-color: #c84127;
color: white;
text-decoration: none;
font-weight: bold;
border-radius: 3px;
}
a:hover, a:focus, a:active {
background-color: #e45a3f;
}
block content
.content
script document.body.style.opacity = 1
if school === 'kiemm'
img(src='/icons/logo.svg', width="130")
else
img(src='/icons/logo.png')
h1 Er is iets mis gegaan tijdens het ophalen van de benodigde informatie
h2 Je kunt proberen door te gaan naar het oude rooster of Magister
a(href=baseMeetingpointUrl) Oud rooster
a(href='http://msa.magister.net/') Magister
|