PATH:
home
/
lab2454c
/
carbonbullion.net
/
wp-content
/
themes
/
carbon-bullion
<?php /** * Template Name: About Page */ get_header(); ?> <div class="breadcrumbs__wrapp"> <div class="container-xl"> <ul> <li><a href="<?php echo home_url(); ?>">Home</a></li> <li class="current"><?php the_title(); ?></li> </ul> </div> </div> <div class="body__container__wrapp body__container__wrapp__inner"> <?php if( have_rows('abt_about_section') ): while( have_rows('abt_about_section') ) : the_row(); ?> <div class="two__col__full__wrapp"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container-xl"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <?php the_sub_field('content'); ?> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('abt_why_buy_carbon_bullion_section') ): while( have_rows('abt_why_buy_carbon_bullion_section') ) : the_row(); ?> <div class="two__col__full__wrapp buy__carbon__bullion__bars"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container-xl"> <div class="row h-100"> <div class="col-xl-6 col-lg-6 col-md-6 offst-col-xl-6 offset-lg-6 offset-md-6"> <div class="content__wrapp__outer" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="content__wrapp__inner"> <?php the_sub_field('content'); ?> </div> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('abt_steps_carbon_bullion_listing_section') ): while( have_rows('abt_steps_carbon_bullion_listing_section') ) : the_row(); ?> <div class="two__col__full__wrapp steps__wrapp"> <div class="container-xl"> <div class="heading__wrapp"> <h2><?php the_sub_field('title'); ?></h2> <div class="header__wrapp__inner"> <i class="ico__box"><img src="<?php the_sub_field('line_image'); ?>" alt="" /></i> </div> <h3><?php the_sub_field('sub_title'); ?></h3> </div> </div> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container-xl"> <div class="row align-items-center"> <div class="col-xl-8 col-lg-8 col-md-10 offset-xl-4 offset-lg-4 offset-md-2"> <div class="steps__list__main"> <div class="steps__items mr__top"> <?php if( have_rows('left_column_content') ): while ( have_rows('left_column_content') ) : the_row(); ?> <div class="item__wrapp"> <div class="step__item"> <div class="item__number"><?php echo get_sub_field('number'); ?></div> <div class="item__heading"> <h3><?php echo get_sub_field('heading'); ?></h3> </div> </div> <p><?php echo get_sub_field('content'); ?></p> </div> <?php endwhile; endif; ?> </div> <div class="steps__items mr__top"> <?php if( have_rows('right_column_content') ): while ( have_rows('right_column_content') ) : the_row(); ?> <div class="item__wrapp"> <div class="step__item"> <div class="item__number"><?php echo get_sub_field('number'); ?></div> <div class="item__heading"> <h3><?php echo get_sub_field('heading'); ?></h3> </div> </div> <p><?php echo get_sub_field('content'); ?></p> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('abt_meet_the_team_section') ): while( have_rows('abt_meet_the_team_section') ) : the_row(); ?> <div class="two__col__full__wrapp steps__wrapp team__wrapp"> <div class="container p-0"> <div class="heading__wrapp"> <h2><?php the_sub_field('title'); ?></h2> <div class="header__wrapp__inner"> <i class="ico__box"><img src="<?php the_sub_field('line_image'); ?>" alt="" /></i> </div> <h3><?php the_sub_field('sub_title'); ?></h3> </div> <div class="owl-carousel owl-theme carousel__wrapp"> <?php if( have_rows('team_members') ): while ( have_rows('team_members') ) : the_row(); ?> <div class="item team__card"> <div class="team__card__inner"> <div class="image__box"> <img src="<?php echo get_sub_field('image'); ?>" alt=""> </div> <div class="team__card__content"> <h3><?php echo get_sub_field('name'); ?></h3> <h4><?php echo get_sub_field('position'); ?></h4> <?php echo get_sub_field('about'); ?> </div> </div> </div> <?php endwhile; endif; ?> </div> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?> <svg xmlns="http://www.w3.org/2000/svg" width="30.243" height="13.501" viewBox="0 0 30.243 13.501"> <path id="Icon_ionic-ios-arrow-round-down" data-name="Icon ionic-ios-arrow-round-down" d="M24.49,20.784a.919.919,0,0,0-1.294-.007l-4.282,4.268V-1.218A.911.911,0,0,0,18-2.125a.911.911,0,0,0-.914.907V25.045L12.8,20.77a.925.925,0,0,0-1.294.007.91.91,0,0,0,.007,1.287l5.836,5.794h0a1.026,1.026,0,0,0,.288.19.872.872,0,0,0,.352.07.916.916,0,0,0,.64-.26l5.836-5.794A.9.9,0,0,0,24.49,20.784Z" transform="translate(2.125 24.748) rotate(-90)"></path> </svg> </a> </div> </div> </div> <?php endwhile; endif; ?> </div> <?php get_footer(); ?>
[-] template-knowledge.php
[edit]
[+]
woocommerce
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] template-spot-price copy 1.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] template-faq.php
[edit]
[-] sidebar.php
[edit]
[-] template-sector.php
[edit]
[-] rtl.css
[edit]
[-] blank-page-with-container.php
[edit]
[-] template-investment.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-spot-price.php
[edit]
[-] .DS_Store
[edit]
[-] template-partner.php
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] template-spot-price copy 1.php.zip
[edit]
[-] single-attachment.php
[edit]
[-] woocommerce11.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] template-sponsor.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]