Implemented Dark Mode and revised Nav Bar

This commit is contained in:
Joshua L3
2025-06-20 13:09:18 -06:00
parent 9168f0ac9c
commit 9d84adef81
5 changed files with 342 additions and 21 deletions

18
net/net.json Normal file
View File

@@ -0,0 +1,18 @@
{
"weekly": [
{ "date": "2025-06-06", "count": 12 },
{ "date": "2025-06-13", "count": 15 },
{ "date": "2025-06-20", "count": 9 },
{ "date": "2025-06-27", "count": 17 }
],
"callsigns": [
"KD7XYZ",
"N0CALL",
"KI7ABC",
"W7BYU",
"KJ7DEF",
"KA6TST",
"W1RAD",
"KN7HAM"
]
}