From 0f5eafff125b87b4f8929afe253b1967fa850bec Mon Sep 17 00:00:00 2001
From: James Arcus <jimbo@ucc.asn.au>
Date: Tue, 1 Oct 2024 15:37:47 +0800
Subject: [PATCH] Add Unisfa closing notice

---
 pages/unisfa_door_closed.html  | 2 ++
 pages/unisfa_door_open.html    | 2 ++
 pages/unisfa_door_unavail.html | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/pages/unisfa_door_closed.html b/pages/unisfa_door_closed.html
index 28b29de..b4c39ac 100644
--- a/pages/unisfa_door_closed.html
+++ b/pages/unisfa_door_closed.html
@@ -7,6 +7,8 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
+    <h2>Important notice</h2>
+    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door is currently closed.</p>
     <img
diff --git a/pages/unisfa_door_open.html b/pages/unisfa_door_open.html
index 0bb2161..584e0e1 100644
--- a/pages/unisfa_door_open.html
+++ b/pages/unisfa_door_open.html
@@ -7,6 +7,8 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
+    <h2>Important notice</h2>
+    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door is currently open!</p>
     <img
diff --git a/pages/unisfa_door_unavail.html b/pages/unisfa_door_unavail.html
index a445da5..65fc56c 100644
--- a/pages/unisfa_door_unavail.html
+++ b/pages/unisfa_door_unavail.html
@@ -7,6 +7,8 @@
   </head>
   <body>
     <p><a href="#light">lightmode</a> <a href="#dark">darkmode</a></p>
+    <h2>Important notice</h2>
+    <p>The Unisfa clubroom will be closed from 5am - 12pm Wednesday 2 October for aircon installation. Please see the club's Discord for more information.</p>
     <h1>Unisfa Door Status</h1>
     <p>The door sensor is currently unavailable. Sorry :-(</p>
     <script src="/static/darkmode.js"></script>
-- 
GitLab