osb/resources/views/theme/frontend/metronic/welcome/widgets/steps.blade.php
2021-06-29 16:40:54 +10:00

28 lines
979 B
PHP

<!-- BEGIN STEPS -->
<div class="row margin-bottom-40 front-steps-wrapper front-steps-count-3">
{{-- Dynamically count the steps and choose the appropriate col-md-x --}}
<div class="col-md-4 col-sm-4 front-step-col">
<div class="front-step front-step1">
<h2>Get in Contact</h2>
<p>Send us an email, or give us a call and help us understand what your technology challenges are.</p>
<br>
</div>
</div>
<div class="col-md-4 col-sm-4 front-step-col">
<div class="front-step front-step2">
<h2>We'll build you a custom solution</h2>
<p>We'll help you end to end, from getting a domain name, getting online and enable you to interact with your online customers.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 front-step-col">
<div class="front-step front-step3">
<h2>You interact with your clients</h2>
<p>We'll take out all the complexities so all you need to do is focus on your business.</p>
<br>
</div>
</div>
</div>
<!-- END STEPS -->