From 7250c51f716a050c105aae4e9f46d9736e108654 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 17 Feb 2018 19:33:57 +0100 Subject: Change LICENSE to GPLv3 --- src/client/views/error.jade | 18 ++++++++++++++++++ src/client/views/index.jade | 18 ++++++++++++++++++ src/client/views/layout.jade | 18 ++++++++++++++++++ src/client/views/redirect.jade | 32 +++++++++++++++++++++++++------- 4 files changed, 79 insertions(+), 7 deletions(-) (limited to 'src/client/views') 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 . +// + 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 . +// + 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 . +// + 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 . +// + 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 -- cgit v1.1