diff --git a/css/style.css b/css/style.css index 5ad9c6c58b..ceca3efffb 100644 --- a/css/style.css +++ b/css/style.css @@ -753,6 +753,22 @@ a:hover { border: 1px solid silver; } +.tab-about { +} + .tab-about p { + padding: 5px; + margin-bottom: 10px; + + border: 1px dotted silver; + } + .tab-about .created { + position: absolute; + + width: 905px; + bottom: 0px; + + text-align: center; + } /* Flotr related styles */ .flotr-legend { diff --git a/images/btn_donate_SM.gif b/images/btn_donate_SM.gif new file mode 100644 index 0000000000..d6df5107ed Binary files /dev/null and b/images/btn_donate_SM.gif differ diff --git a/js/main.js b/js/main.js index 00c9755c61..c37e51579b 100644 --- a/js/main.js +++ b/js/main.js @@ -43,13 +43,14 @@ $(document).ready(function() { $('#content').load("./tabs/sensors.html", tab_initialize_sensors); } else if ($(this).parent().hasClass('tab_cli')) { $('#content').load("./tabs/cli.html", tab_initialize_cli); + } else if ($(this).parent().hasClass('tab_about')) { + $('#content').load("./tabs/about.html"); } - } }); // temporary - //$('#content').load("./tabs/cli.html", tab_initialize_cli); + //$('#content').load("./tabs/about.html"); }); function disable_timers() { diff --git a/main.html b/main.html index ace38ec4ec..53b17d2a66 100644 --- a/main.html +++ b/main.html @@ -87,6 +87,7 @@
+ baseflight / multiwii configurator was designed to "step up the game" where the configuration required for each UAV
+ was becoming rather complex and difficult to do in certain environments as linux and mac os is getting a bigger userbase,
+ i think a proper cross-platform GUI was needed to allow new users (beginners) to join the platform much easier.
+
+ If you like this software and think it should be developer further, please consider a small donation
+ As i am unemployed, i could really use the money.
+
+ Thank you
+
+
+
+ created for baseflight & multiwii by cTn © +
+- Some text goes here + Reset all settings to default
- Some info goes here
+ Bars on the left are representing raw PWM signal for ESCs.
+ Bars on the right are representing raw PWM signal for Servos.