[json] about

Viewer

  1. <?php
  2.  
  3. /**
  4.  * Template Name: About
  5.  */
  6. get_header(); ?>
  7. <!-- Page Banner Start -->
  8. <div class="section page-banner-section" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/images/bg/page-banner.jpg);">
  9.     <div class="shape-1">
  10.         <svg xmlns="http://www.w3.org/2000/svg" width="944px" height="894px">
  11.             <defs>
  12.                 <linearGradient id="PSgrad_0" x1="88.295%" x2="0%" y1="0%" y2="46.947%">
  13.                     <stop offset="0%" stop-color="rgb(67,186,255)" stop-opacity="1" />
  14.                     <stop offset="100%" stop-color="rgb(113,65,177)" stop-opacity="1" />
  15.                 </linearGradient>
  16.  
  17.             </defs>
  18.             <path fill-rule="evenodd" fill="rgb(43, 142, 254)" d="M39.612,410.76 L467.344,29.824 C516.51,-13.476 590.638,-9.93 633.938,39.613 L914.192,317.344 C957.492,366.50 953.109,440.637 904.402,483.938 L476.671,864.191 C427.964,907.492 353.376,903.109 310.76,854.402 L29.823,576.670 C-13.477,527.963 -9.94,453.376 39.612,410.76 Z" />
  19.             <path fill="url(#PSgrad_0)" d="M39.612,410.76 L467.344,29.824 C516.51,-13.476 590.638,-9.93 633.938,39.613 L914.192,317.344 C957.492,366.50 953.109,440.637 904.402,483.938 L476.671,864.191 C427.964,907.492 353.376,903.109 310.76,854.402 L29.823,576.670 C-13.477,527.963 -9.94,453.376 39.612,410.76 Z" />
  20.         </svg>
  21.     </div>
  22.     <div class="shape-2">
  23.         <svg xmlns="http://www.w3.org/2000/svg" width="726.5px" height="726.5px">
  24.             <path fill-rule="evenodd" stroke="rgb(255, 255, 255)" stroke-width="1px" stroke-linecap="butt" stroke-linejoin="miter" opacity="0.302" fill="none" d="M28.14,285.269 L325.37,21.217 C358.860,-8.851 410.655,-5.808 440.723,28.14 L704.777,325.36 C734.846,358.859 731.802,410.654 697.979,440.722 L400.955,704.776 C367.132,734.844 315.338,731.802 285.269,697.978 L21.216,400.954 C-8.852,367.132 -5.808,315.337 28.14,285.269 Z" />
  25.         </svg>
  26.     </div>
  27.     <div class="shape-3">
  28.         <svg xmlns="http://www.w3.org/2000/svg" width="515px" height="515px">
  29.             <defs>
  30.                 <linearGradient id="PSgrad_0" x1="0%" x2="89.879%" y1="0%" y2="43.837%">
  31.                     <stop offset="0%" stop-color="rgb(67,186,255)" stop-opacity="1" />
  32.                     <stop offset="100%" stop-color="rgb(113,65,177)" stop-opacity="1" />
  33.                 </linearGradient>
  34.  
  35.             </defs>
  36.             <path fill-rule="evenodd" fill="rgb(43, 142, 254)" d="M19.529,202.280 L230.531,14.698 C254.559,-6.661 291.353,-4.498 312.714,19.528 L500.295,230.531 C521.656,254.558 519.493,291.353 495.466,312.713 L284.463,500.295 C260.436,521.655 223.641,519.492 202.281,495.465 L14.699,284.462 C-6.660,260.435 -4.498,223.640 19.529,202.280 Z" />
  37.             <path fill="url(#PSgrad_0)" d="M19.529,202.280 L230.531,14.698 C254.559,-6.661 291.353,-4.498 312.714,19.528 L500.295,230.531 C521.656,254.558 519.493,291.353 495.466,312.713 L284.463,500.295 C260.436,521.655 223.641,519.492 202.281,495.465 L14.699,284.462 C-6.660,260.435 -4.498,223.640 19.529,202.280 Z" />
  38.         </svg>
  39.     </div>
  40.     <div class="shape-4">
  41.         <svg xmlns="http://www.w3.org/2000/svg" width="972.5px" height="970.5px">
  42.             <path fill-rule="evenodd" stroke="rgb(255, 255, 255)" stroke-width="1px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M38.245,381.102 L435.258,28.158 C480.467,-12.32 549.697,-7.964 589.888,37.244 L942.832,434.257 C983.23,479.466 978.955,548.697 933.746,588.888 L536.733,941.832 C491.524,982.23 422.293,977.955 382.103,932.745 L29.158,535.732 C-11.32,490.523 -6.963,421.293 38.245,381.102 Z" />
  43.         </svg>
  44.     </div>
  45.     <div class="container">
  46.         <div class="page-banner-wrap">
  47.             <div class="row">
  48.                 <div class="col-lg-12">
  49.                     <!-- Page Banner Content Start -->
  50.                     <div class="page-banner text-center">
  51.                         <h2 class="title">About Us</h2>
  52.                         <ul class="breadcrumb justify-content-center">
  53.                             <li class="breadcrumb-item"><a href="#">Home</a></li>
  54.                             <li class="breadcrumb-item active" aria-current="page">About Us</li>
  55.                         </ul>
  56.                     </div>
  57.                     <!-- Page Banner Content End -->
  58.                 </div>
  59.             </div>
  60.         </div>
  61.     </div>
  62. </div>
  63. <!-- Page Banner End -->
  64.  
  65. <!-- About Start -->
  66. <div class="section techwix-about-section-07 section-padding">
  67.     <div class="shape-1"></div>
  68.     <div class="container">
  69.         <!-- About Wrapper Start -->
  70.         <div class="about-wrap">
  71.             <div class="row">
  72.                 <div class="col-lg-6">
  73.                     <!-- About Image Wrap Start -->
  74.                     <div class="about-img-wrap">
  75.                         <img class="shape-1" src="<?php echo get_template_directory_uri(); ?>/assets/images/shape/about-shape2.png" alt="">
  76.                         <div class="about-img">
  77.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-3.jpg" alt="">
  78.                         </div>
  79.                         <div class="about-img about-img-2">
  80.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-4.jpg" alt="">
  81.                         </div>
  82.                     </div>
  83.                     <!-- About Image Wrap End -->
  84.                 </div>
  85.                 <div class="col-lg-6">
  86.                     <!-- About Content Wrap Start -->
  87.                     <div class="about-content-wrap">
  88.                         <div class="section-title">
  89.                             <h3 class="sub-title">Who we are</h3>
  90.                             <h2 class="title">Highly Tailored IT Design, Management & Support Services.</h2>
  91.                         </div>
  92.                         <class="text">Accelerate innovation with world-class tech teams We’ll match you to an entire remote team of incredible freelance talent for all your software development needs.</p>
  93.                         <!-- About List Start -->
  94.                         <div class="about-list-03">
  95.                             <div class="row">
  96.                                 <div class="col-sm-6">
  97.                                     <div class="about-list-item-03">
  98.                                         <h3 class="title">Our Mission</h3>
  99.                                         <p>Accelerate innovation with world-class tech teams. We help businesses elevate their value.</p>
  100.                                     </div>
  101.                                 </div>
  102.                                 <div class="col-sm-6">
  103.                                     <div class="about-list-item-03">
  104.                                         <h3 class="title">Custom Code</h3>
  105.                                         <p>Accelerate innovation with world-class tech teams. We help businesses elevate their value.</p>
  106.                                     </div>
  107.                                 </div>
  108.                             </div>
  109.                         </div>
  110.                         <!-- About List End -->
  111.                     </div>
  112.                     <!-- About Content Wrap End -->
  113.                 </div>
  114.             </div>
  115.         </div>
  116.         <!-- About Wrapper End -->
  117.     </div>
  118. </div>
  119. <!-- About End -->
  120.  
  121. <!-- Counter Start -->
  122. <div class="section techwix-counter-section-03 techwix-counter-section-04">
  123.     <div class="container">
  124.         <div class="counter-wrap" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/images/bg/counter-bg2.jpg);">
  125.             <div class="row">
  126.                 <div class="col-lg-3 col-sm-6">
  127.                     <!-- Single Counter Start -->
  128.                     <div class="single-counter-02 text-center">
  129.                         <span>354+</span>
  130.                         <p>Completed Projects</p>
  131.                     </div>
  132.                     <!-- Single Counter End -->
  133.                 </div>
  134.                 <div class="col-lg-3 col-sm-6">
  135.                     <!-- Single Counter Start -->
  136.                     <div class="single-counter-02 text-center">
  137.                         <span>119+</span>
  138.                         <p>Robotic Automation</p>
  139.                     </div>
  140.                     <!-- Single Counter End -->
  141.                 </div>
  142.                 <div class="col-lg-3 col-sm-6">
  143.                     <!-- Single Counter Start -->
  144.                     <div class="single-counter-02 text-center">
  145.                         <span>99%</span>
  146.                         <p>Web Site Analyse</p>
  147.                     </div>
  148.                     <!-- Single Counter End -->
  149.                 </div>
  150.                 <div class="col-lg-3 col-sm-6">
  151.                     <!-- Single Counter Start -->
  152.                     <div class="single-counter-02 text-center">
  153.                         <span>321+</span>
  154.                         <p>Clients Supoort Done</p>
  155.                     </div>
  156.                     <!-- Single Counter End -->
  157.                 </div>
  158.             </div>
  159.         </div>
  160.     </div>
  161. </div>
  162. <!-- Counter End -->
  163.  
  164. <!-- Choose Us Start -->
  165. <div class="section techwix-choose-us-section section-padding" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/images/bg/choose-us-bg3.jpg);">
  166.     <div class="container">
  167.         <!-- Choose Us Wrap Start -->
  168.         <div class="choose-us-wrap">
  169.             <div class="section-title text-center">
  170.                 <h3 class="sub-title">REASON TO CHOOSE US</h3>
  171.                 <h2 class="title">We provide truly prominent IT solutions.</h2>
  172.             </div>
  173.             <div class="choose-us-content-wrap">
  174.                 <div class="row">
  175.                     <?php
  176.                     // WP_Query arguments
  177.                     $args = array(
  178.                         'post_type' => 'abour', // Your custom post type name
  179.                         'posts_per_page' => -1, // Display all posts of the custom post type
  180.                     );
  181.  
  182.                     // The Query
  183.                     $query = new WP_Query($args);
  184.  
  185.                     // The Loop
  186.                     if ($query->have_posts()) :
  187.                         while ($query->have_posts()) : $query->the_post();
  188.                     ?>
  189.                             <div class="col-xl-3 col-lg-4 col-md-6">
  190.                                 <!-- Choose Us Item Start -->
  191.                                 <div class="choose-us-item-02">
  192.                                     <div class="choose-us-img">
  193.                                         <?php
  194.                                         // Check if the post has a featured image
  195.                                         if (has_post_thumbnail()) {
  196.                                             the_post_thumbnail('thumbnail');
  197.                                         }
  198.                                         ?>
  199.                                     </div>
  200.                                     <div class="choose-us-content">
  201.                                         <h3 class="title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
  202.                                         <p><?php echo wp_trim_words(get_the_content(), 10, '...'); ?></p>
  203.                                         <div class="read-more">
  204.                                         <a href="<?php the_permalink(); ?>"><class="fas fa-plus"></i> Read More</a>
  205.                                     </div>
  206.                                     </div>
  207.                                   
  208.                                 </div>
  209.                                 <!-- Choose Us Item End -->
  210.                             </div>
  211.                     <?php
  212.                         endwhile;
  213.                         // Restore original Post Data
  214.                         wp_reset_postdata();
  215.                     else :
  216.                         // If no posts are found
  217.                         echo '<p>No posts found</p>';
  218.                     endif;
  219.                     ?>
  220.                 </div>
  221.             </div>
  222.         </div>
  223.     </div>
  224.     <!-- Choose Us Wrap End -->
  225. </div>
  226. </div>
  227. <!-- Choose Us End -->
  228.  
  229. <!-- Skill Start -->
  230. <div class="section techwix-skill-section-02 techwix-skill-section-03 section-padding">
  231.     <div class="container">
  232.         <div class="skill-wrap">
  233.             <div class="row">
  234.                 <div class="col-lg-6">
  235.                     <!-- Skill Left Start -->
  236.                     <div class="skill-left">
  237.                         <div class="section-title">
  238.                             <h2 class="title">Preparing for your success, we provide truly prominent IT solutions</h2>
  239.                         </div>
  240.                         <div class="about-list">
  241.                             <ul>
  242.                                 <li>
  243.                                     <span class="about-icon"><class="fas fa-check"></i></span>
  244.                                     <span class="about-text">We always focus on technical excellence </span>
  245.                                 </li>
  246.                                 <li>
  247.                                     <span class="about-icon"><class="fas fa-check"></i></span>
  248.                                     <span class="about-text"> Wherever you’re going, we bring ideas and excitement </span>
  249.                                 </li>
  250.                                 <li>
  251.                                     <span class="about-icon"><class="fas fa-check"></i></span>
  252.                                     <span class="about-text">We’re consultants, guides, and partners for brands </span>
  253.                                 </li>
  254.                             </ul>
  255.                         </div>
  256.                         <!-- About Author Info Wrap Start -->
  257.                         <div class="about-author-info-wrap">
  258.                             <div class="about-author">
  259.                                 <img src="<?php echo get_template_directory_uri(); ?>/assets/images/sign.png" alt="">
  260.                                 <h3 class="name">Alen Morno sin</h3>
  261.                                 <span class="designation">CEO, Techmax</span>
  262.                             </div>
  263.                             <div class="about-info">
  264.                                 <p>Call to ask any question </p>
  265.                                 <h3 class="number">0123-456-7890</h3>
  266.                             </div>
  267.                         </div>
  268.                         <!-- About Author Info Wrap End -->
  269.                     </div>
  270.                     <!-- Skill Left End -->
  271.                 </div>
  272.                 <div class="col-lg-6">
  273.                     <!-- Skill Right Start -->
  274.                     <div class="skill-right">
  275.                         <class="text">Accelerate innovation with world-class tech teams We’ll match you to an entire remote team of incredible freelance talent for all your software development needs. building cloud, infrastructure, network, etc. We put a strong focus on the needs of your business to figure out solutions that best fits your demand and nail it</p>
  276.                         <div class="counter-bar">
  277.                             <!-- Skill Item Start -->
  278.                             <div class="skill-item">
  279.                                 <span class="title">IT Managment</span>
  280.                                 <div class="skill-bar">
  281.                                     <div class="bar-inner">
  282.                                         <div class="bar progress-line color-1" data-width="80">
  283.                                             <span class="skill-percent"><span class="counter">80</span>%</span>
  284.                                         </div>
  285.                                     </div>
  286.                                 </div>
  287.                             </div>
  288.                             <!-- Skill Item End -->
  289.                             <!-- Skill Item Start -->
  290.                             <div class="skill-item">
  291.                                 <span class="title">Data Security</span>
  292.                                 <div class="skill-bar">
  293.                                     <div class="bar-inner">
  294.                                         <div class="bar progress-line color-1" data-width="95">
  295.                                             <span class="skill-percent"><span class="counter">95</span>%</span>
  296.                                         </div>
  297.                                     </div>
  298.                                 </div>
  299.                             </div>
  300.                             <!-- Skill Item End -->
  301.                             <!-- Skill Item Start -->
  302.                             <div class="skill-item">
  303.                                 <span class="title">Information Technology</span>
  304.                                 <div class="skill-bar">
  305.                                     <div class="bar-inner">
  306.                                         <div class="bar progress-line color-1" data-width="80">
  307.                                             <span class="skill-percent"><span class="counter">80</span>%</span>
  308.                                         </div>
  309.                                     </div>
  310.                                 </div>
  311.                             </div>
  312.                             <!-- Skill Item End -->
  313.                         </div>
  314.                     </div>
  315.                     <!-- Skill Right End -->
  316.                 </div>
  317.             </div>
  318.         </div>
  319.     </div>
  320. </div>
  321. <!-- Skill End -->
  322.  
  323. <!-- Team Start -->
  324. <div class="section techwix-team-section techwix-team-section-02 section-padding" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/images/bg/team-bg1.jpg);">
  325.     <div class="container">
  326.         <!-- Team Wrap Start -->
  327.         <div class="team-wrap">
  328.             <div class="section-title text-center">
  329.                 <h3 class="sub-title">Our expert team </h3>
  330.                 <h2 class="title white"> We have world expert team</h2>
  331.             </div>
  332.             <!-- Team Content Wrap Start -->
  333.             <div class="team-content-wrap">
  334.                 <div class="swiper-container team-active">
  335.                     <div class="swiper-wrapper">
  336.                         <div class="swiper-slide">
  337.                             <!-- Single Team Start -->
  338.                             <div class="single-team">
  339.                                 <div class="team-img">
  340.                                     <a href="team.html"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/team/team-1.jpg" alt=""></a>
  341.                                 </div>
  342.                                 <div class="team-content">
  343.                                     <h3 class="name"><a href="team.html">Andrew <br> Max Fetcher</a></h3>
  344.                                     <span class="designation">CEO, techwix</span>
  345.                                     <div class="team-social">
  346.                                         <ul class="social">
  347.                                             <li><a href="#"><class="fab fa-facebook-f"></i></a></li>
  348.                                             <li><a href="#"><class="fab fa-twitter"></i></a></li>
  349.                                             <li><a href="#"><class="fab fa-dribbble"></i></a></li>
  350.                                             <li><a href="#"><class="fab fa-behance"></i></a></li>
  351.                                         </ul>
  352.                                     </div>
  353.                                 </div>
  354.                             </div>
  355.                             <!-- Single Team End -->
  356.                         </div>
  357.                         <div class="swiper-slide">
  358.                             <!-- Single Team Start -->
  359.                             <div class="single-team">
  360.                                 <div class="team-img">
  361.                                     <a href="team.html"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/team/team-2.jpg" alt=""></a>
  362.                                 </div>
  363.                                 <div class="team-content">
  364.                                     <h3 class="name"><a href="team.html">Arnold <br> human</a></h3>
  365.                                     <span class="designation">CEO, techwix</span>
  366.                                     <div class="team-social">
  367.                                         <ul class="social">
  368.                                             <li><a href="#"><class="fab fa-facebook-f"></i></a></li>
  369.                                             <li><a href="#"><class="fab fa-twitter"></i></a></li>
  370.                                             <li><a href="#"><class="fab fa-dribbble"></i></a></li>
  371.                                             <li><a href="#"><class="fab fa-behance"></i></a></li>
  372.                                         </ul>
  373.                                     </div>
  374.                                 </div>
  375.                             </div>
  376.                             <!-- Single Team End -->
  377.                         </div>
  378.                         <div class="swiper-slide">
  379.                             <!-- Single Team Start -->
  380.                             <div class="single-team">
  381.                                 <div class="team-img">
  382.                                     <a href="team.html"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/team/team-3.jpg" alt=""></a>
  383.                                 </div>
  384.                                 <div class="team-content">
  385.                                     <h3 class="name"><a href="team.html">Mike <br> Holder</a></h3>
  386.                                     <span class="designation">CEO, techwix</span>
  387.                                     <div class="team-social">
  388.                                         <ul class="social">
  389.                                             <li><a href="#"><class="fab fa-facebook-f"></i></a></li>
  390.                                             <li><a href="#"><class="fab fa-twitter"></i></a></li>
  391.                                             <li><a href="#"><class="fab fa-dribbble"></i></a></li>
  392.                                             <li><a href="#"><class="fab fa-behance"></i></a></li>
  393.                                         </ul>
  394.                                     </div>
  395.                                 </div>
  396.                             </div>
  397.                             <!-- Single Team End -->
  398.                         </div>
  399.                         <div class="swiper-slide">
  400.                             <!-- Single Team Start -->
  401.                             <div class="single-team">
  402.                                 <div class="team-img">
  403.                                     <a href="team.html"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/team/team-4.jpg" alt=""></a>
  404.                                 </div>
  405.                                 <div class="team-content">
  406.                                     <h3 class="name"><a href="team.html">Joakim <br> Ken</a></h3>
  407.                                     <span class="designation">CEO, techwix</span>
  408.                                     <div class="team-social">
  409.                                         <ul class="social">
  410.                                             <li><a href="#"><class="fab fa-facebook-f"></i></a></li>
  411.                                             <li><a href="#"><class="fab fa-twitter"></i></a></li>
  412.                                             <li><a href="#"><class="fab fa-dribbble"></i></a></li>
  413.                                             <li><a href="#"><class="fab fa-behance"></i></a></li>
  414.                                         </ul>
  415.                                     </div>
  416.                                 </div>
  417.                             </div>
  418.                             <!-- Single Team End -->
  419.                         </div>
  420.                     </div>
  421.  
  422.                     <!-- Add Pagination -->
  423.                     <div class="swiper-pagination"></div>
  424.                 </div>
  425.             </div>
  426.             <!-- Team Content Wrap End -->
  427.         </div>
  428.         <!-- Team Wrap End -->
  429.     </div>
  430. </div>
  431. <!-- Team End -->
  432.  
  433. <!-- Testimonial Start  -->
  434. <div class="section techwix-testimonial-section-02 techwix-testimonial-section-03 section-padding-02">
  435.     <div class="container">
  436.         <!-- Testimonial Wrap Start  -->
  437.         <div class="testimonial-wrap-02">
  438.             <div class="section-title text-center">
  439.                 <h3 class="sub-title">Testimonial</h3>
  440.                 <h2 class="title">20k+ satisfied clients worldwide</h2>
  441.             </div>
  442.             <div class="testimonial-content-wrap-02">
  443.                 <div class="swiper-container testimonial-02-active">
  444.                     <div class="swiper-wrapper">
  445.                         <div class="swiper-slide">
  446.                             <!--  Single Testimonial Start  -->
  447.                             <div class="single-testimonial-02">
  448.                                 <div class="testimonial-thumb">
  449.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-3.jpg" alt="">
  450.                                 </div>
  451.                                 <div class="testimonial-content">
  452.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-icon.png" alt="">
  453.                                     <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>
  454.                                     <span class="name">Mike Holder </span>
  455.                                     <span class="designation"> / CEO, Harlond inc</span>
  456.                                 </div>
  457.                             </div>
  458.                             <!--  Single Testimonial End  -->
  459.                         </div>
  460.                         <div class="swiper-slide">
  461.                             <!--  Single Testimonial Start  -->
  462.                             <div class="single-testimonial-02">
  463.                                 <div class="testimonial-thumb">
  464.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-4.jpg" alt="">
  465.                                 </div>
  466.                                 <div class="testimonial-content">
  467.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-icon.png" alt="">
  468.                                     <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>
  469.                                     <span class="name">Mike Fermalin </span>
  470.                                     <span class="designation"> / CEO, Harlond inc</span>
  471.                                 </div>
  472.                             </div>
  473.                             <!--  Single Testimonial End  -->
  474.                         </div>
  475.                         <div class="swiper-slide">
  476.                             <!--  Single Testimonial Start  -->
  477.                             <div class="single-testimonial-02">
  478.                                 <div class="testimonial-thumb">
  479.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-3.jpg" alt="">
  480.                                 </div>
  481.                                 <div class="testimonial-content">
  482.                                     <img src="<?php echo get_template_directory_uri(); ?>/assets/images/testi-icon.png" alt="">
  483.                                     <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>
  484.                                     <span class="name">Mike Holder </span>
  485.                                     <span class="designation"> / CEO, Harlond inc</span>
  486.                                 </div>
  487.                             </div>
  488.                             <!--  Single Testimonial End  -->
  489.                         </div>
  490.                     </div>
  491.  
  492.                     <!-- Add Pagination -->
  493.                     <div class="swiper-pagination"></div>
  494.                 </div>
  495.             </div>
  496.         </div>
  497.         <!-- Testimonial Wrap End  -->
  498.     </div>
  499. </div>
  500. <!-- Testimonial End  -->
  501.  
  502. <!-- Brand Logo Start -->
  503. <div class="section techwix-brand-section techwix-brand-section-03">
  504.     <div class="container">
  505.         <!-- Brand Wrapper Start -->
  506.         <div class="brand-wrapper text-center">
  507.  
  508.             <!-- Brand Active Start -->
  509.             <div class="brand-active">
  510.                 <div class="swiper-container">
  511.                     <div class="swiper-wrapper">
  512.                         <!-- Single Brand Start -->
  513.                         <div class="swiper-slide single-brand">
  514.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-1.png" alt="Brand">
  515.                         </div>
  516.                         <!-- Single Brand End -->
  517.                         <!-- Single Brand Start -->
  518.                         <div class="swiper-slide single-brand">
  519.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-2.png" alt="Brand">
  520.                         </div>
  521.                         <!-- Single Brand End -->
  522.                         <!-- Single Brand Start -->
  523.                         <div class="swiper-slide single-brand">
  524.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-3.png" alt="Brand">
  525.                         </div>
  526.                         <!-- Single Brand End -->
  527.                         <!-- Single Brand Start -->
  528.                         <div class="swiper-slide single-brand">
  529.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-4.png" alt="Brand">
  530.                         </div>
  531.                         <!-- Single Brand End -->
  532.                         <!-- Single Brand Start -->
  533.                         <div class="swiper-slide single-brand">
  534.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-5.png" alt="Brand">
  535.                         </div>
  536.                         <!-- Single Brand End -->
  537.                         <!-- Single Brand Start -->
  538.                         <div class="swiper-slide single-brand">
  539.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/brand/brand-2.png" alt="Brand">
  540.                         </div>
  541.                         <!-- Single Brand End -->
  542.                     </div>
  543.                 </div>
  544.             </div>
  545.             <!-- Brand Active End -->
  546.         </div>
  547.         <!-- Brand Wrapper End -->
  548.     </div>
  549. </div>
  550. <!-- Brand Logo End -->
  551.  
  552. <!-- Cta Start -->
  553. <div class="section techwix-cta-section-02 section-padding-02">
  554.     <div class="container">
  555.         <!-- Cta Wrap Start -->
  556.         <div class="cta-wrap" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/images/bg/cta-bg.jpg);">
  557.             <div class="row align-items-center">
  558.                 <div class="col-xl-9 col-lg-8">
  559.                     <!-- Cta Content Start -->
  560.                     <div class="cta-content">
  561.                         <div class="cta-icon">
  562.                             <img src="<?php echo get_template_directory_uri(); ?>/assets/images/cta-icon2.png" alt="">
  563.                         </div>
  564.                         <p>We’re Delivering the best customer Experience</p>
  565.                     </div>
  566.                     <!-- Cta Content End -->
  567.                 </div>
  568.                 <div class="col-xl-3 col-lg-4">
  569.                     <!-- Cta Button Start -->
  570.                     <div class="cta-btn">
  571.                         <class="btn btn-white" href="#">+44 920 090 505</a>
  572.                     </div>
  573.                     <!-- Cta Button End -->
  574.                 </div>
  575.             </div>
  576.         </div>
  577.         <!-- Cta Wrap End -->
  578.     </div>
  579. </div>
  580. <!-- Cta End -->
  581. <?php get_footer(); ?>

Editor

You can edit this paste and save as new:


File Description
  • about
  • Paste Code
  • 08 May-2024
  • 31.96 Kb
You can Share it: