Shortcode Usage Sample
<!-- Start Intro #2-->
<section id="intro">
<div class="container">
<div class="row text-center">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1">
<h2>Start to create with <span>Geniux</span>,<br>powerful & smartly coded, build fast with pre-designed content blocks.</h2>
<hr class="hr-small hr-color m-t-30 m-b-55">
<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">
<div class="feat-title">
<h4 class="f-w-400">Block Based</h4>
</div>
<p>New and modern pre-designed blocks, start to create your new website today with Geniux!</p>
<a href="#" class="gnx-btn btn-xsmall btn-border-dark" role="button">Read 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">
<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 href="#" class="gnx-btn btn-xsmall btn-border-dark " role="button">Read More</a>
</div>
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!--/ End Intro #2-->