Add dashboard CSS and update screenshot paths

Moved CSS files for ADS-B and satellite dashboards, as well as the main index page. Updated screenshot image paths in the README and moved screenshot files to a dedicated images/screenshots directory. Adjusted HTML templates to use the new path for the CSS files.
This commit is contained in:
Jon Ander Oribe
2026-01-03 14:15:43 +01:00
parent 2905f3a3cd
commit ac0235312c
9 changed files with 4322 additions and 4086 deletions

View File

@@ -17,7 +17,7 @@
</p>
## Screenshot
<img src="screenshot2.png">
<img src="./templates/images/screenshots/screenshot2.png">
---
@@ -44,7 +44,7 @@ Open `http://localhost:5050` in your browser. See [Installation](#installation)
git clone https://github.com/smittix/intercept.git
cd intercept
uv venv --python 3.11.12 # Or your Python version
.venv\Scripts\activate
source .venv/bin/activate
uv sync
# Run (sudo recommended for full functionality)