1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_cta_box" name="Box Call to Action">
<section class="s_cta_box pt80 pb80">
<div class="container">
<div class="s_card o_card_img_horizontal flex-lg-row-reverse card o_cc o_cc4" data-snippet="s_card" data-vxml="001" data-name="Card" style="--card-spacer-x: 64px; --card-spacer-y: 64px; border-width: 0px !important;">
<figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
<img class="o_card_img rounded-end" src="/web/image/website.s_cta_box_default_image" alt=""/>
</figure>
<div class="card-body">
<h2 class="card-title">50,000+ companies run Odoo<br/>to grow their businesses.</h2>
<p class="card-text">Join us and make your company a better place.<br/><br/></p>
<a t-att-href="cta_btn_href" class="btn btn-lg btn-secondary">Contact Us</a>
</div>
</div>
</div>
</section>
</template>
</odoo>
|