add 'get started' link to the bottom of class home pages

Change-Id: I0f4615562efca083e7d1c50bb9e9eaa2cc250ced
This commit is contained in:
Scott Main
2014-01-23 10:50:57 -08:00
parent 612a88b7fa
commit 9ee0fae1e8
2 changed files with 30 additions and 17 deletions

View File

@@ -528,6 +528,11 @@ video.with-shadow {
width:262px;
}
.paging-links a.start-class-link {
width:100%;
text-align:right;
}
/* list of classes on course landing page */
ol.class-list {
list-style:none;
@@ -4902,7 +4907,7 @@ a.download-sdk {
color:#555;
text-transform:uppercase;
border-bottom:none;
margin:0;
margin:0 0 1em;
padding:5px 0 0;
}

View File

@@ -156,6 +156,14 @@
ja-lang="次へ"
es-lang="Siguiente"
>Next</a>
<a href="#" class="start-class-link hide"
zh-tw-lang="開始上課"
zh-cn-lang="开始"
ru-lang="Начало работы"
ko-lang="시작하기"
ja-lang="開始する"
es-lang="Empezar"
>Get started</a>
<?cs /if ?>
</div>
<?cs /if ?>