Skip to content

Commit

Permalink
edit About page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
soliury committed Jul 25, 2015
1 parent d53defa commit 6ddd3a6
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions app/containers/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ class Home extends Component {
<Text style={styles.subTitle}>For CNodejs.org</Text>
</TouchableOpacity>


<TouchableOpacity onPress={() => this.props.router.toUser({
userName:config.author.cnodeName
})}>
<Text style={styles.subTitle}>@soliury</Text>
<TouchableOpacity onPress={this._onSourceInGithubPress.bind(this)}>
<Icon
name='ion|social-github'
size={40}
color='rgba(255,204,0,1)'
style={[styles.rowIcon,{marginTop:20}]}/>
</TouchableOpacity>


Expand All @@ -73,17 +74,14 @@ class Home extends Component {


<View style={styles.footer}>
<View style={styles.row}>
<TouchableOpacity onPress={this._onSourceInGithubPress.bind(this)}>
<Icon
name='ion|social-github'
size={40}
color='rgba(255,204,0,1)'
style={styles.rowIcon}/>
</TouchableOpacity>
</View>

<View style={styles.row}>
<TouchableOpacity onPress={() => this.props.router.toUser({
userName:config.author.cnodeName
})}>
<Text style={styles.subTitle}>@soliury</Text>
</TouchableOpacity>

<View style={[styles.row]}>
<TouchableOpacity onPress={()=> window.link(config.author.blog)}>
<Image
style={styles.blog}
Expand Down

0 comments on commit 6ddd3a6

Please sign in to comment.