add a link to the videos in the footer, for a start

This commit is contained in:
Thibault Duplessis 2015-03-22 19:57:03 +01:00
parent 0232288dca
commit 16e6335a30
3 changed files with 3 additions and 2 deletions

View file

@ -208,6 +208,7 @@ 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.Video.index" title="Free Chess Videos">Videos</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> |

View file

@ -9,7 +9,7 @@ control = control) {
@if(control.filter.tags.nonEmpty) {
@pluralize("video", videos.nbResults) found
} else {
Video library
Free Chess video library
}
</h1>
</div>

View file

@ -89,7 +89,7 @@ form.color .color_3 span {
margin-top: 1em;
}
#trainer .start {
font-size: 30px;
font-size: 20px;
}
#trainer .score {
position: absolute;