Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
about
/
✏️
Editing: style2.php
<!-- about-area --> <section class="about-area about-p pt-120 pb-120 p-relative"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-12 col-sm-12"> <div class="about-content s-about-content"> <div class="about-title second-atitle pb-25"> <h2><?php echo html_entity_decode ( $text_heading )?></h2> <div class="line mb-30"> <img src="<?php echo esc_url( $icon_images['url'] ) ?>" alt="<?php echo esc_url( $icon_images['url'] ) ?>"></div> <div class="title-strong"><?php echo html_entity_decode ( $sub_heading)?></div> </div> <?php echo html_entity_decode( $desc_title ); ?> <div class="slider-btn mt-20"> <a href="<?php echo esc_url ($button_link ['url'])?>" class="btn ss-btn" ><i class="fas fa-angle-right btn-icon mr-1"></i> <?php echo html_entity_decode ( $button_text )?></a> </div> </div> </div> <div class="col-lg-6 col-md-12 col-sm-12 pr-30"> <div class="s-about-img p-relative"> <div class="s-about-img p-relative "> <img src="<?php echo esc_url( $main_img['url'] ) ?>" alt="<?php echo esc_url( $main_img['url'] ) ?>"> </div> </div> </div> </div> </div> </section> <!-- about-area-end -->
💾 Save
❌ Cancel