diff --git a/frontendApp/assets/css/style.css b/frontendApp/assets/css/style.css index a10808c..75b5420 100644 --- a/frontendApp/assets/css/style.css +++ b/frontendApp/assets/css/style.css @@ -1004,15 +1004,84 @@ thead cell{ /* CSS style for Help Menu */ -.accordion-button { - background-color: black; - color: white; +/*side tabs*/ +* {box-sizing: border-box} +body {font-family: "Lato", sans-serif;} + +/* Style the tab */ +.tab { + float: left; + background-color: rgb(204, 204, 204); + width: 30%; + height: 550px; } -.accordion-collapse { - background-color: rgba(225, 225, 225, 0.7); - color: black; + +/* Style the buttons inside the tab */ +.tab button { + color: #282828; + background-color: rgb(204, 204, 204); + border-right: 2px #b8b4a8 solid; + border-bottom: none; + display: block; + padding: 22px 16px; + width: 100%; + outline: none; + text-align: left; + cursor: pointer; + transition: 0.3s; + font-size: 17px; } -.accordion-item { - border-color: #852401; - color: white; + +/* Change background color of buttons on hover */ +.tab button:hover { + color: #282828; + background-color: rgb(220, 220, 220); + border-top: 2px #282828 solid; + border-left: 1px #fff solid; + border-right: none; + border-bottom: 1px #fff solid; +} + +/* Create an active/current "tab button" class */ +.tab button.active { + color: #282828; + background: rgb(239, 239, 239); + border-top: 1px #282828 solid; + border-left: 2px #282828 solid; + border-right: none; + border-bottom: 1px #282828 solid; +} + +/* Style the tab content */ +.sideTabContent { + background: rgb(239, 239, 239); + color: #1b1b3d; + margin: 0 0; + float: left; + padding: 12px 12px; + width: 70%; + height: 550px; + border-top: 1px #282828 solid; + border-left: none; + border-right: 1px #282828 solid; + border-bottom: 1px #282828 solid; +} + +div.scrolledText { + width: 100%; + height: 100%; + overflow: auto; +} + +#roverLogoImg{ + max-width: 750px; +} +#manualCTRLImg{ + max-width: 700px; +} +#telemetryImg, #serialImg{ + max-width: 200px; +} +#liveStreamingImg, #controlPadImg, #terminalImg{ + max-width: 250px; } \ No newline at end of file diff --git a/frontendApp/assets/images/Control-Pad.png b/frontendApp/assets/images/Control-Pad.png new file mode 100644 index 0000000..ed98831 Binary files /dev/null and b/frontendApp/assets/images/Control-Pad.png differ diff --git a/frontendApp/assets/images/Manual-Control-Live-Streaming.png b/frontendApp/assets/images/Manual-Control-Live-Streaming.png new file mode 100644 index 0000000..b6f88d5 Binary files /dev/null and b/frontendApp/assets/images/Manual-Control-Live-Streaming.png differ diff --git a/frontendApp/assets/images/Manual-Control-Serial-Feed.png b/frontendApp/assets/images/Manual-Control-Serial-Feed.png new file mode 100644 index 0000000..34e65c2 Binary files /dev/null and b/frontendApp/assets/images/Manual-Control-Serial-Feed.png differ diff --git a/frontendApp/assets/images/Manual-Control-Telemetry.png b/frontendApp/assets/images/Manual-Control-Telemetry.png new file mode 100644 index 0000000..5052979 Binary files /dev/null and b/frontendApp/assets/images/Manual-Control-Telemetry.png differ diff --git a/frontendApp/assets/images/Manual-Control-Terminal.png b/frontendApp/assets/images/Manual-Control-Terminal.png new file mode 100644 index 0000000..cbd53e4 Binary files /dev/null and b/frontendApp/assets/images/Manual-Control-Terminal.png differ diff --git a/frontendApp/assets/images/Manual-Control.png b/frontendApp/assets/images/Manual-Control.png new file mode 100644 index 0000000..3c32c9b Binary files /dev/null and b/frontendApp/assets/images/Manual-Control.png differ diff --git a/frontendApp/help.html b/frontendApp/help.html index e7c8939..ecdc853 100644 --- a/frontendApp/help.html +++ b/frontendApp/help.html @@ -27,100 +27,231 @@
-

Help

- Some text here +

Setup Guides

+
Select your platform to reach the correct page
-
- -
- Some text here too
-
+
+ + - - + + + \ No newline at end of file