tweak /mobile, add link to footer

This commit is contained in:
Thibault Duplessis 2015-02-09 18:39:43 +01:00
parent eb89d5de7d
commit 17840662c1
2 changed files with 7 additions and 2 deletions

View file

@ -206,7 +206,8 @@ chessground: Boolean = true)(body: Html)(implicit ctx: Context)
</div>
<a href="@routes.Blog.index()">@trans.blog()</a> |
<a href="@routes.QaQuestion.index()" title="@trans.questionsAndAnswers()">Q&amp;A</a> |
<a href="@routes.Wiki.home" title="@trans.learnMoreAboutLichess()">Wiki</a><br />
<a href="@routes.Wiki.home" title="@trans.learnMoreAboutLichess()">Wiki</a> |
<a href="@routes.Main.mobile">Mobile App</a><br />
<a href="@routes.WorldMap.index" title="@trans.realTimeWorldMapOfChessMoves()">@trans.map()</a> |
<a href="@routes.Monitor.index">Monitor</a> |
<a href="@routes.Page.helpLichess">Help lichess.org</a>

View file

@ -16,7 +16,7 @@ moreCss = cssTag("mobile.css")) {
<img alt="Android app on Google Play"
src="https://developer.android.com/images/brand/en_app_rgb_wo_60.png" />
</a>
<h2>As good as lichess</h2>
<h2>lichess on the go</h2>
<ul class="block">
<li>Challenge online players</li>
<li>Play Stockfish level 1 to 8</li>
@ -36,6 +36,10 @@ moreCss = cssTag("mobile.css")) {
<li>Correspondence games</li>
<li>On The Board, offline</li>
</ul>
<p class="block">
More of the features you love from the website will be added in the near future.<br />
Look out for updates regularly!
</p>
<p class="block">
Android 4.4 and 5+ support: <span class="good support">GOOD</span><br />
Android 4.1 and 4.2 support: <span class="partial support">PARTIAL</span><br />