From 3bb2816c7bd1460bb7f83474638c5c7f9353add3 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Thu, 10 Apr 2025 20:20:53 -0600 Subject: [PATCH] Enhance user interface and functionality across multiple pages: Added contact information section with improved styling, updated footer layout for better organization, and implemented live indicators for system status. Enhanced navigation links and added offline notice for the dashboard. Improved overall responsiveness and visual consistency. --- ansible-docs.html | 69 +++++++++++-- ansible-help.html | 146 ++++++++++++++++++++++++---- ansible-sandbox.html | 225 +++++++++++++++++++++++++++++++++---------- dashboard.html | 205 +++++++++++++++++++++++++++++++-------- index.html | 15 ++- 5 files changed, 540 insertions(+), 120 deletions(-) diff --git a/ansible-docs.html b/ansible-docs.html index b23226e..76f7458 100644 --- a/ansible-docs.html +++ b/ansible-docs.html @@ -382,6 +382,19 @@ display: flex; } } + + .contact-info { + margin-top: 2rem; + } + + .contact-info p { + margin-bottom: 0.5rem; + } + + .contact-email { + color: #60a5fa; /* Lighter blue color for better readability */ + font-weight: 600; + } @@ -838,13 +851,55 @@ web-server/ -