From 8ac49e4db35dbcc792a2631c5b8b99854625807b Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Wed, 1 Dec 2021 01:00:53 +0000 Subject: [PATCH] Added footer text to quiz site. --- ref-test/quiz/templates/quiz/components/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ref-test/quiz/templates/quiz/components/footer.html b/ref-test/quiz/templates/quiz/components/footer.html index e69de29..e9ef23e 100644 --- a/ref-test/quiz/templates/quiz/components/footer.html +++ b/ref-test/quiz/templates/quiz/components/footer.html @@ -0,0 +1,3 @@ +

This web app was developed by Vivek Santayana. The source code for the web app, excluding any data pertaining to the questions in the quiz, is freely available at the repository under an MIT License.

+

All questions in the test are © The Scottish Korfball Association {{ now.year }}. All rights are reserved.

+

OpenDyslexic 3 is an open source typeface created by Abbie Gonzalez, licensed under a SIL-OFL. More information about OpenDyslexic is available on the project web site.

\ No newline at end of file