aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-17 19:33:57 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-17 19:33:57 +0100
commit7250c51f716a050c105aae4e9f46d9736e108654 (patch)
tree38c299859a38ae9e64e5781a0397339709db5136 /src/client/views
parent715f3bc11e5d27a98678d0f3644e151a10876dee (diff)
Change LICENSE to GPLv3
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/error.jade18
-rw-r--r--src/client/views/index.jade18
-rw-r--r--src/client/views/layout.jade18
-rw-r--r--src/client/views/redirect.jade32
4 files changed, 79 insertions, 7 deletions
diff --git a/src/client/views/error.jade b/src/client/views/error.jade
index 51ec12c..5f66d07 100644
--- a/src/client/views/error.jade
+++ b/src/client/views/error.jade
@@ -1,3 +1,21 @@
+// Copyright (C) 2018 Noah Loomans
+//
+// This file is part of rooster.hetmml.nl.
+//
+// rooster.hetmml.nl is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// rooster.hetmml.nl is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with rooster.hetmml.nl. If not, see <http://www.gnu.org/licenses/>.
+//
+
extends layout
block content
diff --git a/src/client/views/index.jade b/src/client/views/index.jade
index 89a2256..069473b 100644
--- a/src/client/views/index.jade
+++ b/src/client/views/index.jade
@@ -1,3 +1,21 @@
+// Copyright (C) 2018 Noah Loomans
+//
+// This file is part of rooster.hetmml.nl.
+//
+// rooster.hetmml.nl is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// rooster.hetmml.nl is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with rooster.hetmml.nl. If not, see <http://www.gnu.org/licenses/>.
+//
+
extends layout
block head
diff --git a/src/client/views/layout.jade b/src/client/views/layout.jade
index f7f9e1f..8894fa4 100644
--- a/src/client/views/layout.jade
+++ b/src/client/views/layout.jade
@@ -1,3 +1,21 @@
+// Copyright (C) 2018 Noah Loomans
+//
+// This file is part of rooster.hetmml.nl.
+//
+// rooster.hetmml.nl is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// rooster.hetmml.nl is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with rooster.hetmml.nl. If not, see <http://www.gnu.org/licenses/>.
+//
+
block variables
- var bodyStyle = '';
diff --git a/src/client/views/redirect.jade b/src/client/views/redirect.jade
index e895456..832589b 100644
--- a/src/client/views/redirect.jade
+++ b/src/client/views/redirect.jade
@@ -1,3 +1,21 @@
+// Copyright (C) 2018 Noah Loomans
+//
+// This file is part of rooster.hetmml.nl.
+//
+// rooster.hetmml.nl is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// rooster.hetmml.nl is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with rooster.hetmml.nl. If not, see <http://www.gnu.org/licenses/>.
+//
+
extends layout
block head
@@ -7,22 +25,22 @@ block head
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;
@@ -32,7 +50,7 @@ block head
font-weight: bold;
border-radius: 3px;
}
-
+
a:hover, a:focus, a:active {
background-color: #e45a3f;
}
@@ -43,5 +61,5 @@ block content
img(src='/icons/mml-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='http://www.meetingpointmco.nl/Roosters-AL/doc/') Oud rooster
- a(href='http://msa.magister.net/') Magister
+ a(href='http://www.meetingpointmco.nl/Roosters-AL/doc/') Oud rooster
+ a(href='http://msa.magister.net/') Magister