Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
about
/
✏️
Editing: style3.php
<!-- about-area --> <section id="about3" 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 pr-30"> <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 class="col-lg-6 col-md-12 col-sm-12"> <div class="about-content s-about-content"> <div class="about-title second-atitle pb-15"> <h2><?php echo html_entity_decode ( $text_heading )?></h2> <div class="line mb-40"> <img src="<?php echo esc_url( $icon_images['url'] ) ?>" alt="<?php echo esc_url( $icon_images['url'] ) ?>"> </div> </div> <ul> <?php echo html_entity_decode ( $desc_title )?> </ul> <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> </div> </section> <!-- about-area-end -->
💾 Save
❌ Cancel