%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/ |
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/coworkers.php |
<?php the_field('coworker_text', 14); ?> <div class="coworkers"> <?php if(get_field('coworkers')): while(has_sub_field('coworkers')): ?> <div class="coworker"> <figure class="coworker_avatar"> <?php $avatar = get_sub_field('image'); if($avatar){ echo '<img src="'.$avatar['sizes']['thumbnail'].'" />'; }else{ echo '<i class="fa fa-user-o"></i>'; } ?> </figure> <article class="coworker_info"> <div class="name"><?php the_sub_field('name'); ?></div> <a href="mailto:<?php echo antispambot(get_sub_field('email_address')); ?>" class="email"> <?php echo antispambot(get_sub_field('email_address')); ?> </a> <a href="tel:<?php echo antispambot(get_sub_field('phone_number')); ?>" class="phone"> <?php echo antispambot(get_sub_field('phone_number')); ?> </a> </article> </div> <?php endwhile; endif; ?> </div>