%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/themes/cwg/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/themes/cwg/single-career.php

<?php 
get_header(); 

if ( have_posts() ) {
    while ( have_posts() ) {
        the_post();
?>
    <div class="js-headerGap"></div>

    <div class="py-6">
        <div class="cwg-container-static">
            <div class="mb-6">
                <?php the_breadcrumbs(true); ?>
            </div>

            <div class="flex items-start justify-between mb-2">
                <div class="text[13px] uppercase leading-tight">
                    <h1 class=""><?= get_the_title(); ?></h1>
                    <h2 class=""><?= get_field('department')->name; ?></h2>
                </div>
                <div class="flex gap-2">
                    <?php if(get_field('linkedin_link')): ?>
                        <a href="<?= get_field('linkedin_link'); ?>" target="_blank" rel="noopener noreferrer" class="w-5">
                            <?php include(locate_template('/assets/img/logo-linkedin.svg')); ?>
                        </a>
                    <?php endif; ?>
                    <div class="js-shareBtn cursor-pointer flex items-center" data-title="Job Offer" data-text="Check out this job offfer at Carpenter Workshop Gallery" data-link="<?= get_permalink(get_the_ID());?>">
                        <?php include(locate_template('/assets/img/share-black.svg')); ?>
                    </div>
                </div>
            </div>
            <h3 class="text-xs font-light text-grey-textLight"><?= get_the_date('l, F j, Y'); ?></h3>

            <div class="mt-2 text-xs career-description">
                <?php the_content(); ?>
            </div>

            <div class="w-full flex justify-center mt-8">
                <a href="<?= get_permalink(282057); ?>?job=<?= get_the_ID(); ?>" class="btn-stroked w-[100px]">APPLY</a>
            </div>
        </div>
    </div>    
<?php 
    }
}
get_footer(); 

?>

Zerion Mini Shell 1.0