some preparation for no builds

This commit is contained in:
Lisa Passing 2015-07-07 17:47:20 +02:00
parent 8a1d1b9be6
commit fc5e003be9
3 changed files with 15 additions and 1 deletions

View File

@ -57,3 +57,4 @@
@import "app/layouts/caches";
@import "app/layouts/getting-started";
@import "app/layouts/first-sync";
@import "app/layouts/missing-notice";

View File

@ -0,0 +1,8 @@
.missing-notice
text-align: center
.page-title
color: #808080
font-size: 36px
font-weight: 200
line-height: 1

View File

@ -1 +1,6 @@
There are no builds for this repository.
<div class="missing-notice">
<img src="//placehold.it/600x400" alt="">
<h2 class="page-title">No builds for this repository</h2>
<p class="page-notice">Want to start testing this project on Travis CI?</p>
<a href="#" class="button button--green">Trigger the first build</a>
</div>