Skip to content

Commit c6151e1

Browse files
authored
added disclaimer
1 parent 7f23820 commit c6151e1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

templates/base.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@
1717
{{template "content" .}}
1818
</div>
1919

20-
<footer class="fixed bottom-0 flex justify-center items-center w-full p-5">
20+
<footer class="fixed bottom-0 flex flex-col justify-center items-center w-full p-5">
2121
<span class="text-xs md:text-sm">
22-
Having issues? Contact <a class="link link-info" target="blank_" href="mailto:dirit@uvicecss.ca">dirit@uvicecss.ca<a/>.
22+
Having issues? Contact <a class="link link-info" target="blank_" href="mailto:dirit@uvicecss.ca">dirit@uvicecss.ca</a>.<br/>
2323
</span>
24+
25+
<p class="mt-1 text-[10px] md:text-xs text-gray-500 italic max-w-3xl text-center">
26+
<strong>DISCLAIMER:</strong>
27+
the lockers are located in buildings which students have 24-hour keycard access to,
28+
so use caution regarding storage of valuables.
29+
The ECSS takes no responsibility for the security of items stored in student lockers.
30+
</p>
31+
2432
</footer>
2533
</body>
2634
</html>

0 commit comments

Comments
 (0)