Skip to content
Snippets Groups Projects
Commit 2478af1b authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] better button snippet

bzr revid: fp@tinyerp.com-20140329192911-i75v53f0gos8fybm
parent f1131d54
Branches
Tags
No related merge requests found
......@@ -544,13 +544,23 @@
<img class="oe_snippet_thumbnail_img" src="/website/static/src/img/blocks/block_button.png"/>
<span class="oe_snippet_thumbnail_title">Button</span>
</div>
<section class="oe_snippet_body oe_snippet_darken oe_dark mb32 mt32">
<section class="oe_snippet_body jumbotron oe_dark">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mt16 mb16">
<a href="/page/website.contactus" class="btn btn-primary btn-lg">Contact us</a>
<div class="row">
<div class="col-md-9">
<p class="mb0">
<strong>50,000+ companies run Odoo to grow their businesses.</strong>
</p><p class="mb0 text-muted">
Join us and make your company a better place.
</p>
</div>
<div class="col-md-3">
<a href="page/contactus" class="btn btn-primary btn-lg pull-right mt8">
<i class="fa fa-arrow-right"></i>
Contact Us Now
</a>
</div>
</div>
</div>
</div>
</section>
</div>
......@@ -984,4 +994,4 @@
</data>
</openerp>
\ No newline at end of file
</openerp>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment