diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index a4169374f..c12cda82a 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -352,6 +352,13 @@
"message": "Betaflight devs on slack"
},
+ "communityRCGroupsSupport": {
+ "message": "RC Groups Support"
+ },
+ "communitySlackSupport": {
+ "message": "Slack Support Live Chat"
+ },
+
"initialSetupBackupAndRestoreApiVersion": {
"message": "Backup and restore functionality disabled. You have firmware with API version $1, backup and restore requires $2. Please backup your settings via the CLI, see Betaflight documentation for procedure."
@@ -2253,16 +2260,7 @@
"onboardLoggingEraseInProgress": {
"message": "Erase in progress, please wait..."
},
- "onboardLoggingOnboardSDCard": {
+ "onboardLoggingOnboardSDCard": {
"message": "Onboard SD card"
}
-
-
-
-
-
-
-
-
-
}
diff --git a/changelog.html b/changelog.html
index 62b07a16d..414556811 100755
--- a/changelog.html
+++ b/changelog.html
@@ -1,6 +1,11 @@
+2017.04.25 - 2.0.2 - Cleanflight
+
+ - Add new support links.
+
2017.04.15 - 2.0.1 - Cleanflight
- Fix exceptions on disconnect / cable unplug.
+ - Improvements to port tab.
2017.02.25 - 2.0.0 - Cleanflight
diff --git a/tabs/landing.css b/tabs/landing.css
index 9c24edd36..37f5bc984 100755
--- a/tabs/landing.css
+++ b/tabs/landing.css
@@ -13,13 +13,43 @@
}
.tab-landing .content_top {
- height: 140px;
+ height: 100px;
background: #fff;
padding: 20px;
background-image: url(../images/pattern.png);
background-size: 300px;
}
+.tab-landing .community {
+ text-align: center;
+ margin: 15px 0px;
+}
+
+.tab-landing .community a {
+ display: block;
+}
+
+.tab-landing .community ul span {
+ color: white;
+ position: absolute;
+ padding: 10px;
+}
+
+.tab-landing .community ul {
+ font-size: 20px;
+ text-align: center;
+ width: 400px;
+ height: 50px;
+ display: inline-block;
+ position: relative;
+}
+
+.tab-landing .community ul i {
+ font-size: 50px;
+ color: white;
+ margin-left: -200px;
+}
+
.tab-landing .content_mid {
overflow: hidden;
}
diff --git a/tabs/landing.html b/tabs/landing.html
index 342280a90..bdec3225a 100644
--- a/tabs/landing.html
+++ b/tabs/landing.html
@@ -6,6 +6,10 @@
+