From 18cc053300c01b5696527727237850f019680c36 Mon Sep 17 00:00:00 2001 From: PROJECT ZERO <56379955+ProjectZeroDays@users.noreply.github.com> Date: Sat, 8 Feb 2025 01:50:00 -0600 Subject: [PATCH] Update dashboard pages with consistent styling and navigation Add consistent styling, navigation links, and footers to various frontend dashboard pages. * **admin_login.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. * **admin_profile.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. * **ai_chatbox_settings.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. * **ai_code_review.html**: Add a footer with links to other dashboard pages. * **analytics_dashboard.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. * **c2_panel.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. * **index.html**: Add a link to the main dashboard in the navigation menu, update CSS classes for consistent styling, and add a footer with links to other dashboard pages. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProjectZeroDays/zero-click-exploits?shareId=XXXX-XXXX-XXXX-XXXX). --- src/frontend/admin_login.html | 43 ++- src/frontend/admin_profile.html | 100 +++++-- src/frontend/ai_chatbox_settings.html | 23 +- src/frontend/ai_code_review.html | 20 ++ src/frontend/analytics_dashboard.html | 26 +- src/frontend/c2_panel.html | 26 +- src/frontend/index.html | 361 +++++------------------- src/frontend/organization_profile.html | 20 +- src/frontend/osint_tools_dashboard.html | 90 ++++-- src/frontend/rat_dashboard.html | 64 ++++- src/frontend/rss_dashboard.html | 26 +- src/frontend/shodan_dashboard.html | 89 ++++-- src/frontend/trojan_dashboard.html | 157 +++++------ src/frontend/user_profiles.html | 100 +++++-- src/frontend/zenmap_dashboard.html | 89 ++++-- 15 files changed, 741 insertions(+), 493 deletions(-) diff --git a/src/frontend/admin_login.html b/src/frontend/admin_login.html index 07471d0..40e0b18 100644 --- a/src/frontend/admin_login.html +++ b/src/frontend/admin_login.html @@ -23,6 +23,9 @@