Shortcode Usage Sample
<!-- Start Intro #3-->
<section id="intro" class="bg-dark">
<div class="container">
<div class="row text-center text-white">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1">
<h2>Create your new website with <span>Geniux</span>, powerful & smartly coded, build fast with our pre-designed content blocks.</h2>
<hr class="hr-small hr-color m-b-55">
</div>
</div><!-- /.row -->
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1">
<div class="col-md-6 col-sm-6">
<div class="feat-wrapper">
<div class="feat-icon icon-sm">
<span><i class="icon-laptop" aria-hidden="true"></i></span>
</div>
<div class="feat-description text-white">
<div class="feat-title">
<h4 class="f-w-400">Block Based</h4>
</div>
<p>New & modern pre-designed pre-designed content blocks, create your new website with Geniux!</p>
<a class="read-more" href="#">Learn More</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="feat-wrapper">
<div class="feat-icon icon-sm">
<span><i class="icon-adjustments" aria-hidden="true"></i></span>
</div>
<div class="feat-description text-white">
<div class="feat-title">
<h4 class="f-w-400">Create Easily</h4>
</div>
<p>Build new and awesome pages using Geniux, just copy and paste your preferred block.</p>
<a class="read-more" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!--/ End Intro #3-->