Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
2020
/
wp-content
/
themes
/
airmob
/
✏️
Editing: single-usages.php
<?php /* Template Name: Cas d'usage Template Post Type: page, cas-dusage */ $featured_img_url = get_the_post_thumbnail_url(get_the_ID(),'full'); get_header(); ?> <div class="usages-header"> <div class="left-big-column" style="background-image: radial-gradient(circle at 77% 60%, rgba(72, 82, 122, 0.72), rgba(21, 29, 65, 0.72) 72%), url(<?php echo esc_url($featured_img_url); ?>)"> <h1><?php the_title(); ?></h1> <p class="subtitle yellow-subtitle">Cas d'usage</p> </div> <div class="right-small-column"> <span class="floating-rectangle"></span> <span class="blue-rectangle"></span> </div> </div> <div class="usages-content"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; endif; ?> </div> <div class="usages-content"> <a href="<?php echo the_field('chariot_retour') ?>" class="airmob-btn transparent-btn">Retour</a> </div> <div class="usages-logos"> <div class="usages-logo"><img src="<?php the_field('logo_1'); ?>" alt=""></div> <div class="usages-logo"><img src="<?php the_field('logo_2'); ?>" alt=""></div> <div class="usages-logo"><img src="<?php the_field('logo_3'); ?>" alt=""></div> <div class="usages-logo"><img src="<?php the_field('logo_4'); ?>" alt=""></div> <div class="usages-logo"><img src="<?php the_field('logo_5'); ?>" alt=""></div> <div class="usages-logo"><img src="<?php the_field('logo_6'); ?>" alt=""></div> </div> <?php get_footer(); ?>
💾 Save
❌ Cancel