You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.6 KiB
36 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="about_us_count" name="Count">
|
|
<section class="section-counts w-100 pt-5 pb-5 float-left">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-3 col-md-6">
|
|
<div class="text-center text-white">
|
|
<h2 class="font-weight-bold text-white">554k</h2>
|
|
<p class="text-white">SAVED HEARTS</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6">
|
|
<div class="text-center text-white">
|
|
<h2 class="font-weight-bold text-white">554k</h2>
|
|
<p class="text-white">EXPERT DOCTORS</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6">
|
|
<div class="text-center text-white">
|
|
<h2 class="font-weight-bold text-white">554k</h2>
|
|
<p class="text-white">SAVED TOOTH</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-6">
|
|
<div class="text-center text-white">
|
|
<h2 class="font-weight-bold text-white">554k</h2>
|
|
<p class="text-white">HAPPY PATIENTS</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- closed section-counts -->
|
|
</template>
|
|
</odoo>
|
|
|