From b03fa42c2d81cf34aa518a420c894c4ae86fac50 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 24 Jan 2026 20:37:54 -1000 Subject: Add Conditions page with live volcano and weather feeds - Standalone full-screen page at /conditions - Tiled grid layout with autoplaying video feeds - USGS Kilauea webcams (V1cam, V2cam) via YouTube embeds - Windy weather maps (local Hawaii + national US) - Opens in new tab from dashboard nav Closes #29 Co-Authored-By: Claude Opus 4.5 --- web/templates/conditions.html | 104 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 web/templates/conditions.html (limited to 'web/templates/conditions.html') diff --git a/web/templates/conditions.html b/web/templates/conditions.html new file mode 100644 index 0000000..5859a9c --- /dev/null +++ b/web/templates/conditions.html @@ -0,0 +1,104 @@ + + + + + + Conditions - Live Feeds + + + + + + ← Dashboard + +
+ +
+ + V1cam - Kilauea West +
+ + +
+ + V2cam - Kilauea East +
+ + +
+ + Local Weather +
+ + +
+ + National Weather +
+
+ + -- cgit v1.2.3