mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
update infotab
This commit is contained in:
@@ -25,14 +25,24 @@ class InfoTab extends React.Component {
|
|||||||
<div styleName='top'>
|
<div styleName='top'>
|
||||||
<img styleName='icon' src='../resources/app.png' width='150' height='150'/>
|
<img styleName='icon' src='../resources/app.png' width='150' height='150'/>
|
||||||
<div styleName='appId'>Boostnote {appVersion}</div>
|
<div styleName='appId'>Boostnote {appVersion}</div>
|
||||||
<div styleName='madeBy'>Made by MAISIN&CO.</div>
|
<div styleName='description'>
|
||||||
|
A simple markdown/snippet note app for developer.
|
||||||
|
</div>
|
||||||
|
<div styleName='madeBy'>Made by
|
||||||
|
<a href='http://maisin.co/'
|
||||||
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
>MAISIN&CO.</a></div>
|
||||||
|
<div styleName='copyright'>Copyright 2016 MAISIN&CO. All rights reserved.</div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul styleName='list'>
|
||||||
<li>
|
<li>
|
||||||
- License : GPLv3
|
The codes of this app is published under GPLv3 license.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
- Issue Tracker : <a href='https://github.com/BoostIO/Boostnote/issues'
|
Any kinds of feedback, creating a new issue or a pull request, would be welcomed.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Issue Tracker : <a href='https://github.com/BoostIO/Boostnote/issues'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>https://github.com/BoostIO/Boostnote/issues</a>
|
>https://github.com/BoostIO/Boostnote/issues</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -3,11 +3,33 @@
|
|||||||
white-space pre
|
white-space pre
|
||||||
line-height 1.4
|
line-height 1.4
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
|
width 100%
|
||||||
|
|
||||||
.top
|
.top
|
||||||
text-align center
|
text-align center
|
||||||
margin-bottom 25px
|
margin-bottom 25px
|
||||||
|
|
||||||
.appId
|
.appId
|
||||||
font-size 18px
|
font-size 24px
|
||||||
|
|
||||||
|
.description
|
||||||
|
overflow hidden
|
||||||
|
white-space normal
|
||||||
|
line-height 1.5
|
||||||
|
margin 5px auto 10px
|
||||||
|
font-size 14px
|
||||||
|
text-align center
|
||||||
|
|
||||||
.madeBy
|
.madeBy
|
||||||
font-size 12px
|
font-size 12px
|
||||||
$ui-inactive-text-color
|
$ui-inactive-text-color
|
||||||
|
|
||||||
|
.copyright
|
||||||
|
font-size 12px
|
||||||
|
$ui-inactive-text-color
|
||||||
|
|
||||||
|
.list
|
||||||
|
list-style square
|
||||||
|
padding-left 2em
|
||||||
|
li
|
||||||
|
white-space normal
|
||||||
|
|||||||
Reference in New Issue
Block a user