From c07db91ae2ec5f5c040b99ca69e6854172e4a287 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 19 Mar 2017 10:56:45 +0100 Subject: Compactify SA list --- resources/pug/finals/index.pug | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'resources/pug/finals') diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index c5830d5..22efd26 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -39,24 +39,26 @@ block content p Student assistant at the #[a(href="http://www.ru.nl/science") Faculty of Science] at the Radboud University Nijmegen. mixin saItem(guide, name) + | #[a(href=guide)= name], + + mixin lastSaItem(guide, name) a(href=guide)= name - br - h6 2016-17 p + | 2016-17: +saItem("https://studiegids.science.ru.nl/2016/science/prospectus/inf_ba/course/40559/", "Algorithms and Data Structures") +saItem("https://studiegids.science.ru.nl/2016/science/course/40511/", "Combinatorics") +saItem("http://studiegids.science.ru.nl/2016/en/socsci/course/41452/", "Functional Programming for AI") +saItem("http://www.studiegids.science.ru.nl/2016/science/prospectus/inf_ba/course/40568/", "Functional Programming 1") +saItem("http://studiegids.science.ru.nl/2016/en/science/course/40564/", "Introduction to Cryptography") - +saItem("https://studiegids.science.ru.nl/2016/science/prospectus/inf_ba/course/40560/", "Operating Systems") - h6 2015-16 + +lastSaItem("https://studiegids.science.ru.nl/2016/science/prospectus/inf_ba/course/40560/", "Operating Systems") p + | 2015-16: +saItem("https://cs.ru.nl/~hubbers/courses/co_1516/", "Combinatorics") +saItem("https://studiegids.science.ru.nl/2015/science/prospectus/inf_ba/course/37072/", "Functional Programming 1") +saItem("https://studiegids.science.ru.nl/2015/course/37073/", "Functional Programming 2") +saItem("https://studiegids.science.ru.nl/2015/science/prospectus/inf_ba/course/37067/", "Introduction to Cryptography") - +saItem("https://cs.ru.nl/~hubbers/courses/ms_1516/", "Mathematical Structures") + +lastSaItem("https://cs.ru.nl/~hubbers/courses/ms_1516/", "Mathematical Structures") h2 Education table.main_table -- cgit v1.2.3