mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Merge pull request #1095 from mikeller/add_facebook_link
Added Facebook link, cleaned up landing page.
This commit is contained in:
commit
78280a9b2f
4 changed files with 31 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
1
src/images/flogo_RGB_HEX-1024.svg
Normal file
1
src/images/flogo_RGB_HEX-1024.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><defs><style>.cls-1{fill:#4267b2;}.cls-2{fill:#fff;}</style></defs><title>flogo_RGB_HEX-1024</title><path class="cls-1" d="M967.48,0h-911A56.51,56.51,0,0,0,0,56.52v911A56.51,56.51,0,0,0,56.52,1024H547V628H414V473H547V358.93c0-132.26,80.77-204.28,198.76-204.28,56.51,0,105.08,4.21,119.24,6.09V299l-81.37,0c-64.2,0-76.63,30.51-76.63,75.28V473H860.49l-20,155H707v396H967.48A56.51,56.51,0,0,0,1024,967.48v-911A56.51,56.51,0,0,0,967.48,0Z"/><path id="f" class="cls-2" d="M707,1024V628H840.5l20-155H707V374.28c0-44.77,12.43-75.28,76.63-75.28L865,299V160.74c-14.16-1.88-62.73-6.09-119.24-6.09-118,0-198.76,72-198.76,204.28V473H414V628H547v396Z"/><path class="cls-1" d="M967.48,0h-911A56.51,56.51,0,0,0,0,56.52v911A56.51,56.51,0,0,0,56.52,1024H547V628H414V473H547V358.93c0-132.26,80.77-204.28,198.76-204.28,56.51,0,105.08,4.21,119.24,6.09V299l-81.37,0c-64.2,0-76.63,30.51-76.63,75.28V473H860.49l-20,155H707v396H967.48A56.51,56.51,0,0,0,1024,967.48v-911A56.51,56.51,0,0,0,967.48,0Z"/><path id="f-2" data-name="f" class="cls-2" d="M707,1024V628H840.5l20-155H707V374.28c0-44.77,12.43-75.28,76.63-75.28L865,299V160.74c-14.16-1.88-62.73-6.09-119.24-6.09-118,0-198.76,72-198.76,204.28V473H414V628H547v396Z"/></svg>
|
After Width: | Height: | Size: 1.3 KiB |
|
@ -31,6 +31,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_mid_bottom">
|
||||
<div class="logo">
|
||||
<img src="./images/flogo_RGB_HEX-1024.svg" alt="Facebook" width="30" />
|
||||
</div>
|
||||
<div class="text4" i18n="defaultFacebookText"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_foot">
|
||||
<div class="sponsors">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue