Файловый менеджер - Редактировать - /home/pimjdymy/public_html/zeroesops/wp-content/themes/zeroesops/front-page.php
Назад
<?php get_header(); ?> <div class="site-wrapper-reveal section-space--pt__120"> <!--============ Service Hero Start ============--> <?php if( get_field( 'banner' ) ): ?> <div class="service-hero-wrapper service-hero-space service-hero-bg" style="background-image: url(<?php echo get_field( 'banner' ); ?>);"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 m-auto"> <div class="service-hero-wrap wow move-up"> <div class="service-hero-text text-center"> <?php if( get_field('title') ): ?><h3 class="text-white"><?php echo get_field('title'); ?> </h3><?php endif; ?> <?php if( get_field('sub_title') ): ?><h1 class="font-weight--reguler text-white mb-30"><?php echo get_field('sub_title'); ?></h1><?php endif; ?> <?php echo get_field('content'); ?> </div> </div> </div> </div> </div> </div> <?php endif; ?> <!--============ Service Hero End ============--> <!--=========== feature-images-wrapper Start =============--> <?php if( have_rows('features') ): ?> <div class="feature-images-wrapper position-relative"> <div class="grid-wrapper"> <div class="line line-1"></div> <div class="line line-2"></div> <div class="line line-3"></div> <div class="line line-4"></div> </div> <div class="swiper-container service-slider__container"> <div class="swiper-wrapper service-slider__wrapper feature-images__three"> <?php while( have_rows('features') ): the_row(); ?> <?php $feature_link = get_sub_field('feature_link'); ?> <div class="swiper-slide"> <!-- ht-box-icon Start --> <a href="<?php echo $feature_link['url']; ?>" class="ht-box-images style-03 wow move-up"> <div class="image-box-wrap"> <?php if( get_sub_field('feature_icon') ): ?> <div class="box-image"> <img class="img-fulid" src="<?php echo get_sub_field('feature_icon'); ?>" alt=""> </div> <?php endif; ?> <div class="content"> <?php if( get_sub_field('feature_title') ): ?><h5 class="heading"><?php echo get_sub_field('feature_title'); ?></h5><?php endif; ?> <div class="text"><?php echo get_sub_field('feature_content'); ?></div> </div> </div> </a> <!-- ht-box-icon End --> </div> <?php endwhile; ?> </div> <div class="swiper-pagination swiper-pagination-service section-space--mt_30"></div> </div> </div> <?php endif; ?> <!--=========== feature-images-wrapper End =============--> <!--=========== Our Company History Start =============--> <div class="our-company-history section-space--ptb_100"> <div class="container-fluid"> <div class="grid-wrapper"> <div class="line line-1"></div> <div class="line line-2"></div> <div class="line line-3"></div> <div class="line line-4"></div> </div> <div class="row align-items-center"> <div class="col-lg-6"> <div class="faq-custom-col"> <div class="section-title-wrap"> <?php if( get_field('company_title') ): ?><h6 class="section-sub-title mb-20"><?php echo get_field('company_title'); ?></h6><?php endif; ?> <?php if( get_field('company_sub_title') ): ?><h3 class="heading"><?php echo get_field('company_sub_title'); ?></h3><?php endif; ?> <?php echo get_field('company_content'); ?> <?php $btn = get_field('button_link'); ?> <?php if( $btn ): ?> <div class="inner-button-box section-space--mt_60"> <a href="<?php echo $btn['url']; ?>" class="ht-btn ht-btn-md"><?php echo $btn['title']; ?></a> </div> <?php endif; ?> </div> </div> </div> <?php $video_section = get_field('video_section'); ?> <?php if( $video_section ): ?> <div class="col-lg-6"> <div class="rv-video-section"> <?php if( $video_section['top_image_1'] ): ?> <div class="ht-banner-01 "> <img class="img-fluid border-radus-5 animation_images one wow fadeInDown" src="<?php echo $video_section['top_image_1']; ?>" alt=""> </div> <?php endif; ?> <?php if( $video_section['top_image_2'] ): ?> <div class="ht-banner-02"> <img class="img-fluid border-radus-5 animation_images two wow fadeInDown" src="<?php echo $video_section['top_image_2']; ?>" alt=""> </div> <?php endif; ?> <?php if( $video_section['big_image'] ): ?> <div class="main-video-box video-popup"> <a href="<?php echo $video_section['video_link']; ?>" class="video-link mt-30"> <div class="single-popup-wrap"> <img class="img-fluid border-radus-5" src="<?php echo $video_section['big_image']; ?>" alt=""> <div class="ht-popup-video video-button"> <div class="video-mark"> <div class="wave-pulse wave-pulse-1"></div> <div class="wave-pulse wave-pulse-2"></div> </div> <div class="video-button__two"> <div class="video-play"> <span class="video-play-icon"></span> </div> </div> </div> </div> </a> </div> <?php endif; ?> <?php if( $video_section['bottom_image_1'] ): ?> <div class="ht-banner-03"> <img class="img-fluid border-radus-5 animation_images three wow fadeInDown" src="<?php echo $video_section['bottom_image_1']; ?>" alt=""> </div> <?php endif; ?> <?php if( $video_section['bottom_image_2'] ): ?> <div class="ht-banner-04"> <img class="img-fluid border-radus-5 animation_images four wow fadeInDown" src="<?php echo $video_section['bottom_image_2']; ?>" alt=""> </div> <?php endif; ?> </div> </div> <?php endif; ?> </div> </div> </div> <!--=========== Our Company History Start End =============--> <!--=========== feature-icon-wrapper Start =============--> <div class="feature-icon-wrapper bg-gray section-space--ptb_100"> <div class="container"> <?php if( get_field('service_title') ): ?> <div class="row"> <div class="col-lg-12"> <div class="section-title-wrap text-center section-space--mb_40"> <?php if( get_field('service_title') ): ?><h6 class="section-sub-title mb-20"><?php echo get_field('service_title'); ?></h6><?php endif; ?> <?php if( get_field('service_sub_title') ): ?><h3 class="heading"><?php echo get_field('service_sub_title'); ?></h3><?php endif; ?> </div> </div> </div> <?php endif; ?> <div class="row"> <div class="col-12"> <div class="feature-list__two"> <?php if( have_rows('services') ): $counter = 1; ?> <div class="row"> <?php while( have_rows('services') ): the_row(); ?> <div class="col-lg-4 col-md-6 wow move-up"> <div class="ht-box-icon style-02 single-svg-icon-box"> <div class="icon-box-wrap"> <?php if( get_sub_field('icon') ): ?> <div class="icon"> <div class="svg-icon" id="svg-<?php echo $counter; ?>" data-svg-icon="<?php echo get_sub_field('icon'); ?>"></div> </div> <?php endif; ?> <div class="content"> <?php if( get_sub_field('title') ): ?><h5 class="heading"><?php echo get_sub_field('title'); ?></h5><?php endif; ?> <?php if( get_sub_field('content') ): ?><div class="text"><?php echo get_sub_field('content'); ?></div><?php endif; ?> <?php $feature_btn = get_sub_field('button'); ?> <?php if( $feature_btn ): ?> <div class="feature-btn"> <a href="<?php echo $feature_btn['url']; ?>"> <span class="button-text"><?php echo $feature_btn['title']; ?></span> <i class="far fa-long-arrow-right"></i> </a> </div> <?php endif; ?> </div> </div> </div> </div> <?php $counter++; endwhile; ?> </div> <?php endif; ?> </div> </div> <?php $btns = get_field('bottom_buttons'); ?> <?php if( $btns ): ?> <div class="col-lg-12"> <div class="feature-list-button-box mt-30 text-center"> <a href="<?php echo $btns['button_1']['url']; ?>" class="ht-btn ht-btn-md"><?php echo $btns['button_1']['title']; ?></a> <a href="<?php echo $btns['button_2']['url']; ?>" class="ht-btn ht-btn-md ht-btn--outline"><?php echo $btns['button_2']['title']; ?></a> </div> </div> <?php endif; ?> </div> </div> </div> <!--=========== feature-icon-wrapper End =============--> <!--==================== gradation process area ====================--> <div class="gradation-process-area section-space--ptb_100"> <div class="container"> <?php if( get_field('process_title') ): ?> <div class="row"> <div class="col-lg-12"> <div class="gradation-title-wrapper section-space--mb_60"> <div class="gradation-title-wrap "> <?php if( get_field('process_title') ): ?><h6 class="section-sub-title text-black mb-20"><?php echo get_field('process_title'); ?></h6><?php endif; ?> <?php if( get_field('process_sub_title') ): ?><h4 class="heading"><?php echo get_field('process_sub_title'); ?></h4><?php endif; ?> </div> <?php if( get_field('step_heading') ): ?> <div class="gradation-sub-heading"> <h3 class="heading"><?php echo get_field('step_heading'); ?></h3> </div> <?php endif; ?> </div> </div> </div> <?php endif; ?> <?php if( have_rows('gradation') ): $counter = 10; ?> <div class="row"> <div class="col-lg-12"> <div class="ht-gradation style-01"> <!-- Single item gradation Start --> <?php while( have_rows('gradation') ): the_row(); ?> <div class="item item-1 animate wow fadeInRight" data-wow-delay="0.<?php echo $counter; ?>s"> <div class="line"></div> <div class="circle-wrap"> <div class="mask"> <div class="wave-pulse wave-pulse-1"></div> <div class="wave-pulse wave-pulse-2"></div> <div class="wave-pulse wave-pulse-3"></div> </div> <h6 class="circle"><?php echo get_row_index(); ?></h6> </div> <div class="content-wrap"> <?php if( get_sub_field('title') ): ?><h6 class="heading">0<?php echo get_row_index(); ?>. <?php echo get_sub_field('title'); ?></h6><?php endif; ?> <?php if( get_sub_field('content') ): ?><div class="text"><?php echo get_sub_field('content'); ?></div><?php endif; ?> <?php $look_more = get_sub_field('button'); ?> <?php if( $look_more ): ?> <a class="gradation-btn" href="<?php echo $look_more['url']; ?>"> <span class="button-text" data-text="Look more"> <?php echo $look_more['title']; ?> </span> <span class="button-icon far fa-long-arrow-right"></span> </a> <?php endif; ?> </div> </div> <?php $counter+=5; endwhile; ?> <!-- Single item gradation End --> </div> </div> </div> <?php endif; ?> </div> </div> <!--==================== End of gradation process area ====================--> <?php get_template_part( 'template-parts/content', 'call-to-action' ); ?> <!--=========== Service Projects Wrapper Start =============--> <div class="service-projects-wrapper section-space--pt_100 mb-20"> <div class="container"> <?php if( get_field('case_title') ): ?> <div class="row"> <div class="col-lg-12"> <div class="section-title-wrap text-center section-space--mb_60"> <?php if( get_field('case_title') ): ?><h6 class="section-sub-title mb-20"><?php echo get_field('case_title'); ?></h6><?php endif; ?> <?php if( get_field('case_sub_title') ): ?><h3 class="heading"><?php echo get_field('case_sub_title'); ?></h3><?php endif; ?> </div> </div> </div> <?php endif; ?> <?php if( have_rows('cases') ): ?> <div class="swiper-container service-slider__project-active"> <div class="swiper-wrapper service-slider__project"> <?php while( have_rows('cases') ): the_row(); ?> <div class="swiper-slide"> <div class="row"> <div class="slide-content col-lg-6 col-xl-5 order-2 order-lg-1"> <div class="service-project-slide-info"> <?php if( get_sub_field('title') ): ?><h4 class="heading font-weight--reguler mb-10"><?php echo get_sub_field('title'); ?></h4><?php endif; ?> <?php if( get_sub_field('sub_title') ): ?><p class="sub-text text-color-primary"><?php echo get_sub_field('sub_title'); ?></p><?php endif; ?> <?php if( get_sub_field('content') ): ?><div class="text"><?php echo get_sub_field('content'); ?></div><?php endif; ?> </div> </div> <?php if( get_sub_field('image') ): ?> <div class="col-lg-6 col-xl-7 order-1 order-lg-2"> <div class="slide-image"> <div class="image-wrap"> <div class="image"> <img class="img-fluid" src="<?php echo get_sub_field('image'); ?>" alt=""> </div> </div> </div> </div> <?php endif; ?> </div> </div> <?php endwhile; ?> </div> </div> <?php endif; ?> </div> </div> <!--=========== Service Projects Wrapper End =============--> <!--=========== Service Projects Wrapper Start =============--> <div class="service-projects-wrapper section-space--ptb_100"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="section-title-wrap text-center section-space--mb_60"> <h6 class="section-sub-title mb-20">Latest news</h6> <h3 class="heading">Latest news are <span class="text-color-primary">on top all times</span></h3> </div> </div> </div> <div class="latest-news-wrap"> <div class="row"> <div class="col-lg-6"> <div class="single-blog-lg-item wow move-up"> <!-- Post Feature Start --> <a href="#"> <div class="post-blog-thumbnail"> <img class="img-fluid" src="<?php echo IMG_PATH; ?>blog/blog-03-540x330.webp" alt="Blog Images"> <div class="post-meta mt-20"> <div class="post-author"> <img class="img-fluid avatar-96" src="<?php echo IMG_PATH; ?>team/admin.webp" alt=""> Harry Ferguson </div> <div class="post-date"> <span class="far fa-calendar meta-icon"></span> January 18, 2019 </div> </div> </div> </a> <!-- Post Feature End --> <!-- Post info Start --> <div class="post-info lg-blog-post-info mt-20"> <h4 class="post-title"> <a href="#">5 Ways Technology Has Improved Business Today</a> </h4> <div class="post-excerpt mt-15"> <p>They play a role in making operations more seamless, bridging the gap between authorities, consumers and businesses. …</p> </div> <div class="btn-text mt-15"> <a href="#">Read more <i class="ml-1 button-icon far fa-long-arrow-right"></i></a> </div> </div> <!-- Post info End --> </div> </div> <div class="col-lg-6 blog-list-service"> <div class="single-blog-lg-list wow move-up"> <!-- Post Feature Start --> <a href="#"> <div class="post-blog-thumbnail"> <img class="img-fluid" src="<?php echo IMG_PATH; ?>blog/blog-01-480x312.webp" alt="Blog Images"> <div class="post-meta mt-20"> <div class="post-author"> <img class="img-fluid avatar-96" src="<?php echo IMG_PATH; ?>team/admin.webp" alt=""> Harry Ferguson </div> </div> </div> </a> <!-- Post Feature End --> <!-- Post info Start --> <div class="post-info lg-blog-post-info"> <div class="post-meta mb-10"> <div class="post-date"> <span class="far fa-calendar meta-icon"></span> January 18, 2019 </div> </div> <h5 class="post-title"> <a href="#">Ideas for High Returns on Investment</a> </h5> </div> <!-- Post info End --> </div> <div class="single-blog-lg-list wow move-up"> <!-- Post Feature Start --> <a href="#"> <div class="post-blog-thumbnail"> <img class="img-fluid" src="<?php echo IMG_PATH; ?>blog/blog-08-480x312.webp" alt="Blog Images"> <div class="post-meta mt-20"> <div class="post-author"> <img class="img-fluid avatar-96" src="<?php echo IMG_PATH; ?>team/admin-02.webp" alt=""> Harry Ferguson </div> </div> </div> </a> <!-- Post Feature End --> <!-- Post info Start --> <div class="post-info lg-blog-post-info"> <div class="post-meta mb-10"> <div class="post-date"> <span class="far fa-calendar meta-icon"></span> February 21, 2019 </div> </div> <h5 class="post-title"> <a href="#">How Technology Made Businesses More Efficient</a> </h5> </div> <!-- Post info End --> </div> <div class="single-blog-lg-list wow move-up"> <!-- Post Feature Start --> <a href="#"> <div class="post-blog-thumbnail"> <img class="img-fluid" src="<?php echo IMG_PATH; ?>blog/blog-07-480x312.webp" alt="Blog Images"> <div class="post-meta mt-20"> <div class="post-author"> <img class="img-fluid avatar-96" src="<?php echo IMG_PATH; ?>team/admin-02.webp" alt=""> Harry Ferguson </div> </div> </div> </a> <!-- Post Feature End --> <!-- Post info Start --> <div class="post-info lg-blog-post-info"> <div class="post-meta mb-10"> <div class="post-date"> <span class="far fa-calendar meta-icon"></span> January 18, 2019 </div> </div> <h5 class="post-title"> <a href="#">Data Secure on Transitioning to a New Office</a> </h5> </div> <!-- Post info End --> </div> </div> </div> </div> </div> </div> <!--=========== Service Projects Wrapper End =============--> <!--============ Contact Us Area Start =================--> <div class="contact-us-area service-contact-bg section-space--ptb_100"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-4"> <div class="contact-info sytle-one service-contact text-left"> <?php if( get_field('rating_numbers') ): ?> <div class="contact-info-title-wrap text-center"> <?php if( get_field('rating_numbers') ): ?> <h3 class="heading text-white mb-10"><?php echo get_field('rating_numbers'); ?></h3> <div class="ht-star-rating lg-style"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> <?php endif; ?> <?php if( get_field('clients_and_customers') ): ?><p class="sub-text"><?php echo get_field('clients_and_customers'); ?></p><?php endif; ?> </div> <?php endif; ?> <div class="contact-list-item"> <?php $phone_contact = get_field('phone_contact'); ?> <?php if( $phone_contact ): ?> <a href="tel:<?php echo $phone_contact['phone']; ?>" class="single-contact-list"> <div class="content-wrap"> <div class="content"> <div class="icon"> <span class="fal fa-phone"></span> </div> <div class="main-content"> <?php if( $phone_contact['heading'] ): ?><h6 class="heading"><?php echo $phone_contact['heading']; ?></h6><?php endif; ?> <?php if( $phone_contact['phone'] ): ?><div class="text"><?php echo $phone_contact['phone']; ?></div><?php endif; ?> </div> </div> </div> </a> <?php endif; ?> <?php $email_contact = get_field('email_contact'); ?> <?php if( $email_contact ): ?> <a href="mailto:<?php echo $phone_contact['phone']; ?>" class="single-contact-list"> <div class="content-wrap"> <div class="content"> <div class="icon"> <span class="fal fa-envelope"></span> </div> <div class="main-content"> <?php if( $email_contact['heading'] ): ?><h6 class="heading"><?php echo $email_contact['heading']; ?></h6><?php endif; ?> <?php if( $email_contact['email_address'] ): ?><div class="text"><?php echo $email_contact['email_address']; ?></div><?php endif; ?> </div> </div> </div> </a> <?php endif; ?> </div> </div> </div> <div class="col-lg-7 ms-auto"> <div class="contact-form-service-wrap"> <?php if( get_field('form_title') ): ?> <div class="contact-title text-center section-space--mb_40"> <?php if( get_field('form_title') ): ?><h3 class="mb-10"><?php echo get_field('form_title'); ?></h3><?php endif; ?> <?php if( get_field('form_sub_title') ): ?><p class="text"><?php echo get_field('form_sub_title'); ?></p><?php endif; ?> </div> <?php endif; ?> <?php echo get_field('form_shortcode'); ?> </div> </div> </div> </div> </div> <!--============ Contact Us Area End =================--> <?php get_template_part( 'template-parts/content', 'brand-logo' ); ?> </div> <?php get_footer();
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка