If you want your module this way, Go to backend: Extensions --> Module Manager --> New --> Select type as Custom html with the settings below:
Step-1:
Create a new module type as "Custom html"
Step-2:
Add the following html code in your custom html module
<divclass="t3-sl"> <divclass="col-md-6"> <h3class="module-title "><spanclass="title-left">Why choose </span><spanclass="title-right"> Runway App</span> </h3> <pclass="tp-sub-text">Supports All mobile applications</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p> <divclass="btn-block"><ahref="#"class="btn btn-primary btn-lg"style="margin-right: 10px;">take a tour</a><ahref="#"class="btn btn-white btn-lg"> Features <spanclass="fa fa-hand-o-right"></span> </a> </div> </div> <divclass="col-md-6"> <divclass="carousel-box"> <divid="myCarousel"class="carousel slide"> <divclass="carousel-inner"> <divclass="item"><imgsrc="images/themeparrot/h1.jpg"alt="h1" /> </div> <divclass="item"><imgsrc="images/themeparrot/h2.jpg"alt="h2" /> </div> <divclass="item active"><imgsrc="images/themeparrot/h3.jpg"alt="h3" /> </div> </div><ahref="#myCarousel"class="left carousel-control"data-slide="prev"><emclass="fa fa-angle-left"></em></a><ahref="#myCarousel"class="right carousel-control"data-slide="next"><emclass="fa fa-angle-right"></em></a> </div> </div> </div></div>
Step-3:
Once the module is created SAVE & CLOSE The settings .