feat: Updated page to dark theme and fixed small ui bugs
All checks were successful
Build Docker / Build Image (push) Successful in 25s

This commit is contained in:
2024-01-24 02:38:19 +11:00
parent 35cc610ad3
commit d17b45cafc
16 changed files with 281 additions and 224 deletions

View File

@@ -1,4 +1,8 @@
# website
HNSAU website files
These sync to the https://gday.hnsau website
To deploy the website, run the following commands:
```
sudo docker run -d -p 5000:5000 --name hnsau git.woodburn.au/nathanwoodburn/hnsau:latest
```