diff options
author | Camil Staps | 2019-11-18 12:45:22 +0100 |
---|---|---|
committer | Camil Staps | 2019-11-18 12:45:22 +0100 |
commit | 34909f023e00ea28d5a37302624d966a25b0c320 (patch) | |
tree | d3490bd8937d9f4b77483ab9a60ceb8b89b3eca1 | |
parent | Mark MA Hebrew & Aramaic as cum laude (diff) |
Clarify "(summa) cum laude" rules
-rw-r--r-- | resources/pug/finals/index.pug | 12 | ||||
-rw-r--r-- | resources/sass/style.scss | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index e011c33..7c595a7 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -160,13 +160,19 @@ block content table.main_table tr td 2017–2019 - td Research MA. #[a(href="https://www.universiteitleiden.nl/en/education/study-programmes/master/classics-and-ancient-civilizations-research/hebrew-and-aramaic-studies-research") Hebrew and Aramaic Studies], Leiden University (#[em cum laude]). + td + | Research MA. #[a(href="https://www.universiteitleiden.nl/en/education/study-programmes/master/classics-and-ancient-civilizations-research/hebrew-and-aramaic-studies-research") Hebrew and Aramaic Studies], Leiden University + | (#[abbr(title="A weighted average of more than 8/10 points, and a thesis graded with more than 8/10 points") #[em cum laude]]). tr td 2017–2019 - td MSc. #[a(href="https://www.ru.nl/english/education/masters/software-science/") Software Science], Radboud University Nijmegen (#[em summa cum laude]). + td + | MSc. #[a(href="https://www.ru.nl/english/education/masters/software-science/") Software Science], Radboud University Nijmegen + | (#[abbr(title="A weighted average of more than 9/10 points") #[em summa cum laude]]). tr td 2014–2017 - td BSc. #[a(href="https://www.ru.nl/opleidingen/bachelor/computing-science/") Computing Science], Radboud University Nijmegen (#[em cum laude]). + td + | BSc. #[a(href="https://www.ru.nl/opleidingen/bachelor/computing-science/") Computing Science], Radboud University Nijmegen + | (#[abbr(title="A weighted average of more than 8/10 points") #[em cum laude]]). h2 Other interests ul diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 6b222f6..1e774a5 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -18,6 +18,10 @@ body { color: #888; } +abbr { + border-width: 0 !important; +} + img#profile { margin: 1em 1em 1em 0; } |