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/partials/conditions-tab.html | 121 +++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 web/templates/partials/conditions-tab.html (limited to 'web/templates/partials/conditions-tab.html') diff --git a/web/templates/partials/conditions-tab.html b/web/templates/partials/conditions-tab.html new file mode 100644 index 0000000..94c2f99 --- /dev/null +++ b/web/templates/partials/conditions-tab.html @@ -0,0 +1,121 @@ +{{define "conditions-tab"}} +
+ +
+

+ 🌋 Kilauea Webcams + (auto-refresh every 60s) +

+
+ +
+ + V1cam - West Rim + +
+ V1cam - West Rim +
+
+ + +
+ + V2cam - East Rim + +
+ V2cam - East Rim +
+
+ + +
+ + F1cam - Thermal + +
+ F1cam - Thermal +
+
+
+ +
+ + +
+ +
+

+ 🌴 Local Weather +

+
+
+ +
+ +
+
+ + +
+

+ 🇺🇸 National Weather +

+
+
+ +
+ +
+
+
+
+ + +{{end}} -- cgit v1.2.3