add call to action on banner

bzr revid: fva@openerp.com-20130731153609-qlim1711ejoccm9a
This commit is contained in:
Frédéric van der Essen 2013-07-31 17:36:09 +02:00
parent c304bcd771
commit 1036f7f205
3 changed files with 4 additions and 3 deletions

View File

@ -100,6 +100,6 @@ h5 {
}
#myCarousel .item {
min-height: 250px;
min-height: 300px;
color: white;
}

View File

@ -76,6 +76,6 @@ h5
display: block
#myCarousel .item
min-height: 250px
min-height: 300px
color: white

View File

@ -213,7 +213,8 @@
<div class="item active" style="background-image: url(/website/static/src/img/greenfields.jpg); background-size: cover;" >
<div class='container'>
<h1 class='mt64'>A Nice Banner</h1>
<h2>And a convincing subtitle</h2>
<h2>A convincing subtitle</h2>
<a href='#' class='btn btn-success btn-large mt16'>And a <em>Call To Action</em></a>
</div>
</div>
</div>