<view class="container">
	<view class="userinfo">
		<image class="userinfo-avatar" src="{{ userInfo.avatarUrl }}" background-size="cover"></image>
		<text class="userinfo-nickname">{{ userInfo.nickName }}</text>
	</view>
	<view class="usermotto">
		<view class="user-motto">{{ motto }}</view>
		<text class="user-github">{{ github }}</text>
	</view>
</view>