HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/zenoxpressjobs.com/careers.htm/wp-content/themes/zxldfw-tcompanyllcMain/footer.php
	    </div><!-- .webcom-container -->
	</div><!-- .webcom-content -->
</div><!-- .webcom-wrapper -->

   <?php if ( check_section( 'image_groups', get_field( 'show_sections' ) ) ) { ?>
    <div class="image-grid">
        
        <?php if( get_field( 'ig_title', 'option' ) ) : ?>
        <div class="section-header">
        <?php echo get_field( 'ig_title', 'option' ); ?>
        </div>
        <?php endif; ?>
        
        <!-- TITLE "PORTFOLIO" SHOULD BE SET FOR DEFAULT STYLES -->
<section id="portfolio" class="portfolio">
    <div class="webcom-container">
        
        <div class="buttons flex-buttons portfolio-buttons">
            
            <a href="#" data-filter="*">Show All</a>
            <a href="#" data-filter=".group1">Group 1</a>
            <a href="#" data-filter=".group2">Group 2</a>
            
        </div>
        
        <center>
        <div class="flexbox portfolio-logos">
            
            <?php if( have_rows( 'portfolio_logos', 'option' ) ) : ?>
            <?php while( have_rows( 'portfolio_logos', 'option' ) ) : the_row(); ?>
            <?php 
            $class = '';
            if( get_sub_field( 'group_1', 'option' ) ) {
                $class .= " group1";
            }
            if( get_sub_field( 'group_2', 'option' ) ) {
                $class .= " group2";
            }
            ?>

            <section class="<?php echo $class; ?>">
                <div class="full-wrap shadowbox">
                    
                        <img src="<?php echo get_sub_field('portfolios_image', 'options')['url']; ?>" alt="<?php echo get_sub_field('portfolios_image', 'options')['alt']; ?>">
                        <div class="overlay flex">
                            <i class="fa fa-search" aria-hidden="true"></i>
                        </div>
                    
                </div>
                
                <div class="pop-up-content">
                    <div><img src="<?php echo get_sub_field('portfolios_image', 'options')['url']; ?>" alt="<?php echo get_sub_field('portfolios_image', 'options')['alt']; ?>">
                    <?php echo get_sub_field( 'portfolios_pop_up_content', 'option' ); ?><a href="#" class="close"><i class="fa fa-times"></i></a></div>
                </div>
            </section>
            <?php endwhile; ?>
            <?php endif; ?>
            
        </div>
        </center> 
        
    </div>
</section>
        
    </div>
<?php } ?>
    
    <?php if ( check_section( 'stats', get_field( 'show_sections' ) ) ) { ?>
    <div class="our-stats">
       <div class="webcom-container">
           
            <?php if( get_field( 'our_stats_title', 'option' ) ) : ?>
            <div class="section-header">
            <?php echo get_field( 'our_stats_title', 'option' ); ?>
            </div>
            <?php endif; ?>
            
            <div class="flex">
                <?php while( have_rows( 'percent_block', 'option' ) ) : the_row(); ?>
                <?php if( get_sub_field( 'circle_percent', 'pb_text' ) ) : ?>
                <div class="os-block">
                    <div class="progressbar" data-animate="false">
                       <?php echo'<div class="circle" data-percent="'. get_sub_field( "circle_percent" ).'">'; ?>
                        <div></div>
                        <p class="circletext"><?php echo get_sub_field( 'pb_text' ); ?></p>
                    </div>
				</div>
                </div>
                <?php endif; ?>
                <?php endwhile; ?>
            </div>
           
       </div><!-- .webcom-container -->
    </div>
    <?php } ?>
    
    <script type="text/javascript">
        $(document).ready(function ($) {
		function animateElements() {
			$('.progressbar').each(function () {
				var elementPos = $(this).offset().top;
				var topOfWindow = $(window).scrollTop();
				var percent = $(this).find('.circle').attr('data-percent');
				var percentage = parseInt(percent, 10) / parseInt(100, 10);
				var animate = $(this).data('animate');
				if (elementPos < topOfWindow + $(window).height() - 30 && !animate) {
					$(this).data('animate', true);
					$(this).find('.circle').circleProgress({
						startAngle: -Math.PI / 2,
						value: percent / 100,
						size: 216,
						thickness: 9,
						emptyFill: "rgba(255,255,255, 1)",
                        animation: {
                            duration: 2200,
                        },
						fill: {
							color: '#fb4f14'
						}
					}).on('circle-animation-progress', function (event, progress, stepValue) {
						$(this).find('div').html((stepValue*100).toFixed(0) + "<span>%</span>");
					}).stop();
				}
			});
		}

		// Show animated elements
		animateElements();
		$(window).scroll(animateElements);

	}); //end document ready function
           </script>
           
           
           <?php if ( check_section( 'testimonial', get_field( 'show_sections' ) ) ) { ?>
           <div class="testimonials">
               <div class="webcom-container">
                  
                   <?php echo do_shortcode('[testimonial_rotator id=258]'); ?>
                   
               </div><!-- .webcom-container -->
           </div>
           <?php } ?>
           
    <?php if ( check_section( 'requestquote', get_field( 'show_sections' ) ) ) { ?>
    <div class="quote-section">
        <div class="webcom-container">
        <div class="flex">
            
            <?php if( get_field( 'request_quote_text', 'option' ) ) : ?>
            <div class="quote-text">
            <?php echo get_field( 'request_quote_text', 'option' ); ?>
            </div>
            <?php endif; ?>
            
            <div class="quote-btn">
                <?php $link = get_field('request_quote_button', 'option'); ?>
                <a href="<?php echo $link['url']; ?>" target="<?php echo $link['target']; ?>"><?php echo $link['title']; ?></a>
            </div>
            
        </div>
        </div><!-- .webcom-container -->
    </div>
    <?php } ?>
    
    <?php if ( check_section( 'blogposts', get_field( 'show_sections' ) ) ) { ?>
    <div class="blog-posts">
        <div class="webcom-container">
        <div class="flex">
        
        <div class="section-header">
            Our Latest News
        </div>
        
        <?php 
if(function_exists('the_permalink')) :
$my_query = new WP_Query( 'posts_per_page=3' );
while ( $my_query->have_posts() ) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
    <div class="entry">
        <?php if(has_post_thumbnail()): ?> 
        <?php $post_thumbnail_id = get_post_thumbnail_id(); ?>
        <?php $post_thumbnail_url = wp_get_attachment_url($post_thumbnail_id ); ?>
        <img alt="thumb image" class="wp-post-image" src="<?php echo $post_thumbnail_url; ?>" style="width:100%; height:auto;">
        <?php else: ?> 
        <style type="text/css">.webcom-banner{ display:none;}</style><?php endif; ?>
       
        <h3><?php the_title(); ?></h3>
        <?php the_excerpt(); ?>
        <!--<a class="readmore" href="<?php the_permalink(); ?>">Read more ยป</a>-->
    </div>
<?php
endwhile;
endif;
?>
      
      <div class="blog-btn">
          <a href="/category/uncategorized/">See All Our News</a>
      </div>
       
        </div>
        </div><!-- .webcom-container -->
    </div>
    <?php } ?>
    
    <?php wp_reset_query(); ?>
    
    <?php if ( check_section( 'contact_section', get_field( 'show_sections' ) ) ) { ?>
    <div class="contact-block">
        <div class="webcom-container">
        <div class="flex">
            
            <?php if( get_field( 'about_text', 'option' ) ) : ?>
            <div class="about-text">
            <?php echo get_field( 'about_text', 'option' ); ?>
            </div>
            <?php endif; ?>
            
            <?php if( get_field( 'contact_text', 'option' ) ) : ?>
            <div class="contact-text">
            <?php echo get_field( 'contact_text', 'option' ); ?>
            </div>
            <?php endif; ?>
            
        </div>
        </div><!-- .webcom-container -->
    </div>
    <?php } ?>

<div class="webcom-footer-wrapper">
    
    <div class="webcom-footer-navigation">
        <div class="webcom-container">
          <div class="flex">
           
            <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-nav', 'container' => '' ) ); ?>
            
            <div class="wfn-contact">
               
                <?php if( get_field( 'address', 'option' ) ) : ?><div class="wfn-address">
                <?php echo get_field( 'address', 'option' ); ?></a>
                </div>
                <?php endif; ?>
               
               <div class="wfn-phone">
               <?php $link = get_field('phone_number', 'option'); ?>
               <a href="<?php echo $link['url']; ?>" target="<?php echo $link['target']; ?>"><?php echo $link['title']; ?></a>
               </div>
               
            </div>
            
        </div>
        </div><!-- .webcom-container -->
    </div><!-- .webcom-footer-navigation -->
    
	<div class="webcom-footer">
        <div class="webcom-container">
            
            <div class="webcom-copyright flex">
                   
                    <div class="company">&copy; <?php echo date('Y'); ?> <strong><?php echo get_bloginfo('name'); ?></strong>. All Rights Reserved.
                    </div>
                    
                    <div class="author">
                        Web Design and Domain names by
                        <a href="http://www.web.com" target="_blank">
                            <?php echo file_get_contents( get_template_directory_uri() . '/images/webcom.svg' ); ?>
                        </a>
                    </div><!-- author -->
                    
                </div><!-- copyright -->
        </div><!-- .webcom-container -->
    </div><!-- .webcom-footer -->
    
</div><!-- .webcom-footer-wrapper -->



<?php wp_footer(); ?>

</body>
</html>