logo changed
This commit is contained in:
@ -4,18 +4,19 @@
|
||||
</style>
|
||||
<section>
|
||||
<div class="header">
|
||||
<h2>leanote, your own cloud note!</h2>
|
||||
<p>Knowledge, Sharing, Cooperation, Blog... all just in leanote</p>
|
||||
<h2>leanote, {{msg . "moto"}}</h2>
|
||||
<p>{{msg . "moto3"}}</p>
|
||||
<p>{{msg . "moto2"}}</p>
|
||||
|
||||
<div>
|
||||
<a class="btn btn-primary" href="https://github.com/leanote/leanote">Fork leanote on Github</a>
|
||||
<a class="btn btn-primary" href="https://github.com/leanote/leanote">{{msg . "fork github"}}</a>
|
||||
|
||||
|
||||
<a class="btn btn-default" href="/demo">Try it</a>
|
||||
<a class="btn btn-default" href="/demo">{{msg . "try"}}</a>
|
||||
{{if .openRegister}}
|
||||
|
||||
|
||||
OR
|
||||
OR
|
||||
|
||||
|
||||
<a class="btn btn-default" href="/register">{{msg . "register"}}</a>
|
||||
|
@ -1,5 +1,8 @@
|
||||
# leanote
|
||||
moto=your own cloud note!
|
||||
moto2=Knowledge, Sharing, Cooperation, Blog... all in leanote
|
||||
moto3=Brief But Not Simple
|
||||
fork github=Fork leanote on Github
|
||||
|
||||
# 首页
|
||||
forgetPassword = Forget password?
|
||||
|
@ -1,5 +1,8 @@
|
||||
# leanote
|
||||
moto=不一样的笔记!
|
||||
moto=你的私人云笔记!
|
||||
moto2=知识管理, 博客, 分享, 协作... 尽在leanote
|
||||
moto3=简约而不简单
|
||||
fork github=Github 源码
|
||||
|
||||
# 首页
|
||||
forgetPassword = 忘记密码?
|
||||
|
Reference in New Issue
Block a user