diff --git a/locales/en/messages.json b/locales/en/messages.json index 558871df..a70711bf 100644 --- a/locales/en/messages.json +++ b/locales/en/messages.json @@ -496,7 +496,7 @@ "message": "Hardware" }, "defaultWelcomeText": { - "message": "The application supports all hardware that can run Betaflight. Check flash tab for full list of hardware.

Download Betaflight Blackbox

The firmware source code can be downloaded from here
The newest binary firmware image is available here

Latest CP210x Drivers can be downloaded from here
Latest STM USB VCP Drivers can be downloaded from here
Latest Zadig for Windows USB driver installation can be downloaded from here
" + "message": "The application supports all hardware that can run Betaflight. Check flash tab for full list of hardware.

Download Betaflight Blackbox Log Viewer

The firmware source code can be downloaded from here

Latest CP210x Drivers can be downloaded from here
Latest STM USB VCP Drivers can be downloaded from here
Latest Zadig for Windows USB driver installation can be downloaded from here
" }, "defaultContributingHead": { "message": "Contributing" @@ -504,6 +504,9 @@ "defaultContributingText": { "message": "If you would like to help make Betaflight even better you can help in many ways, including:
" }, + "defaultFacebookText": { + "message": "We also have a Facebook Group.
Join us to get a place to talk about Betaflight, ask configuration questions, or just hang out with fellow pilots." + }, "defaultChangelogAction": { "message": "Changelog" }, diff --git a/src/css/tabs/landing.css b/src/css/tabs/landing.css index 59cd8c19..2fcef348 100755 --- a/src/css/tabs/landing.css +++ b/src/css/tabs/landing.css @@ -91,7 +91,7 @@ color: #fff; } -.text1, .text2, .text3 { +.text1, .text2, .text3, .text4 { margin-top: 15px; margin-bottom: 15px; font-weight: normal; @@ -141,7 +141,6 @@ .tab-landing .content_mid .text2 li { padding: 5px 0; - border-top: 1px dotted silver; } .tab-landing .content_mid .text3 { @@ -164,6 +163,24 @@ text-align: center; } +.tab-landing .content_mid_bottom { + padding: 15px; + padding-top: 0px; + padding-bottom: 0px; +} + +.tab-landing .content_mid_bottom .logo { + float: left; + width: 40px; +} + +.tab-landing .content_mid_bottom .text4 { + margin-top: 0px; + margin-left: 5px; + display: block; + float: left; +} + /* changelog block */ #changelog { width: 250px; @@ -237,4 +254,4 @@ #changelog .log p { margin-bottom: 20px; -} \ No newline at end of file +} diff --git a/src/images/flogo_RGB_HEX-1024.svg b/src/images/flogo_RGB_HEX-1024.svg new file mode 100644 index 00000000..24643f3a --- /dev/null +++ b/src/images/flogo_RGB_HEX-1024.svg @@ -0,0 +1 @@ +flogo_RGB_HEX-1024 \ No newline at end of file diff --git a/src/tabs/landing.html b/src/tabs/landing.html index 13ceaa8a..1531f45f 100644 --- a/src/tabs/landing.html +++ b/src/tabs/landing.html @@ -31,6 +31,12 @@ +
+ +
+