feature.html (1906B)
1 <section id="why"> 2 <div class="container"> 3 <div class="row"> 4 <div class="col-xl-12 text-center"> 5 <h2 class="section-heading">At Your Service</h2> 6 <hr class="primary"> 7 <br /> 8 </div> 9 </div> 10 </div> 11 <div class="container"> 12 <div class="row"> 13 <div class="col-xl-3 col-lg-6 text-center"> 14 <div class="service-box"> 15 <i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i> 16 <h3>Sturdy Templates</h3> 17 <p class="text-muted">Our templates are updated regularly so they don't break.</p> 18 </div> 19 </div> 20 <div class="col-xl-3 col-lg-6 text-center"> 21 <div class="service-box"> 22 <i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i> 23 <h3>Ready to Ship</h3> 24 <p class="text-muted">You can use this theme as is, or you can make changes!</p> 25 </div> 26 </div> 27 <div class="col-xl-3 col-lg-6 text-center"> 28 <div class="service-box"> 29 <i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i> 30 <h3>Up to Date</h3> 31 <p class="text-muted">We update dependencies to keep things fresh.</p> 32 </div> 33 </div> 34 <div class="col-xl-3 col-lg-6 text-center"> 35 <div class="service-box"> 36 <i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i> 37 <h3>Made with Love</h3> 38 <p class="text-muted">You have to make your websites with love these days!</p> 39 </div> 40 </div> 41 </div> 42 </div> 43 </section>