From 31d2f3f08704a9c938d268b41994c90ef31c5e4d Mon Sep 17 00:00:00 2001 From: assada Date: Fri, 23 Sep 2022 12:12:16 +0300 Subject: [PATCH] Clenup --- .gitignore | 3 +- css/flightindicators.css | 52 -------- css/flightindicators.min.css | 8 -- dashboard.html | 237 ----------------------------------- gui.html | 47 ------- map.html | 1 + 6 files changed, 3 insertions(+), 345 deletions(-) delete mode 100644 css/flightindicators.css delete mode 100644 css/flightindicators.min.css delete mode 100644 dashboard.html delete mode 100644 gui.html diff --git a/.gitignore b/.gitignore index 40b878d..04c01ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +dist/ \ No newline at end of file diff --git a/css/flightindicators.css b/css/flightindicators.css deleted file mode 100644 index 68c1ecf..0000000 --- a/css/flightindicators.css +++ /dev/null @@ -1,52 +0,0 @@ -/* -* jQuery Flight Indicators plugin -* By Sébastien Matton (seb_matton@hotmail.com) -* Published under GPLv3 License. -* -* https://github.com/sebmatton/jQuery-Flight-Indicators -*/ - -/* Global block of an indicator*/ -div.instrument { - width: 250px; - height: 250px; - position: relative; - display: inline-block; - overflow: hidden; -} - -/* The box containing any element of an indicator */ -div.instrument .box { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -/* Default transformations */ - -div.instrument.attitude div.roll { - transform: rotate(0deg); -} -div.instrument.attitude div.roll div.pitch { - top: 0%; -} -div.instrument.heading div.yaw { - transform: rotate(0deg); -} -div.instrument.vario div.vario { - transform: rotate(0deg); -} -div.instrument.speed div.airspeed { - transform: rotate(90deg); -} -div.instrument.altimeter div.pressure { - transform: rotate(40deg); -} -div.instrument.altimeter div.needle { - transform: rotate(90deg); -} -div.instrument.altimeter div.needleSmall { - transform: rotate(90deg); -} diff --git a/css/flightindicators.min.css b/css/flightindicators.min.css deleted file mode 100644 index 3aca1c3..0000000 --- a/css/flightindicators.min.css +++ /dev/null @@ -1,8 +0,0 @@ -/* -* jQuery Flight Indicators plugin -* By Sébastien Matton (seb_matton@hotmail.com) -* Published under GPLv3 License. -* -* https://github.com/sebmatton/jQuery-Flight-Indicators -*/ -div.instrument{width:250px;height:250px;position:relative;display:inline-block;overflow:hidden}div.instrument .box{position:absolute;top:0;left:0;width:100%;height:100%}div.instrument.attitude div.roll{transform:rotate(0deg)}div.instrument.attitude div.roll div.pitch{top:0}div.instrument.heading div.yaw,div.instrument.vario div.vario{transform:rotate(0deg)}div.instrument.speed div.airspeed{transform:rotate(90deg)}div.instrument.altimeter div.pressure{transform:rotate(40deg)}div.instrument.altimeter div.needle,div.instrument.altimeter div.needleSmall{transform:rotate(90deg)} \ No newline at end of file diff --git a/dashboard.html b/dashboard.html deleted file mode 100644 index 8f3b24d..0000000 --- a/dashboard.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - Dashboard - - - - - - - - Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- -
-
-

- Головна -

-
-
-
- - - - - - - - - - - - \ No newline at end of file diff --git a/gui.html b/gui.html deleted file mode 100644 index 462a735..0000000 --- a/gui.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - Document - - - - - - - - - \ No newline at end of file diff --git a/map.html b/map.html index 617cf43..735ef82 100644 --- a/map.html +++ b/map.html @@ -92,6 +92,7 @@ font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; margin: 10px; background-color: #232323; color: #fff; + border: #838383 solid 1px; } #data > .data_el {