1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00
betaflight-configurator/tabs/landing.html
Dominic Clifton d269d60391 Improve user experience by adding tabs for the welcome and firmware
flasher.

The welcome (aka 'landing') and firmware flasher were already modelled
as tabs but were never displayed as tabs.

The UI didn't make sense when the whether the welcome message or
firmware flasher was displayed since there was no active tab or other
indication.
2015-01-25 17:37:47 +01:00

37 lines
No EOL
1.6 KiB
HTML

<div class="tab-landing">
<div class="left">
<div class="optional_permissions">
<div class="title" i18n="default_optional_permissions_head"></div>
<p i18n="default_optional_permissions_text"></p>
<a id="requestOptionalPermissions" href="#" i18n="default_request_optional_permissions"></a>
<div class="clear-both"></div>
</div>
<div class="welcome" i18n="defaultWelcomeText"></div>
<div class="donate">
<div class="title" i18n="defaultDonateHead"></div>
<p i18n="defaultDonateText">
</p>
<div class="buttons">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TSQKVT6UYKGL6" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a></li>
</div>
</div>
<div class="sponsors">
<div class="title">Sponsors</div>
<p>
&bull; <a href="http://www.massiverc.com" title="www.massiverc.com" target="_blank">MassiveRC</a><br />
</p>
<p>
&bull; <a href="http://www.armattanquads.com/" title="www.armattanquads.com" target="_blank">Armattan Quads</a><br />
</p>
</div>
</div>
<div class="right">
<div class="changelog configurator">
<div class="title" i18n="defaultChangelogHead"></div>
<div class="wrapper">
<!-- changelog content will be loaded here -->
</div>
</div>
</div>
<div class="clear-both"></div>
</div>