Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
CF - Add support links.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Apr 24, 2017
1 parent 1203b82 commit 93517fe
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 11 deletions.
18 changes: 8 additions & 10 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,13 @@
"message": "<a href=\"http://betaflight.tk/slack\" target=\"_blank\">Betaflight devs on slack</a>"
},

"communityRCGroupsSupport": {
"message": "RC Groups Support"
},
"communitySlackSupport": {
"message": "Slack Support Live Chat"
},


"initialSetupBackupAndRestoreApiVersion": {
"message": "<span style=\"color: red\">Backup and restore functionality disabled.</span> You have firmware with API version <span style=\"color: red\">$1</span>, backup and restore requires <span class=\"message-positive\">$2</span>. Please backup your settings via the CLI, see Betaflight documentation for procedure."
Expand Down Expand Up @@ -2253,16 +2260,7 @@
"onboardLoggingEraseInProgress": {
"message": "Erase in progress, please wait..."
},
"onboardLoggingOnboardSDCard": {
"onboardLoggingOnboardSDCard": {
"message": "Onboard SD card"
}









}
5 changes: 5 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<span>2017.04.25 - 2.0.2 - Cleanflight</span>
<ul>
<li>Add new support links.</li>
</ul>
<span>2017.04.15 - 2.0.1 - Cleanflight</span>
<ul>
<li>Fix exceptions on disconnect / cable unplug.</li>
<li>Improvements to port tab.</li>
</ul>
<span>2017.02.25 - 2.0.0 - Cleanflight</span>
<ul>
Expand Down
32 changes: 31 additions & 1 deletion tabs/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 4 additions & 0 deletions tabs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<div class="" i18n="defaultWelcomeIntro" align="center"></div>
</div>
</div>
<div class="community">
<ul class="communitySlackSupport"><a href="https://cleanflight.slack.com/messages/C52RMJL01" target="_blank"><i class="fa fa-slack" aria-hidden="true"></i><span i18n="communitySlackSupport"></span></a></ul>
<ul class="communityRCGroupsSupport"><a href="https://www.rcgroups.com/forums/showthread.php?2249574-Cleanflight-firmware-for-STM32F3-based-FCBs-Check-First-Post-Please!!" target="_blank"><i class="fa fa-users" aria-hidden="true"></i><span i18n="communityRCGroupsSupport"></span></a></ul>
</div>
<div class="content_mid">
<div class="column third_left text1">
<div class="wrap">
Expand Down

0 comments on commit 93517fe

Please sign in to comment.