Implemented metronic home page
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!-- 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 -->
|
Reference in New Issue
Block a user